[FFmpeg-cvslog] doc/encoders: add "coder" option documentation for h264_vaapi
Jun Zhao
git at videolan.org
Sun Aug 20 17:03:21 EEST 2017
ffmpeg | branch: master | Jun Zhao <jun.zhao at intel.com> | Tue Aug 15 21:49:08 2017 -0400| [b8b84f9af55dede0df943083bc2dae38e4c06508] | committer: Mark Thompson
doc/encoders: add "coder" option documentation for h264_vaapi
Signed-off-by: Jun Zhao <jun.zhao at intel.com>
Signed-off-by: Mark Thompson <sw at jkqxz.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8b84f9af55dede0df943083bc2dae38e4c06508
---
doc/encoders.texi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 420c7969e1..018fb4b07a 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2583,6 +2583,18 @@ Size / quality tradeoff: higher values are smaller / worse quality.
@table @option
@item low_power
Use low-power encoding mode.
+ at item coder
+Set entropy encoder (default is @emph{cabac}). Possible values:
+
+ at table @samp
+ at item ac
+ at item cabac
+Use CABAC.
+
+ at item vlc
+ at item cavlc
+Use CAVLC.
+ at end table
@end table
@item hevc_vaapi
More information about the ffmpeg-cvslog
mailing list