summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-12-03 18:25:09 +0100
committersfan5 <sfan5@live.de>2023-12-04 20:34:17 +0100
commit4949cab7342df2cad04c930c1e031a240d76f006 (patch)
tree75280e5f814abaa9155a9720a41c05db69744422 /DOCS/man/options.rst
parent8884902d8be33eb9240d72ee0e2672f2d7ee4712 (diff)
downloadmpv-4949cab7342df2cad04c930c1e031a240d76f006.tar.bz2
mpv-4949cab7342df2cad04c930c1e031a240d76f006.tar.xz
image_writer: use common format selection for AVIF screenshots
--screenshot-avif-pixfmt no longer defaults to yuv420p.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index cc49d18860..5dd674c184 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4559,9 +4559,8 @@ Screenshot
Default: ``libaom-av1``
``--screenshot-avif-pixfmt=<format>``
- Specify the pixel format to the libavcodec encoder.
-
- Default: ``yuv420p``
+ Specify the pixel format for the libavcodec encoder. Defaults to empty,
+ which lets mpv pick one close to the source format.
``--screenshot-avif-opts=key1=value1,key2=value2,...``
Specifies libavcodec options for selected encoder. For more information,