summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-29 21:01:08 +0200
committerwm4 <wm4@nowhere>2015-04-29 21:01:08 +0200
commitf07c9b16f9c2793605cb8b930095104018379622 (patch)
tree93787c913661d64312a1c56c33ce2357f1c4ef46 /DOCS
parent38114b6a36eecae7fa707d4d299ac5622cbe9928 (diff)
downloadmpv-f07c9b16f9c2793605cb8b930095104018379622.tar.bz2
mpv-f07c9b16f9c2793605cb8b930095104018379622.tar.xz
screenshots: add option to disable JPEG 4:4:4 output
That's what it's usually about.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index dd85fbfd63..bd873638ca 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2654,6 +2654,10 @@ Screenshot
``--screenshot-jpeg-quality=<0-100>``
Set the JPEG quality level. Higher means better quality. The default is 90.
+``--screenshot-jpeg-source-chroma=<yes|no>``
+ Write JPEG files with the same chroma subsampling as the video
+ (default: yes). If disabled, the libjpeg default is used.
+
``--screenshot-png-compression=<0-9>``
Set the PNG compression level. Higher means better compression. This will
affect the file size of the written screenshot file and the time it takes