Creates video writer structure.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- filename
- String
Name of the output video file.
- fourcc
- Int32
4-character code of codec used to compress the frames. For example, CV_FOURCC('P','I','M','1') is MPEG-1 codec, CV_FOURCC('M','J','P','G') is motion-jpeg codec etc.
- fps
- Double
Framerate of the created video stream.
- frameSize
- Size
Size of video frames.
- isColor
- Boolean
If it is true, the encoder will expect and encode color frames, otherwise it will work with grayscale frames