From 60958ddf9b1db1101f81c3db59b8e8c980af7cf2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 May 2015 19:55:43 +0200 Subject: screenshots: add --screenshot-directory option The plan is to use this to change the screenshot default location in pseudo-gui mode. --- DOCS/man/options.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DOCS') 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=`` + 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. -- cgit v1.2.3