Click or drag to resize

VideoWriterProperties Enumeration

VideoWriter generic properties identifier.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum VideoWriterProperties
Members
  Member nameValueDescription
Quality1 Current quality (0..100%) of the encoded video stream. Can be adjusted dynamically in some codecs.
FrameBytes2 (Read-only): Size of just encoded video frame. Note that the encoding order may be different from representation order.
NStripes3 Number of stripes for parallel encoding. -1 for auto detection.
See Also