Message ID | 078661c8-ebf9-af14-b48c-3f72737ee5ca@gmail.com |
---|---|
State | New |
Headers | show |
2017-08-16 10:47 GMT+08:00 Jun Zhao <mypopydev@gmail.com>:
>
I saw there have one option name is "coder", the option have four
flags: cavlc cabac, vlc, ac, but the doc only two options?
On 2017/8/16 13:56, Steven Liu wrote: > 2017-08-16 10:47 GMT+08:00 Jun Zhao <mypopydev@gmail.com>: >> > > > I saw there have one option name is "coder", the option have four > flags: cavlc cabac, vlc, ac, but the doc only two options? > ac == cabac, vlc == cavlc in the docs. And I've put all 4 options in the docs, please double-check.
> 在 2017年8月16日,14:36,Jun Zhao <mypopydev@gmail.com> 写道: > > > > On 2017/8/16 13:56, Steven Liu wrote: >> 2017-08-16 10:47 GMT+08:00 Jun Zhao <mypopydev@gmail.com>: >>> >> >> >> I saw there have one option name is "coder", the option have four >> flags: cavlc cabac, vlc, ac, but the doc only two options? >> > > ac == cabac, vlc == cavlc in the docs. > > And I've put all 4 options in the docs, please double-check. That’s my mistake. LGTM :) > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
diff --git a/doc/encoders.texi b/doc/encoders.texi index 690cca83dc..cec483c9ef 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2580,6 +2580,18 @@ Set the local encoding quality/speed tradeoff (range 1-8, higher values are fast systems implement all levels). @item low_power Use low-power encoding mode. +@item coder +Set entropy encoder (default is @emph{cabac}). Possible values: + +@table @samp +@item ac +@item cabac +Enable CABAC. + +@item vlc +@item cavlc +Enable CAVLC and disable CABAC. +@end table @end table @item hevc_vaapi