From 77ef3d4f7e575da2eddf9afc671dba90170d333e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Aug 2012 20:44:28 +0200 Subject: man: update documentation related to screenshots --- DOCS/man/en/vf.rst | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'DOCS/man/en/vf.rst') diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index cf5b8386b9..56bb32571a 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -1297,28 +1297,22 @@ remove-logo=/path/to/logo_bitmap_file_name.pgm [path] + filename of the filter image. screenshot - Allows acquiring screenshots of the movie using slave mode commands that - can be bound to keypresses. See the slave mode documentation and the - ``INTERACTIVE CONTROL`` section for details. Files named ``shotNNNN.png`` - will be saved in the working directory, using the first available number - - no files will be overwritten. The filter has no overhead when not used. It - does however break playback in some cases, especially VDPAU hardware - decoding is incompatible with the filter. Thus it is not completely safe to - add the filter to default configuration "just in case you might want to - take screenshots". Make sure that the screenshot filter is added after all - other filters whose effect you want to record on the saved image. E.g. it - should be the last filter if you want to have an exact screenshot of what - you see on the monitor. + Optional filter for screenshot support. This is only needed if the video + output doesn't provide working direct screenshot support. Note that it is + not always safe to insert this filter by default. See the + ``Taking screenshots`` section for details. ass Moves SSA/ASS subtitle rendering to an arbitrary point in the filter - chain. See the ``--ass`` option. + chain, or force subtitle rendering in the video filter as opposed to using + video output EOSD support. See the ``--ass`` option. *EXAMPLE*: - ``--vf=ass,screenshot`` - Moves SSA/ASS rendering before the screenshot filter. Screenshots - taken this way will contain subtitles. + ``--vf=ass,eq`` + Moves SSA/ASS rendering before the eq filter. This will put both + subtitle colors and video under the influence of the video equalizer + settings. blackframe[=amount:threshold] Detect frames that are (almost) completely black. Can be useful to detect -- cgit v1.2.3