diff mbox series

[FFmpeg-devel,2/3] doc/encoders: Add svtav1-params option for svtav1

Message ID 20210704014007.25451-2-mypopydev@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/3] lavc/libsvtav1: Enable svtav1-params like x264-params in libx264 | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Jun Zhao July 4, 2021, 1:40 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/encoders.texi | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 4c38996372..4df6066304 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1798,6 +1798,10 @@  Set log2 of the number of rows of tiles to use (0-6).
 @item tile_columns
 Set log2 of the number of columns of tiles to use (0-4).
 
+@item svtav1-params
+Set SVT-AV1 options using a list of @var{key}=@var{value} couples separated
+by ":". See @command{SvtAv1EncApp --help} for a list of options.
+
 @end table
 
 @section libkvazaar