[FFmpeg-devel] [PATCH V3 2/2] doc/encoders: add "coder" option documentation for h264_vaapi
Jun Zhao
mypopydev at gmail.com
Wed Aug 16 05:47:47 EEST 2017
From 64dc352ba30e3cf179784c19009bf9a771801f20 Mon Sep 17 00:00:00 2001
From: Jun Zhao <jun.zhao at intel.com>
Date: Tue, 15 Aug 2017 21:49:08 -0400
Subject: [PATCH V3 2/2] doc/encoders: add "coder" option documentation for
h264_vaapi
add "coder" option documentation for h264_vaapi.
Signed-off-by: Jun Zhao <jun.zhao at intel.com>
---
doc/encoders.texi | 12 ++++++++++++
1 file changed, 12 insertions(+)
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.
+ at item coder
+Set entropy encoder (default is @emph{cabac}). Possible values:
+
+ at table @samp
+ at item ac
+ at item cabac
+Enable CABAC.
+
+ at item vlc
+ at item cavlc
+Enable CAVLC and disable CABAC.
+ at end table
@end table
@item hevc_vaapi
--
2.11.0
More information about the ffmpeg-devel
mailing list