Enum VideoEncoder
FFMPEG EXE video encoder.
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public enum VideoEncoder
Fields
Name | Description |
---|---|
APNG | APNG (Animated Portable Network Graphics) image. |
AVRP | Avid 1:1 10-bit RGB Packer. |
AVUI | Avid Meridien Uncompressed. |
AYUV | Uncompressed packed MS 4:4:4:4. |
Auto | Video encoder will be detected using output format. |
CAVS | Chinese AVS (Audio Video Standard) (AVS1-P2, JiZhun profile) (encoders: libxavs ). |
Cinepak | Cinepak. |
DVVideo | DV (Digital Video). |
Dirac | Dirac. |
FFVHuff | Huffyuv FFmpeg variant. |
FLASHSV | Flash Screen Video v1. |
FLASHSV2 | Flash Screen Video v2. |
FLV1 | FLV / Sorenson Spark / Sorenson H.263 (Flash Video). |
GIF | GIF (Graphics Interchange Format). |
H261 | H.261. |
H263 | H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2. |
H263P | H.263+ / H.263-1998 / H.263 version 2. |
H264 | H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10. H264 MF will be used. |
H264_AMF | H264 AMF (ATI/AMD) encoder. |
H264_MF | H.264 Media Foundation encoder. |
H264_NVENC | H.264 NVENC encoder. |
H264_QSV | H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10. Intel QuickSync will be used. |
H264_X264 | H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10. x264 will be used. FFMPEG.exe provided with SDK do not contains x264 encoder, please use FFMPEG build with x264. |
HEVC | H.265 / HEVC (High Efficiency Video Coding). HEVC Media Foundation will be used. |
HEVC_AMF | HEVC AMF (ATI/AMD) encoder. |
HEVC_MF | HEVC Media Foundation encoder. |
HEVC_NVENC | HEVC NVENC encoder. |
HEVC_QSV | H.265 / HEVC (High Efficiency Video Coding). Intel QuickSync will be used. |
HEVC_X265 | H.265 / HEVC. x265 will be used. FFMPEG.exe provided with SDK do not contains x265 encoder, please use FFMPEG build with x265. |
HuffYUV | HuffYUV. |
JPEG2000 | JPEG 2000. |
JPEGLS | JPEG-LS. |
LJPEG | Lossless JPEG. |
MJPEG | Motion JPEG. |
MPEG1Video | MPEG-1 video. |
MPEG2Video | MPEG-2 video. |
MPEG4 | MPEG-4 part 2. |
MSMPEG4v2 | MPEG-4 part 2 Microsoft variant version 2. |
MSMPEG4v3 | MPEG-4 part 2 Microsoft variant version 3. |
MSVideo1 | Microsoft Video 1. |
PNG | PNG (Portable Network Graphics). |
ProRes | Apple ProRes (iCodec Pro). |
RAWVideo | RAW video. |
RV10 | RealVideo 1.0. |
RV20 | RealVideo 2.0. |
Theora | Theora. |
VP8 | On2 VP8. |
VP9 | Google VP9. |
WebP | WebP. |
YUV4 | Uncompressed packed 4:2:0. |
v210 | Uncompressed 4:2:2 10-bit. |
v308 | Uncompressed packed 4:4:4. |
v408 | Uncompressed packed QT 4:4:4:4. |
v410 | Uncompressed 4:4:4 10-bit. |
y41p | Uncompressed YUV 4:1:1 12-bit. |