5.3.3.7. Enum video_codec_e

5.3.3.7.1. Enum Documentation

enum video_codec_e

Video codec enumeration

Values:

enumerator VCDC_FFMPEG_IO

Library calling the ffmpeg executable. The communication is made through system pipes.

enumerator VCDC_VCODECS_IO

Library based on AVCodec library calls. It should be faster than VCDC_FFMPEG_IO.