1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

screenshot filter

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-09-11 08:00:38 +00:00
parent a4b1844b55
commit 8263ce26e1
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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)"