From c33b4048859a191acf9b6aa22acaea248a4eb18f Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 16 Feb 2022 10:37:02 -0300 Subject: avcodec/libsvtav1: add a svtav1-params option to pass a list of key=value parameters Signed-off-by: James Almer --- doc/encoders.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/encoders.texi b/doc/encoders.texi index bfb6c7eef6..6af9f19b04 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1816,6 +1816,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} pairs separated +by ":". See the SVT-AV1 encoder user guide for a list of accepted parameters. + @end table @section libkvazaar -- cgit v1.2.3