[FFmpeg-devel] [PATCH v3 1/2] doc/encoders: add available values for libsvtav1 options
lance.lmwang at gmail.com
lance.lmwang at gmail.com
Sat Sep 25 17:11:33 EEST 2021
From: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
doc/encoders.texi | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 8fccd73..8a7589c 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1750,12 +1750,30 @@ 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.
+Set the operating point level. For example: '4.0'
+
+ 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
+This is the default.
+ at item high
+ at end table
@item rc
Set the rate control mode to use.
--
1.8.3.1
More information about the ffmpeg-devel
mailing list