From e40f077b8326a900bfd4bdd2ff84d7f3ecceb8e6 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Oct 2004 18:48:38 +0000 Subject: How to take a screenshot, how to use dmix, how to choose languages and subtitle languages, patch by gouchi . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13548 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'DOCS') diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 3dc75d027d..0e4146696d 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -404,6 +404,17 @@ code. For details see the RTC section of the document + + +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, will do, under +Windows works. + + + There is a timer in the upper left corner. How can I get rid of it? @@ -611,6 +622,26 @@ Use: Playback problems + + +How can I select audio/subtitle tracks from a DVD, OGM, Matroska or NUT file? + + +You have to use (audio ID) or +(audio language), (subtitle ID) or +(subtitle language), for example: + +mplayer example.mkv -alang eng -slang eng +mplayer example.mkv -aid 1 -sid 1 + +To see which ones are available: + +mplayer -vo null -ao null -frames 0 -v filename | grep sid +mplayer -vo null -ao null -frames 0 -v filename | grep aid + + + + I'm trying to play a random stream off the internet but it fails. @@ -991,6 +1022,19 @@ You have to use . Video/audio driver problems (vo/ao) + + + +How can I use dmix with +MPlayer? + + +After setting up your +asoundrc +you have to use . + + + I have no sound when playing a video and get error messages similar to this one: -- cgit v1.2.3