Screenshots can now be taken with -vf screenshot, based on a patch by Oded.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16563 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-09-23 07:42:54 +00:00
parent c29cacd935
commit 7976b10468
1 changed files with 6 additions and 0 deletions

View File

@ -204,6 +204,12 @@ How can I make a screenshot?
You have to use a video output driver that does not employ an overlay to be
able to take a screenshot. Under X11, <option>-vo x11</option> will do, under
Windows <option>-vo directx:noaccel</option> works.
</para>
<para>
Alternatively you can run <application>MPlayer</application> with the
<systemitem>screenshot</systemitem> video filter
(<option>-vf screenshot</option>), and press the <keycap>s</keycap>
key to grab a screenshot.
</para></answer>
</qandaentry>