summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-02-24 20:36:46 -0300
committerJames Almer <jamrial@gmail.com>2022-02-24 20:36:53 -0300
commit1dddb930aaf0cadaa19f86e81225c9c352745262 (patch)
treeee04dea70f5c6034853a03a53072d4ea529ee7fa /doc/encoders.texi
parent353195fb38bb524f8e69f739a487551dfbfacb2c (diff)
avcodec/libsvtav1: update some options and defaults
And bump the minimum required version to 0.9.0 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi23
1 files changed, 5 insertions, 18 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 6af9f19b04..9afb920f69 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1775,28 +1775,15 @@ This is the default.
@item high
@end table
-@item rc
-Set the rate control mode to use.
-
-Possible modes:
-@table @option
-@item cqp
-Constant quantizer: use fixed values of qindex (dependent on the frame type)
-throughout the stream. This mode is the default.
-
-@item vbr
-Variable bitrate: use a target bitrate for the whole stream.
-
-@item cvbr
-Constrained variable bitrate: use a target bitrate for each GOP.
-@end table
-
@item qmax
Set the maximum quantizer to use when using a bitrate mode.
@item qmin
Set the minimum quantizer to use when using a bitrate mode.
+@item crf
+Constant rate factor value used in crf rate control mode (0-63).
+
@item qp
Set the quantizer used in cqp rate control mode (0-63).
@@ -1807,8 +1794,8 @@ Enable scene change detection.
Set number of frames to look ahead (0-120).
@item preset
-Set the quality-speed tradeoff, in the range 0 to 8. Higher values are
-faster but lower quality. Defaults to 8 (highest speed).
+Set the quality-speed tradeoff, in the range 0 to 13. Higher values are
+faster but lower quality.
@item tile_rows
Set log2 of the number of rows of tiles to use (0-6).