Mercurial > mplayer.hg
annotate DOCS/xml/en/bugs.xml @ 13798:1c514c78c7b4
compile fix on G3
author | pontscho |
---|---|
date | Fri, 29 Oct 2004 19:03:55 +0000 |
parents | 3f543ec01d1e |
children | 5f00592069fe |
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:
9777
diff
changeset
|
2 <!-- $Revision$ --> |
9675 | 3 <appendix id="bugs"> |
4 <title>Known bugs</title> | |
5 <sect1 id="bugs-special"> | |
6 <title>Special system/CPU-specific bugs/problems</title> | |
7 <itemizedlist> | |
8 <listitem> | |
9 <para>SIGILL (signal 4) on P3 using 2.2.x kernels:</para> | |
10 <para>Problem: kernel 2.2.x doesn't have proper (working) SSE support</para> | |
11 <para>Solution: upgrade kernel to 2.4.x</para> | |
12 <para>Workaround: <command>./configure --disable-sse</command></para> | |
13 </listitem> | |
14 <listitem> | |
15 <para>General SIGILL (signal 4):</para> | |
11540 | 16 <para>Problem: you compiled and run <application>MPlayer</application> on |
17 different machines (for example compiled on P3 and running on Celeron)</para> | |
18 <para>Solution: compile <application>MPlayer</application> on the same machine | |
19 where you will use it!</para> | |
9675 | 20 <para>Workaround: <command>./configure --disable-sse</command> etc. options</para> |
21 </listitem> | |
22 <listitem> | |
11540 | 23 <para>"Internal buffer inconsistency" during <application>MEncoder</application> run:</para> |
9675 | 24 <para>Problem: known problem when lame < 3.90 was compiled with gcc 2.96 or 3.x.</para> |
25 <para>Solution: use lame >=3.90.</para> | |
26 <para>Workaround: compile lame with gcc 2.95.x and remove any already installed | |
27 lame packages, they may have been compiled with gcc 2.96.</para> | |
28 </listitem> | |
29 <listitem> | |
30 <para>Messed up MP2/MP3 sound on PPC:</para> | |
31 <para>Problem: known GCC miscompilation bug on PPC platforms, no fix yet.</para> | |
32 <para>Workaround: use FFmpeg's (slow) MP1/MP2/MP3 decoder (<option>-ac ffmpeg</option>)</para> | |
33 </listitem> | |
34 <listitem> | |
12566 | 35 <para>SIGSEGV (signal 11) in libmpeg2, when scaling+encoding:</para> |
12576 | 36 <para>Problem: known GCC 2.95.2 MMX bug</para> |
12565 | 37 <para>Solution: upgrade to 2.95.3</para> |
9675 | 38 </listitem> |
39 </itemizedlist> | |
40 </sect1> | |
41 | |
42 <sect1 id="bugs-audio"> | |
43 <title>Various A-V sync and other audio problems</title> | |
44 | |
45 <sect2 id="bugs-delay-all"> | |
46 <title>General audio delay or jerky sound (exists with all or many files)</title> | |
47 <itemizedlist> | |
48 <listitem><para> | |
49 most common: buggy audio driver! - try to use different drivers, try ALSA 0.9 OSS | |
50 emulation with <option>-ao oss</option>, also try <option>-ao sdl</option>, | |
9736
520f6d60bf75
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents:
9675
diff
changeset
|
51 sometimes it helps. If your file plays fine with <option>-nosound</option>, then you can be sure |
9675 | 52 it's sound card (driver) problem. |
53 </para></listitem> | |
54 </itemizedlist> | |
55 <itemizedlist> | |
56 <listitem> | |
57 <para>audio buffer problems (buffer size badly detected)</para> | |
12578 | 58 <para>Workaround: <application>MPlayer</application>'s <option>-abs</option> option</para> |
9675 | 59 </listitem> |
60 </itemizedlist> | |
61 <itemizedlist> | |
62 <listitem><para> | |
63 samplerate problems - maybe your card doesn't support the samplerate used in your | |
9736
520f6d60bf75
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents:
9675
diff
changeset
|
64 files - try the resampling plugin (<option>-af resample=...</option>) |
9675 | 65 </para></listitem> |
66 </itemizedlist> | |
67 <itemizedlist> | |
68 <listitem> | |
69 <para>slow machine (CPU or VGA)</para> | |
70 <para>try with <option>-vo null</option>, if it plays well, then you have slow | |
71 VGA card/driver</para> | |
72 <para>Workaround: buy a faster card or read this documentation about how to | |
73 speed up</para> | |
74 <para>Also try <option>-framedrop</option></para> | |
75 </listitem> | |
76 </itemizedlist> | |
77 </sect2> | |
78 | |
79 <sect2 id="bugs-delay-specific"> | |
80 <title>Audio delay/de-sync specific to one or a few files</title> | |
81 <itemizedlist> | |
82 <listitem> | |
83 <para>bad file</para> | |
84 <para> | |
85 Workaround: | |
86 <itemizedlist> | |
87 <listitem> | |
88 <para><option>-ni</option> or <option>-nobps</option> option (for | |
89 non-interleaved or bad files)</para> | |
90 <para>and/or</para> | |
91 </listitem> | |
92 <listitem> | |
93 <para><option>-mc 0</option>(required for files with badly | |
94 interleaved VBR audio)</para> | |
95 <para>and/or</para> | |
96 </listitem> | |
97 <listitem> | |
98 <para><option>-delay</option> or <keycap>+</keycap>/<keycap>-</keycap> | |
99 keys at runtime to adjust delay</para> | |
100 </listitem> | |
101 </itemizedlist> | |
102 If none of these help, please upload the file, we'll check (and fix). | |
103 </para> | |
104 </listitem> | |
105 <listitem> | |
106 <para>your sound card doesn't support 48kHz playback</para> | |
107 <para>Workaround: buy a better sound card... or try to decrease fps by 10% (use | |
9736
520f6d60bf75
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents:
9675
diff
changeset
|
108 <option>-fps 27</option> for a 30fps movie) or use the resample plugin</para> |
9675 | 109 </listitem> |
110 <listitem> | |
111 <para>slow machine(if A-V is not around 0, and the last number in the status | |
112 line increasing)</para> | |
113 <para>Workaround: <option>-framedrop</option></para> | |
114 </listitem> | |
115 </itemizedlist> | |
116 </sect2> | |
117 | |
118 <sect2 id="bugs-nosound"> | |
119 <title>No sound at all</title> | |
120 <itemizedlist> | |
121 <listitem> | |
122 <para>your file uses an unsupported audio codec</para> | |
123 <para>read the documentation and help us adding support for it</para> | |
124 </listitem> | |
125 </itemizedlist> | |
126 </sect2> | |
127 | |
128 <sect2 id="bugs-nopicture"> | |
129 <title>No picture at all (just plain grey/green window)</title> | |
130 <itemizedlist> | |
131 <listitem> | |
132 <para>your file uses an unsupported video codec</para> | |
133 <para>Workaround: read the documentation and help us adding support for it</para> | |
134 </listitem> | |
135 <listitem> | |
136 <para> | |
137 auto-selected codec can't decode the file, try to select another using | |
138 <option>-vc</option> or <option>-vfm</option> options | |
139 </para> | |
140 </listitem> | |
141 <listitem> | |
142 <para> | |
143 you try to play DivX 3.x file with OpenDivX decoder or XviD | |
11758 | 144 (<option>-vc odivx</option>) - install DivX4Linux and recompile player |
9675 | 145 </para> |
146 </listitem> | |
147 </itemizedlist> | |
148 </sect2> | |
149 | |
150 <sect2 id="bugs-video"> | |
151 <title>Video-out problems</title> | |
152 <para> | |
153 First note: options <option>-fs -vm</option> and <option>-zoom</option> are just | |
154 recommendations, not (yet) supported by all drivers. So it isn't a bug if it | |
155 doesn't work. Only a few driver supports scaling/zooming, don't expect this from | |
156 x11 or dga. | |
157 </para> | |
158 | |
159 <formalpara> | |
160 <title>OSD/sub flickering</title> | |
161 <para> | |
162 <itemizedlist> | |
163 <listitem><para>x11 driver: sorry, it can't be fixed now</para></listitem> | |
164 <listitem><para>xv driver: use <option>-double</option> option</para></listitem> | |
165 </itemizedlist> | |
166 </para> | |
167 </formalpara> | |
168 | |
169 <formalpara> | |
170 <title>Green image using mga_vid (<option>-vo mga</option> / <option>-vo xmga</option>)</title> | |
171 <para> | |
172 <itemizedlist> | |
173 <listitem><para>mga_vid misdetected your card's RAM amount, reload it using | |
174 <option>mga_ram_size</option> option | |
175 </para></listitem> | |
176 </itemizedlist> | |
177 </para> | |
178 </formalpara> | |
179 | |
180 </sect2> | |
181 </sect1> | |
182 | |
183 </appendix> |