summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2019-08-02 16:04:54 +0200
committersfan5 <sfan5@live.de>2019-09-14 23:02:39 +0200
commitee0f4444f9b7e22e6b2b3895bf340f585b0cce70 (patch)
tree2e5a4d7dc9fca5cdf0f9fecde40d7ccd095cd659 /DOCS
parent0f79444c6dfe48a4d3a6b5075e504decca8c967a (diff)
downloadmpv-ee0f4444f9b7e22e6b2b3895bf340f585b0cce70.tar.bz2
mpv-ee0f4444f9b7e22e6b2b3895bf340f585b0cce70.tar.xz
image_writer: add webp-compression option
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
-rw-r--r--DOCS/man/vo.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 15b960f4c2..80a02c9d03 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3460,6 +3460,10 @@ Screenshot
``--screenshot-webp-quality=<0-100>``
Set the WebP quality level. Higher means better quality. The default is 75.
+``--screenshot-webp-compression=<0-6>``
+ Set the WebP compression level. Higher means better compression, but takes
+ more CPU time. Note that this also affects the screenshot quality when used
+ with lossy WebP files. The default is 4.
Software Scaler
---------------
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 7ffcf47443..ecdea1b94f 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -431,6 +431,8 @@ Available video output drivers are:
Enable writing lossless WebP files (default: no)
``--vo-image-webp-quality=<0-100>``
WebP quality (default: 75)
+ ``--vo-image-webp-compression=<0-6>``
+ WebP compression factor (default: 4)
``--vo-image-outdir=<dirname>``
Specify the directory to save the image files to (default: ``./``).