summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-12-03 18:51:36 +0100
committersfan5 <sfan5@live.de>2023-12-04 20:34:17 +0100
commit06e627048f8bc6a2d813fb725206bef82255814d (patch)
tree9e0539b7ad085326217b0b760313db8510b169b9 /DOCS/man/options.rst
parentfca3e6082727de3da181085eee47b5f9347d83ad (diff)
downloadmpv-06e627048f8bc6a2d813fb725206bef82255814d.tar.bz2
mpv-06e627048f8bc6a2d813fb725206bef82255814d.tar.xz
image_writer: default to lossless AVIF screenshots
Also change the example to crf=23. crf=32 is pretty bad quality, don't give users bad usage ideas.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 5dd674c184..97bf375c10 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4566,7 +4566,7 @@ Screenshot
Specifies libavcodec options for selected encoder. For more information,
consult the FFmpeg documentation.
- Default: ``usage=allintra,crf=32,cpu-used=8,tune=ssim``
+ Default: ``usage=allintra,crf=0,cpu-used=8``
Note: the default is only guaranteed to work with the libaom-av1 encoder.
Above options may not be valid and or optimal for other encoders.
@@ -4575,8 +4575,8 @@ Screenshot
.. admonition:: Example
- "``--screenshot-avif-opts=crf=32,aq-mode=complexity``"
- sets the crf to 32 and quantization (aq-mode) to complexity based.
+ "``--screenshot-avif-opts=crf=23,aq-mode=complexity``"
+ sets the crf to 23 and quantization (aq-mode) to complexity based.
``--screenshot-sw=<yes|no>``
Whether to use software rendering for screenshots (default: no).