diff mbox series

[FFmpeg-devel,3/5] doc: update for libsvtav1 encoder

Message ID 1631789657-16936-3-git-send-email-lance.lmwang@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/5] avcodec/libsvtav1: Fix redundant setting of caps_internal | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Lance Wang Sept. 16, 2021, 10:54 a.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

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

Patch

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.
+@table @samp
+@item main
+@item high
+@item professional
+@end table
 
 @item level
 Set the operating point level.
+@table @samp
+@item 2.0
+@item 2.1
+@item 2.2
+@item 2.3
+@item 3.0
+@item 3.1
+@item 3.2
+@item 3.3
+@item 4.0
+@item 4.1
+@item 4.2
+@item 4.3
+@item 5.0
+@item 5.1
+@item 5.2
+@item 5.3
+@item 6.0
+@item 6.1
+@item 6.2
+@item 6.3
+@item 7.0
+@item 7.1
+@item 7.2
+@item 7.3
+@end table
+
+@item hielevel
+Set the Hierarchical prediction levels.
+@table @samp
+@item 3level
+@item 4level, This is the default.
+@end table
 
 @item tier
 Set the operating point tier.
+@table @samp
+@item main
+The main tier was designed for most applications. This is the default.
+@item high
+The high tier was designed for very demanding applications.
+@end table
 
 @item rc
 Set the rate control mode to use.