Click or drag to resize

CudaVideoReaderCodec Enumeration

http://www.emgu.com
Video codecs supported by VideoReader

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum Codec
Members
  Member nameValueDescription
MPEG10 MPEG1
MPEG21 MPEG2
MPEG42 MPEG4
VC13 VC1
H2644 H264
JPEG5 JPEG
H264_SVC6 H264_SVC
H264_MVC7 H264_MVC
HEVC8 HEVC
VP89 VP8
VP910 VP9
NumCodecs11 Number of codecs
Uncompressed_YUV4201230591318 Y,U,V (4:2:0)
Uncompressed_YV121498820914 Y,V,U (4:2:0)
Uncompressed_NV121314271538 Y,UV (4:2:0)
Uncompressed_YUYV1498765654 YUYV/YUY2 (4:2:2)
Uncompressed_UYVY1431918169 UYVY (4:2:2)
See Also