[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add "cabac" option support
Jun Zhao
mypopydev at gmail.com
Tue Aug 8 11:32:49 EEST 2017
On 2017/8/8 15:49, Hendrik Leppkes wrote:
> 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
Ok, will follow x264 style. :)
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list