Mercurial > mplayer.hg
changeset 16448:b86124cdff83
screenshot filter
author | henry |
---|---|
date | Sun, 11 Sep 2005 08:00:38 +0000 |
parents | b2379996cb88 |
children | 5362c60b3b37 |
files | ChangeLog DOCS/man/en/mplayer.1 |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)"