diff options
author | wm4 <wm4@nowhere> | 2015-04-29 21:01:08 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-04-29 21:01:08 +0200 |
commit | f07c9b16f9c2793605cb8b930095104018379622 (patch) | |
tree | 93787c913661d64312a1c56c33ce2357f1c4ef46 /DOCS | |
parent | 38114b6a36eecae7fa707d4d299ac5622cbe9928 (diff) |
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.rst | 4 |
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 |