MATLAB File Help: cv.VideoWriter/open Index
cv.VideoWriter/open

Initializes or reinitializes video writer

retval = vid.open(filename, frameSize)
retval = vid.open(filename, frameSize, 'OptionName',optionValue, ...)

Input

Output

Options

The method opens a video writer. On Linux FFMPEG is used to write videos; on Windows FFMPEG or VFW is used; on MacOSX QTKit is used.

References

[FOURCC]:

"Video Codecs by FOURCC", http://www.fourcc.org/codecs.php

[ObjectType]:

http://www.mp4ra.org/codecs.html
See also
Method Details
Access public
Sealed false
Static false