summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-03-15 19:40:39 +0100
committerwm4 <wm4@nowhere>2017-03-15 19:40:39 +0100
commit923f9322a19d283382d36d83aa4fbe6bde00f12a (patch)
tree402757833635bb601f70db4de0b253e1400d02d0 /DOCS
parent50abbf76e680764351531f1838643826c137ec8b (diff)
downloadmpv-923f9322a19d283382d36d83aa4fbe6bde00f12a.tar.bz2
mpv-923f9322a19d283382d36d83aa4fbe6bde00f12a.tar.xz
manpage: minor clarification to screenshot command argument handling
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 1399ef74e1..01fe7376fd 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -159,10 +159,10 @@ List of Input Commands
``multiply <property> <factor>``
Multiplies the value of a property with the numeric factor.
-``screenshot [subtitles|video|window|- [single|each-frame]]``
+``screenshot [subtitles|video|window|single|each-frame]``
Take a screenshot.
- First argument:
+ Multiple flags are available (some can be combined with ``+``):
<subtitles> (default)
Save the video image, in its original resolution, and with subtitles.
@@ -182,6 +182,10 @@ List of Input Commands
frame was dropped. This flag can be combined with the other flags,
e.g. ``video+each-frame``.
+ Older mpv versions required passing ``single`` and ``each-frame`` as
+ second argument (and did not have flags). This syntax is still understood,
+ but deprecated and might be removed in the future.
+
``screenshot-to-file "<filename>" [subtitles|video|window]``
Take a screenshot and save it to a given file. The format of the file will
be guessed by the extension (and ``--screenshot-format`` is ignored - the