summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-02-16 10:37:02 -0300
committerJames Almer <jamrial@gmail.com>2022-02-24 14:57:00 -0300
commitc33b4048859a191acf9b6aa22acaea248a4eb18f (patch)
tree15ca5ef29797a8b51b5a90b15e20b83998ce2ac0 /doc
parent636631d9db82f5e86330ab42dacc8a106684b349 (diff)
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.texi4
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