[MPlayer-DOCS] r19839 - in trunk: DOCS/man/en/mplayer.1 DOCS/tech/slave.txt input/input.c libmpcodecs/vf_screenshot.c mplayer.c

eugeni subversion at mplayerhq.hu
Fri Sep 15 15:27:59 CEST 2006


Author: eugeni
Date: Fri Sep 15 15:27:59 2006
New Revision: 19839

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

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/tech/slave.txt
   trunk/input/input.c
   trunk/libmpcodecs/vf_screenshot.c
   trunk/mplayer.c

Log:
Add repeated screenshot mode to vf_screenshot.
It is triggered by "screenshot 1".


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Fri Sep 15 15:27:59 2006
@@ -321,6 +321,8 @@
 Set start or end of an EDL skip and write it out to the given file.
 .IPs "s (\-vf screenshot only)"
 Take a screenshot.
+.IPs "S (\-vf screenshot only)"
+Start/stop taking screenshots.
 .IPs "I"
 Show filename on the OSD.
 .IPs "! and @"
@@ -6482,8 +6484,9 @@
 .
 .TP
 .B screenshot
-Allows acquiring screenshots of the movie using the screenshot command
-(bound to the 's' key by default).
+Allows acquiring screenshots of the movie using the "screenshot 0" command
+(bound to the 's' key by default). "screenshot 1" ('S' key) starts/stops
+taking screenshots with each frame.
 Files named 'shotNNNN.png' will be saved in the working directory,
 using the first available number - no files will be overwritten.
 The filter has no overhead when not used and accepts an arbitrary



More information about the MPlayer-DOCS mailing list