[MPlayer-DOCS] r36848 - in trunk: DOCS/man/en/mplayer.1 libmpcodecs/vf_screenshot.c

reimar subversion at mplayerhq.hu
Sun Feb 16 15:01:23 CET 2014


Author: reimar
Date: Sun Feb 16 15:01:23 2014
New Revision: 36848

Log:
Allow specifying custom path and name for screenshot files.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/libmpcodecs/vf_screenshot.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Sun Feb 16 15:01:21 2014	(r36847)
+++ trunk/DOCS/man/en/mplayer.1	Sun Feb 16 15:01:23 2014	(r36848)
@@ -7938,13 +7938,16 @@ decimation (ugly).
 .RE
 .
 .TP
-.B screenshot
+.B screenshot=prefix
 Allows acquiring screenshots of the movie using slave mode
 commands that can be bound to keypresses.
 See the slave mode documentation and the INTERACTIVE CONTROL
 section for details.
-Files named 'shotNNNN.png' will be saved in the working directory,
+By default files named 'shotNNNN.png' will be saved in the working directory,
 using the first available number \- no files will be overwritten.
+Specify a prefix to change the name or location, e.g.
+\-vf screenshot=shots/now will save the files in the directory
+shots with nowNNNN.png as name.
 The filter has no overhead when not used and accepts an arbitrary
 colorspace, so it is safe to add it to the configuration file.
 Make sure that the screenshot filter is added after all other filters


More information about the MPlayer-DOCS mailing list