diff options
author | wm4 <wm4@nowhere> | 2016-01-08 13:47:12 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-01-08 13:47:12 +0100 |
commit | 8e87ddd7fe21bf15fbc9db1493edf296f0e30b61 (patch) | |
tree | 9c9f340686f4bc0271d3dd4c0a4ff318e999acc7 /DOCS | |
parent | e4a1086cfb576226122e59379430f0d12f31ac1d (diff) |
manpage: adjust documented screenshot file name
Fixes #2696.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/mpv.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index be55c167f7..b306b13bf9 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -520,8 +520,9 @@ TAKING SCREENSHOTS Screenshots of the currently played file can be taken using the 'screenshot' input mode command, which is by default bound to the ``s`` key. Files named -``shotNNNN.jpg`` will be saved in the working directory, using the first -available number - no files will be overwritten. +``mpv-shotNNNN.jpg`` will be saved in the working directory, using the first +available number - no files will be overwritten. In pseudo-GUI mode, the +screenshot will be saved somewhere else. See `PSEUDO GUI MODE`_. A screenshot will usually contain the unscaled video contents at the end of the video filter chain and subtitles. By default, ``S`` takes screenshots without |