summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--DOCS/man/en/mplayer.110
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 222b7b6cd4..cdc4aca7fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,7 @@ MPlayer (1.0)
* remove_logo filter
* lavcresample now used by default (-af-adv force=0 gives old behavior)
* vf_expand and vf_dsize now support aspect and round parameters
+ * screenshot filter
MEncoder:
* audio encoding modularized
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 3c7cfca084..b107707536 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5702,6 +5702,16 @@ The option fd instructs the filter to always perform the requested
decimation (ugly).
.RE
.
+.TP
+.B screenshot
+Allows acquiring screenshots of the movie using the screenshot command
+(bound to the 's' key by default). Files named like 'shotNNNN.png'
+will be saved in the working directory, using the first number
+available - no files will be overwritten. The filter has no overhead
+when not used and accepts an arbitrary colorspace, so it is safe to
+put it into the configuration file permanently.
+.RE
+.
.
.
.SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"