mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00:00
How to take a screenshot, how to use dmix, how to choose languages and
subtitle languages, patch by gouchi <gouchi at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13548 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1bfaaabe75
commit
e40f077b83
@ -404,6 +404,17 @@ code. For details see the <link linkend="rtc">RTC</link> section of the document
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
||||
<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?
|
||||
@ -611,6 +622,26 @@ Use:
|
||||
<qandadiv id="faq-playback">
|
||||
<title>Playback problems</title>
|
||||
|
||||
<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.
|
||||
@ -991,6 +1022,19 @@ You have to use <option>-rawaudio on:format=0x50</option>.
|
||||
|
||||
<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:
|
||||
|
Loading…
Reference in New Issue
Block a user