[FFmpeg-devel] [PATCH v2 3/6] doc: update for libsvtav1 encoder

lance.lmwang at gmail.com lance.lmwang at gmail.com
Sat Sep 18 04:26:42 EEST 2021


From: Limin Wang <lance.lmwang at gmail.com>

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
 doc/encoders.texi | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 8fccd73..64d604e 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1750,12 +1750,56 @@ You need to explicitly configure the build with @code{--enable-libsvtav1}.
 @table @option
 @item profile
 Set the encoding profile.
+ at table @samp
+ at item main
+ at item high
+ at item professional
+ at end table
 
 @item level
 Set the operating point level.
+ at table @samp
+ at item 2.0
+ at item 2.1
+ at item 2.2
+ at item 2.3
+ at item 3.0
+ at item 3.1
+ at item 3.2
+ at item 3.3
+ at item 4.0
+ at item 4.1
+ at item 4.2
+ at item 4.3
+ at item 5.0
+ at item 5.1
+ at item 5.2
+ at item 5.3
+ at item 6.0
+ at item 6.1
+ at item 6.2
+ at item 6.3
+ at item 7.0
+ at item 7.1
+ at item 7.2
+ at item 7.3
+ at end table
+
+ at item hielevel
+Set the Hierarchical prediction levels.
+ at table @samp
+ at item 3level
+ at item 4level, This is the default.
+ at end table
 
 @item tier
 Set the operating point tier.
+ at table @samp
+ at item main
+The main tier was designed for most applications. This is the default.
+ at item high
+The high tier was designed for very demanding applications.
+ at end table
 
 @item rc
 Set the rate control mode to use.
-- 
1.8.3.1



More information about the ffmpeg-devel mailing list