diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-23 07:42:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-23 07:42:54 +0000 |
commit | 7976b104689afe11f25b83a6e356b74a591f1675 (patch) | |
tree | 1b999880b8e77cf97b37256c287756423c49d710 | |
parent | c29cacd93571f90cda54a3e62fc576814c426eaa (diff) |
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
-rw-r--r-- | DOCS/xml/en/faq.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index ec2bd908a0..249d0a2ae7 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -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> |