diff options
author | James Almer <jamrial@gmail.com> | 2022-02-16 10:37:02 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-02-24 14:57:00 -0300 |
commit | c33b4048859a191acf9b6aa22acaea248a4eb18f (patch) | |
tree | 15ca5ef29797a8b51b5a90b15e20b83998ce2ac0 /doc | |
parent | 636631d9db82f5e86330ab42dacc8a106684b349 (diff) | |
download | ffmpeg-c33b4048859a191acf9b6aa22acaea248a4eb18f.tar.gz |
avcodec/libsvtav1: add a svtav1-params option to pass a list of key=value parameters
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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 |