Mercurial > mplayer.hg
annotate DOCS/xml/en/bugs.xml @ 27990:a5755165051a
Use doxygen-style comments in file header. Remove tabs usage.
author | gpoirier |
---|---|
date | Mon, 24 Nov 2008 13:34:31 +0000 |
parents | 41bd4568406b |
children |
rev | line source |
---|---|
20535 | 1 <?xml version="1.0" encoding="utf-8"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
9777
diff
changeset
|
2 <!-- $Revision$ --> |
9675 | 3 <appendix id="bugs"> |
4 <title>Known bugs</title> | |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
5 |
9675 | 6 <sect1 id="bugs-special"> |
7 <title>Special system/CPU-specific bugs/problems</title> | |
21521 | 8 |
9675 | 9 <itemizedlist> |
10 <listitem> | |
21521 | 11 <para>General SIGILL (signal 4):</para> |
12 <para> | |
13 Problem: you compiled and run <application>MPlayer</application> on | |
14 different machines (for example compiled on P3 and running on Celeron) | |
15 </para> | |
16 <para> | |
17 Solution: compile <application>MPlayer</application> on the same machine | |
18 where you will use it! | |
19 </para> | |
20 <para> | |
21 Workaround: You can forget all this by configuring with the | |
22 <option>--enable-runtime-cpudetection</option> option or you can | |
23 disable particular CPU instruction sets with more specific options (like | |
24 <option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc). | |
25 </para> | |
9675 | 26 </listitem> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
27 |
9675 | 28 <listitem> |
21521 | 29 <para>Crashes when dumping streams:</para> |
30 <para>Problem: core dump</para> | |
31 <para>Solution: Don't panic. Make sure you know where your towel is.</para> | |
15782 | 32 </listitem> |
9675 | 33 </itemizedlist> |
34 </sect1> | |
35 | |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
36 |
21521 | 37 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
38 | |
39 | |
9675 | 40 <sect1 id="bugs-audio"> |
41 <title>Various A-V sync and other audio problems</title> | |
42 | |
43 <sect2 id="bugs-delay-all"> | |
21521 | 44 <title>General audio delay or jerky sound |
45 (exists with all or many files)</title> | |
46 | |
9675 | 47 <itemizedlist> |
48 <listitem><para> | |
21521 | 49 most common: buggy audio driver! - try to use different drivers, try ALSA OSS |
50 emulation with <option>-ao oss</option>, also try <option>-ao sdl</option>, | |
51 sometimes it helps. If your file plays fine with <option>-nosound</option>, | |
52 then you can be sure it's sound card (driver) problem. | |
9675 | 53 </para></listitem> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
54 |
9675 | 55 <listitem> |
21521 | 56 <para>audio buffer problems (buffer size badly detected)</para> |
57 <para> | |
58 Workaround: <application>MPlayer</application>'s <option>-abs</option> option | |
59 </para> | |
9675 | 60 </listitem> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
61 |
9675 | 62 <listitem><para> |
21521 | 63 samplerate problems - maybe your card doesn't support the samplerate used in |
64 your files - try the resampling filter (<option>-af resample=...</option>) | |
9675 | 65 </para></listitem> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
66 |
9675 | 67 <listitem> |
21521 | 68 <para>slow machine (CPU or VGA)</para> |
69 <para> | |
70 try with <option>-vo null</option>, if it plays well, then you have slow | |
71 VGA card/driver | |
72 </para> | |
73 <para> | |
74 Workaround: buy a faster card or read this documentation about how to speed up | |
75 </para> | |
76 <para>Also try <option>-framedrop</option></para> | |
9675 | 77 </listitem> |
78 </itemizedlist> | |
79 </sect2> | |
80 | |
21521 | 81 <!-- ********** --> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
82 |
9675 | 83 <sect2 id="bugs-delay-specific"> |
26958 | 84 <title>Audio delay/desync specific to one or a few files</title> |
21521 | 85 |
9675 | 86 <itemizedlist> |
87 <listitem> | |
21521 | 88 <para>bad file</para> |
89 <para> | |
90 Workaround: | |
9675 | 91 <itemizedlist> |
92 <listitem> | |
21521 | 93 <para> |
94 <option>-ni</option> or <option>-nobps</option> option | |
95 (for non-interleaved or bad files) | |
96 </para> | |
9675 | 97 <para>and/or</para> |
98 </listitem> | |
99 <listitem> | |
21521 | 100 <para> |
101 <option>-mc 0</option> | |
102 (required for files with badly interleaved VBR audio) | |
103 </para> | |
9675 | 104 <para>and/or</para> |
105 </listitem> | |
106 <listitem> | |
21521 | 107 <para> |
108 <option>-delay</option> or <keycap>+</keycap>/<keycap>-</keycap> | |
23496 | 109 keys at runtime to adjust delay |
21521 | 110 </para> |
9675 | 111 </listitem> |
112 </itemizedlist> | |
21521 | 113 If none of these help, please upload the file, we'll check (and fix). |
21670
eb0be98eebf2
[cosmetics] minor fixes after reformatting round
torinthiel
parents:
21521
diff
changeset
|
114 </para> |
9675 | 115 </listitem> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
116 |
9675 | 117 <listitem> |
21521 | 118 <para>your sound card doesn't support 48kHz playback</para> |
119 <para> | |
120 Workaround: buy a better sound card... or try to decrease fps by 10% | |
121 (use <option>-fps 27</option> for a 30fps movie) or use the resample filter | |
122 </para> | |
9675 | 123 </listitem> |
20074
92907b58914f
(cosmetics) add some empty lines to improve readability
torinthiel
parents:
19680
diff
changeset
|
124 |
9675 | 125 <listitem> |
21521 | 126 <para> |
127 slow machine (if A-V is not around 0, | |
128 and the last number in the status line increasing) | |
129 </para> | |
130 <para>Workaround: <option>-framedrop</option></para> | |
9675 | 131 </listitem> |
132 </itemizedlist> | |
133 </sect2> | |
134 | |
135 </sect1> | |
136 | |
137 </appendix> |