summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mplayer.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 20:44:28 +0200
committerwm4 <wm4@nowhere>2012-08-02 22:07:19 +0200
commit77ef3d4f7e575da2eddf9afc671dba90170d333e (patch)
treea9bc8df7e1969096c5af64f8eec1923b7d93b8a7 /DOCS/man/en/mplayer.rst
parent83f21cec7b7271486a13638ab308658550403c40 (diff)
downloadmpv-77ef3d4f7e575da2eddf9afc671dba90170d333e.tar.bz2
mpv-77ef3d4f7e575da2eddf9afc671dba90170d333e.tar.xz
man: update documentation related to screenshots
Diffstat (limited to 'DOCS/man/en/mplayer.rst')
-rw-r--r--DOCS/man/en/mplayer.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst
index 43fb2a47e5..617799bf9f 100644
--- a/DOCS/man/en/mplayer.rst
+++ b/DOCS/man/en/mplayer.rst
@@ -408,6 +408,28 @@ OPTIONS
.. include:: vf.rst
+Taking screenshots
+==================
+
+Screenshots of the currently played file can be taken using the 'screenshot'
+slave mode command, which is by default bound to the ``s`` key. Files named
+``shotNNNN.png`` will be saved in the working directory, using the first
+available number - no files will be overwritten.
+
+A screenshot will usually contain the unscaled video contents at the end of the
+video filter chain. Some video output drivers will include subtitles and OSD in
+the video frame as well - this is because of technical restrictions.
+
+The ``screenshot`` video filter is normally not required when using a
+recommended GUI video output driver. The ``screenshot`` filter will be attempted
+to be used if the video output doesn't support screenshots. Note that taking
+screenshots with the video filter is not instant: the screenshot will be only
+saved when the next video frame is displayed. This means attempting to take a
+screenshot while the player is paused will do nothing, until the user unpauses
+or seeks. Also, the screenshot filter is not compatible with hardware decoding,
+and actually will cause initialization failure when use with hardware decodingis
+attempted. Using the ``screenshot`` video filter is not recommended for these
+reasons.
ENVIRONMENT VARIABLES
=====================