From 8263ce26e1423d88d05aa5c96216f356e749bffc Mon Sep 17 00:00:00 2001 From: henry Date: Sun, 11 Sep 2005 08:00:38 +0000 Subject: screenshot filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16449 b3059339-0415-0410-9bf9-f77b7e298cf2 --- ChangeLog | 1 + DOCS/man/en/mplayer.1 | 10 ++++++++++ 2 files changed, 11 insertions(+) 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)" -- cgit v1.2.3