A VideoWriter object contains an OpenCV
video writer to an output file.
VideoWriterAn object of class C++Class of length 1.
dim,ncol,nrowFunctions returning the dimensions of the object.
codecFunction returning the codec of the object.
fpsFunction returning the frame rate of the object.
apiFunction returning the api use to write frames to the output file.
outputFunction returning the path to the output file.
get,setFunctions to access and set internal properties of the object.
open,isOpenedFunctions to open a new video write or check the status of the video writer.
writeFunction to write a frame to the output file.
releaseFunction to release the object from memory.