summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-01 19:55:43 +0200
committerwm4 <wm4@nowhere>2015-05-01 21:51:09 +0200
commit60958ddf9b1db1101f81c3db59b8e8c980af7cf2 (patch)
tree56051b0c8dbf044542ffe51f208c99bbce4de0f3 /DOCS
parent94a3a76ee31bdc00255dc231e99be9f9ad6f38fa (diff)
downloadmpv-60958ddf9b1db1101f81c3db59b8e8c980af7cf2.tar.bz2
mpv-60958ddf9b1db1101f81c3db59b8e8c980af7cf2.tar.xz
screenshots: add --screenshot-directory option
The plan is to use this to change the screenshot default location in pseudo-gui 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.