annotate DOCS/xml/en/audio.xml @ 15659:f5ba6ff194e9

Fixes x264's "lumi_mask" option and improves lavc's "nr" option.
author gpoirier
date Sun, 05 Jun 2005 21:34:03 +0000
parents 346ace66cdb4
children 7f9fcf5245a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
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
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
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
35de3132c1ea Typo, remove mention of audio plugins.
diego
parents: 14442
diff changeset
6 <title>Audio/Video synchronization</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 Linux sound card drivers have compatibility problems. This is because
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 <application>MPlayer</application> relies on an in-built feature of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 <emphasis>properly</emphasis> coded sound drivers that enable them to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 maintain correct audio/video sync. Regrettably, some driver authors
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 don't take the care to code this feature since it is not needed for
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14 playing MP3s or sound effects.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 <para>
13977
7895a1b73828 URL updates
diego
parents: 13912
diff changeset
18 Other media players like <ulink url="http://avifile.sf.net">aviplay</ulink>
7895a1b73828 URL updates
diego
parents: 13912
diff changeset
19 or <ulink url="http://xinehq.de">xine</ulink> possibly work
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 out-of-the-box with these drivers because they use "simple" methods
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 with internal timing. Measuring showed that their methods are not as
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22 efficient as <application>MPlayer</application>'s.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 Using <application>MPlayer</application> with a properly written audio
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27 driver will never result in A/V desyncs related to the audio, except
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28 only with very badly created files (check the man page for workarounds).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
30
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 If you happen to have a bad audio driver, try the <option>-autosync</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 option, it should sort out your problems. See the man page for detailed
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 information.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 </para>
14632
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
36 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37
14632
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
38 <sect2 id="troubleshooting">
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
39 <title>Troubleshooting</title>
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
40
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
41 <para>Some notes:</para>
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
42
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
43 <para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 If you have ALSA version 0.5, then you almost always have to use
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 <option>-ao alsa5</option>, since ALSA 0.5 has buggy OSS emulation code,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 and will <emphasis role="bold">crash <application>MPlayer</application></emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 with a message like this:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!<!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 --></screen>
14632
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
51 </para>
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
52 <para>
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
53 If the sound clicks when playing from CD-ROM, turn on IRQ unmasking as
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
54 described in the <link linkend="drives">CD-ROM</link> section.
f07f529210c3 Updated the outdated audio section somewhat.
diego
parents: 14444
diff changeset
55 </para>
13912
c66b1514ce5b Remove pointless devices section, make video and audio top level sections.
diego
parents: 13590
diff changeset
56 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57
14442
38c8273d86b6 Move audio filters section up one hierarchy level.
diego
parents: 14441
diff changeset
58 </sect1>