[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add "cabac" option support

Hendrik Leppkes h.leppkes at gmail.com
Tue Aug 8 10:49:26 EEST 2017


On Tue, Aug 8, 2017 at 9:40 AM, Jun Zhao <mypopydev at gmail.com> wrote:
>

Making the option compatible with what libx264 takes, for example,
would probably be best.

ie. libx264 uses for CABAC:
-coder cabac
-coder ac

or for CAVLC:
-coder cavlc
-coder vlc

Check the options table in libx264.c how its done.

- Hendrik


More information about the ffmpeg-devel mailing list