Mercurial > mplayer.hg
changeset 16562:9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
author | diego |
---|---|
date | Fri, 23 Sep 2005 07:42:54 +0000 |
parents | 2add99fa89a2 |
children | 301b3ae331f2 |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Fri Sep 23 07:33:35 2005 +0000 +++ b/DOCS/xml/en/faq.xml Fri Sep 23 07:42:54 2005 +0000 @@ -204,6 +204,12 @@ 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>