summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 5e2a0bc8e0..b46f5992e6 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2656,6 +2656,17 @@ Screenshot
``%%``
Replaced with the ``%`` character itself.
+``--screenshot-directory=<path>``
+ Store screenshots in this directory. This path is joined with the filename
+ generated by ``--screenshot-template``. If the template filename is already
+ absolute, the directory is ignored.
+
+ If the directory does not exist or is not a directory, an error is
+ generated.
+
+ This option is not set by default, and thus will write screenshots to the
+ directory from which mpv was started.
+
``--screenshot-jpeg-quality=<0-100>``
Set the JPEG quality level. Higher means better quality. The default is 90.