# HG changeset patch # User henry # Date 1126425638 0 # Node ID b86124cdff83234a5eab1c9aeb34acd535229cd9 # Parent b2379996cb8823c800794279dff2a6ab4fcd12a9 screenshot filter diff -r b2379996cb88 -r b86124cdff83 ChangeLog --- a/ChangeLog Sun Sep 11 07:25:50 2005 +0000 +++ b/ChangeLog Sun Sep 11 08:00:38 2005 +0000 @@ -69,6 +69,7 @@ * 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 -r b2379996cb88 -r b86124cdff83 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun Sep 11 07:25:50 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Sep 11 08:00:38 2005 +0000 @@ -5702,6 +5702,16 @@ 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)"