summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-12-08 20:14:12 -0300
committerJames Almer <jamrial@gmail.com>2018-12-09 15:23:00 -0300
commitd12d4d45153e45e5b91ee079045f8fcde3537b33 (patch)
tree21896f2d29941c88e14a457b219e23b5645e333c /doc/encoders.texi
parent8be56ee211f9ee4c8f44f0a95b18bb2fffc44602 (diff)
avcodec/libaomenc: add row-mt option
Default to disable, same as aomenc. Fixes ticket #7598 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 4db7764f4d..ca3892d682 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1411,9 +1411,9 @@ to unconstrained variable bitrate.
@item threads
Set the number of threads to use while encoding. This may require the
-@option{tiles} option to also be set to actually use the specified
-number of threads fully. Defaults to the number of hardware threads
-supported by the host machine.
+@option{tiles} or @option{row-mt} options to also be set to actually
+use the specified number of threads fully. Defaults to the number of
+hardware threads supported by the host machine.
@item profile
Set the encoding profile. Defaults to using the profile which matches
@@ -1477,6 +1477,9 @@ number of tiles required by the size of the input video (this is 1x1
Set the number of tiles as log2 of the number of tile rows and columns.
Provided for compatibility with libvpx/VP9.
+@item row-mt (Requires libaom >= 1.0.0-759-g90a15f4f2)
+Enable row based multi-threading. Disabled by default.
+
@end table
@section libkvazaar