Mercurial > mplayer.hg
annotate DOCS/xml/en/audio.xml @ 15430:d38349def928
How can I dump a full DVD title to a file?
author | gpoirier |
---|---|
date | Fri, 13 May 2005 11:23:17 +0000 |
parents | 346ace66cdb4 |
children | 7f9fcf5245a0 |
rev | line source |
---|---|
9675 | 1 <?xml version="1.0" encoding="iso-8859-1"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10178
diff
changeset
|
2 <!-- $Revision$ --> |
13912
c66b1514ce5b
Remove pointless devices section, make video and audio top level sections.
diego
parents:
13590
diff
changeset
|
3 <sect1 id="audio"> |
9675 | 4 <title>Audio output devices</title> |
13912
c66b1514ce5b
Remove pointless devices section, make video and audio top level sections.
diego
parents:
13590
diff
changeset
|
5 <sect2 id="sync"> |
14443 | 6 <title>Audio/Video synchronization</title> |
9675 | 7 |
8 <para> | |
9 Linux sound card drivers have compatibility problems. This is because | |
10 <application>MPlayer</application> relies on an in-built feature of | |
11 <emphasis>properly</emphasis> coded sound drivers that enable them to | |
12 maintain correct audio/video sync. Regrettably, some driver authors | |
13 don't take the care to code this feature since it is not needed for | |
14 playing MP3s or sound effects. | |
15 </para> | |
16 | |
17 <para> | |
13977 | 18 Other media players like <ulink url="http://avifile.sf.net">aviplay</ulink> |
19 or <ulink url="http://xinehq.de">xine</ulink> possibly work | |
9675 | 20 out-of-the-box with these drivers because they use "simple" methods |
21 with internal timing. Measuring showed that their methods are not as | |
22 efficient as <application>MPlayer</application>'s. | |
23 </para> | |
24 | |
25 <para> | |
26 Using <application>MPlayer</application> with a properly written audio | |
27 driver will never result in A/V desyncs related to the audio, except | |
28 only with very badly created files (check the man page for workarounds). | |
29 </para> | |
30 | |
31 <para> | |
32 If you happen to have a bad audio driver, try the <option>-autosync</option> | |
33 option, it should sort out your problems. See the man page for detailed | |
34 information. | |
35 </para> | |
14632 | 36 </sect2> |
9675 | 37 |
14632 | 38 <sect2 id="troubleshooting"> |
39 <title>Troubleshooting</title> | |
40 | |
41 <para>Some notes:</para> | |
42 | |
43 <para> | |
9675 | 44 If you have ALSA version 0.5, then you almost always have to use |
45 <option>-ao alsa5</option>, since ALSA 0.5 has buggy OSS emulation code, | |
46 and will <emphasis role="bold">crash <application>MPlayer</application></emphasis> | |
47 with a message like this: | |
48 <screen> | |
49 DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!<!-- | |
50 --></screen> | |
14632 | 51 </para> |
52 <para> | |
53 If the sound clicks when playing from CD-ROM, turn on IRQ unmasking as | |
54 described in the <link linkend="drives">CD-ROM</link> section. | |
55 </para> | |
13912
c66b1514ce5b
Remove pointless devices section, make video and audio top level sections.
diego
parents:
13590
diff
changeset
|
56 </sect2> |
9675 | 57 |
14442 | 58 </sect1> |