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

VideoWriter constructor

vid = cv.VideoWriter()
vid = cv.VideoWriter(filename, frameSize)
vid = cv.VideoWriter(filename, frameSize, 'OptionName',optionValue, ...)

Output

The constructor initializes a video writer. When arguments are supplied, the constructor calls the cv.VideoWriter.open method right after creating the object.

Accepts the same inputs and options as the cv.VideoWriter.open method.

See also