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
Members
| Member name | Value | Description |
---|
| MPEG1 | 0 |
MPEG1
|
| MPEG2 | 1 |
MPEG2
|
| MPEG4 | 2 |
MPEG4
|
| VC1 | 3 |
VC1
|
| H264 | 4 |
H264
|
| JPEG | 5 |
JPEG
|
| H264_SVC | 6 |
H264_SVC
|
| H264_MVC | 7 |
H264_MVC
|
| HEVC | 8 |
HEVC
|
| VP8 | 9 |
VP8
|
| VP9 | 10 |
VP9
|
| NumCodecs | 11 |
Number of codecs
|
| Uncompressed_YUV420 | 1230591318 |
Y,U,V (4:2:0)
|
| Uncompressed_YV12 | 1498820914 |
Y,V,U (4:2:0)
|
| Uncompressed_NV12 | 1314271538 |
Y,UV (4:2:0)
|
| Uncompressed_YUYV | 1498765654 |
YUYV/YUY2 (4:2:2)
|
| Uncompressed_UYVY | 1431918169 |
UYVY (4:2:2)
|
See Also