diff options
author | cantabile <cantabile.desu@gmail.com> | 2012-08-23 09:02:08 +0300 |
---|---|---|
committer | cantabile <cantabile.desu@gmail.com> | 2012-08-24 14:43:50 +0300 |
commit | d6d2c5e9df5de15333721daf4f8458048167f4cf (patch) | |
tree | 754f8cc65dcb3162ad040f2bdc351a9edbcf7094 /DOCS | |
parent | aa71f190b140584b47ad7d57e669ce81a5d0247b (diff) | |
download | mpv-d6d2c5e9df5de15333721daf4f8458048167f4cf.tar.bz2 mpv-d6d2c5e9df5de15333721daf4f8458048167f4cf.tar.xz |
manpage: update the list of available screenshot formats
Also update the default value of --screenshot-jpeg-quality
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/options.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index df24ed731c..31825581ef 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1617,12 +1617,16 @@ Available choices: - :png: PNG (default) - :jpg: JPEG + :png: PNG + :ppm: PPM + :pgm: PGM + :pgmyuv: PGM with YV12 pixel format + :tga: TARGA + :jpg: JPEG (default) :jpeg: JPEG (same as jpg, but with .jpeg file ending) --screenshot-jpeg-quality=<0-100> - Set the JPEG quality level. Higher means better quality. The default is 85. + Set the JPEG quality level. Higher means better quality. The default is 90. --screenshot-png-compression=<0-9> Set the PNG compression level. Higher means better compression. This will |