Click or drag to resize

VideoWriterWriterProperty Enumeration

http://www.emgu.com
The VideoWriter property

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum WriterProperty
Members
  Member nameValueDescription
Quality1 Current quality (0..100%) of the encoded videostream. 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