| VideoWriterProperties Enumeration |
VideoWriter generic properties identifier.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum VideoWriterProperties
Public Enumeration VideoWriterProperties
public enum class VideoWriterProperties
type VideoWriterProperties
Members
| Member name | Value | Description |
---|
| Quality | 1 |
Current quality (0..100%) of the encoded video stream. Can be adjusted dynamically in some codecs.
|
| FrameBytes | 2 |
(Read-only): Size of just encoded video frame. Note that the encoding order may be different from representation order.
|
| NStripes | 3 |
Number of stripes for parallel encoding. -1 for auto detection.
|
See Also