Mercurial > mplayer.hg
changeset 13547:144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
subtitle languages, patch by gouchi <gouchi at gmail dot com>.
author | diego |
---|---|
date | Mon, 04 Oct 2004 18:48:38 +0000 |
parents | 93006742473c |
children | 661718721c92 |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 44 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Mon Oct 04 18:42:44 2004 +0000 +++ b/DOCS/xml/en/faq.xml Mon Oct 04 18:48:38 2004 +0000 @@ -406,6 +406,17 @@ <qandaentry> <question><para> +How can I make a screenshot? +</para></question> +<answer><para> +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></answer> +</qandaentry> + +<qandaentry> +<question><para> There is a timer in the upper left corner. How can I get rid of it? </para></question> <answer><para> @@ -613,6 +624,26 @@ <qandaentry> <question><para> +How can I select audio/subtitle tracks from a DVD, OGM, Matroska or NUT file? +</para></question> +<answer><para> +You have to use <option>-aid</option> (audio ID) or <option>-alang</option> +(audio language), <option>-sid</option>(subtitle ID) or <option>-slang</option> +(subtitle language), for example: +<screen> +mplayer example.mkv -alang eng -slang eng +mplayer example.mkv -aid 1 -sid 1 +</screen> +To see which ones are available: +<screen> +mplayer -vo null -ao null -frames 0 -v <replaceable>filename</replaceable> | grep sid +mplayer -vo null -ao null -frames 0 -v <replaceable>filename</replaceable> | grep aid +</screen> +</para></answer> +</qandaentry> + +<qandaentry> +<question><para> I'm trying to play a random stream off the internet but it fails. </para></question> <answer><para> @@ -991,6 +1022,19 @@ <qandadiv id="faq-driver"> <title>Video/audio driver problems (vo/ao)</title> + +<qandaentry> +<question><para> +How can I use <application>dmix</application> with +<application>MPlayer</application>? +</para></question> +<answer><para> +After setting up your +<ulink url="http://alsa.opensrc.org/index.php?page=DmixPlugin">asoundrc</ulink> +you have to use <option>-ao alsa:device=dmix</option>. +</para></answer> +</qandaentry> + <qandaentry> <question><para> I have no sound when playing a video and get error messages similar to this one: