Mercurial > mplayer.hg
annotate DOCS/faq.html @ 2606:a4b73dfad509
(ff)mjpeg q/a
author | gabucino |
---|---|
date | Thu, 01 Nov 2001 13:26:18 +0000 |
parents | c9b4394a0675 |
children | b2b3926a5e46 |
rev | line source |
---|---|
1612 | 1 <HTML> |
1704 | 2 <BODY BGCOLOR=white> |
3 | |
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> | |
1612 | 5 |
1682 | 6 <P><B><A NAME=5>5. FAQ section</A></B></P> |
7 | |
8 <TABLE BORDER=0 WIDTH=100% ALIGN=left> | |
9 | |
1987 | 10 <TD COLSPAN=3><P><B><A NAME=5.1><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.1 Compilation</A></B></P> |
1682 | 11 </TD><TR><TD COLSPAN=3> </TD><TR> |
12 | |
1987 | 13 <TD> </TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2117 | 14 What does "No such file or directory" means ? |
15 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
16 Probably there is no such file or directory. | |
17 </TD><TR><TD COLSPAN=3> </TD><TR> | |
18 | |
19 <TD> </TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
1682 | 20 What's the problem with gcc 2.96 ? |
1987 | 21 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2256 | 22 gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat/Mandrake sites, or |
23 RedHat/Mandrake distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY | |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
24 unsupported by <B>MPlayer</B>, because it simply SKIPS MMX/3DNow codes, it just does |
1682 | 25 not compile it. Important: this is NOT an <B>MPlayer</B>-specific problem, |
26 numerous other projects (DRI, avifile, etc..) have problems with this shit | |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
27 too.<BR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
28 <B><I>DO NOT USE gcc 2.96 !!!</I></B><BR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
29 If you really really want to do so, be sure to use the newest. |
1682 | 30 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 31 |
1987 | 32 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 33 Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--! |
1987 | 34 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
35 No. There are issues with those, either. :( Use 2.95.x series, those are reliable, | |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
36 and faster than 2.96 and 3.x.x . If you really really wish to use 3.0.x , be |
2097 | 37 sure to always use the newest. |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
38 </TD><TR><TD COLSPAN=3> </TD><TR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
39 |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
40 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
41 I tried to compile MPlayer, but I got this output:<BR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
42 <PRE> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
43 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
44 from /usr/include/g++-v3/bits/fpos.h:40, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
45 from /usr/include/g++-v3/bits/char_traits.h:40, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
46 from /usr/include/g++-v3/bits/std_string.h:41, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
47 from /usr/include/g++-v3/string:31, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
48 from libwin32.h:36, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
49 from DS_AudioDecoder.h:4, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
50 from DS_AudioDec.cpp:5: |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
51 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
52 wchar_t**, int)': |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
53 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
54 `const |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
55 </PRE> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
56 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2097 | 57 Upgrade your glibc to the newest. On Mandrake, use 2.2.4-8mdk . |
1682 | 58 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 59 |
1987 | 60 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2137 | 61 ...gcc 2.96... (yes, some people are STILL flaming about their gcc 2.96!!) |
62 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
63 <P>But we has idegs (the word 'ideg' is described further in the FAQ). And our | |
64 idegcounters overflow again and again.</P> | |
65 | |
66 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users | |
67 who can't even use windows, and never tried to compile a kernel. They installed | |
68 (with default options) Mandrake or RedHat or Suse, and without RTFM'ing they | |
69 send messages saying 'it doesn't work! help me! please! i'm new to the linux! | |
70 help! oh! help me!'. We can't stop them, but at least we try to force them RTFM | |
71 and to read fuckin' messages of ./configure and mplayer.</P> | |
72 | |
73 <P>And you clever guys come and flame us with gcc 2.96 and binary packages. | |
74 Instead of helping users or making patches to help solve problems.</P> | |
75 | |
76 <P>Half of our spare/free time is spent by answering silly mails here and | |
77 making newer tricks and checks to configure to avoid such mails.</P> | |
78 | |
79 <P>And there is a balance. On one hand are you, clever guys, saying we are very | |
80 bad because we don't like buggy gcc 2.96, and at the other hand there are the | |
81 'new to linux' guys who are showing us gcc 2.96 is buggy.</P> | |
82 | |
83 <P>Conclusinion: we can't be good. Half of people always will say we are bad.</P> | |
84 | |
85 <P>Maybe we should close the project, make it closed source, commercial, and | |
86 provide install support for it. then we could leave current work, so | |
87 development could go faster, and we earn lots of money with it and buy a big | |
88 house, etc etc. Do you really want it? It seems.</P> | |
89 | |
90 <P ALIGN=RIGHT>Arpi (a mail on the mplayer-users list)</P> | |
91 </TD><TR><TD COLSPAN=3> </TD><TR> | |
92 | |
93 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
2488 | 94 Where can I find information about gcc 2.96 bugs ? |
95 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
96 In <A HREF="gcc-2.96-3.0.html">this</A> documentation. | |
97 </TD><TR><TD COLSPAN=3> </TD><TR> | |
98 | |
99 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
1682 | 100 SDL output doesn't work or compile. Problem is .... |
1987 | 101 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 102 It is tested with newest SDL (probably runs on 1.1.7+). |
103 It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask. | |
104 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 105 |
1987 | 106 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 107 I am still having trouble compiling with SDL support. gcc says something |
108 about "undefined reference to `SDL_EnableKeyRepeat'" What's now? | |
1987 | 109 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 110 Where did you install the SDL library? If you installed in /usr/local |
111 (the default) then edit the top level config.mak and add | |
112 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done! | |
113 </TD><TR><TD COLSPAN=3> </TD><TR> | |
114 | |
1987 | 115 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 116 It doesn't compile, and it misses uint64_t inttypes.h and similar things... |
1987 | 117 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 118 copy etc/inttypes.h to <B>MPlayer</B> directory (cp etc/inttypes.h .) |
1774 | 119 try again... |
1682 | 120 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 121 |
1987 | 122 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 123 I have Pentium III but ./configure doesn't detect SSE |
1987 | 124 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 125 Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer, but |
126 be prepared for problems) | |
127 </TD><TR><TD COLSPAN=3> </TD><TR> | |
128 | |
1987 | 129 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 130 I have G200/G400, how to compile/use mga_vid driver? |
1987 | 131 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 132 Read all this documentation. |
133 </TD><TR><TD COLSPAN=3> </TD><TR> | |
134 | |
1987 | 135 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 136 Are there rpm/deb/... packages of <B>MPlayer</B>? |
1987 | 137 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 138 You can make a .deb package for yourself, check section <A HREF="documentation.html#6.1">6.1</A>. |
139 It's _STRONGLY_ discouraged to use precompiled packages | |
140 of <B>MPlayer</B>, since it (currently) _highly_ depends on compile-time | |
141 options and optimizations! | |
142 Precompiled packages are COMPLETELY unsupported by the <B>MPlayer</B> team! | |
143 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 144 |
1987 | 145 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 146 During 'make', MPlayer complains about X11 libraries. I don't understand, |
147 I DO have X installed!? | |
1987 | 148 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 149 ...but you don't have the X development package installed. Or not |
150 correctly. It's called XFree86-devel* under RedHat, and xlib6g-dev* under | |
151 Debian. Also check if the /usr/X11 symlink exists (this can be a problem on | |
152 Mandrake systems). It can be created with the<BR> | |
153 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> | |
154 command. Also check the /usr/include/X11 link :<BR> | |
155 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> | |
156 Your distribution may differ from the Linux Filesystem Standard. | |
157 </TD><TR><TD COLSPAN=3> </TD><TR> | |
158 | |
1987 | 159 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 160 What about DGA driver? I can't find it!!! |
1987 | 161 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 162 ./configure autodetects your DGA driver. If -vo help doesn't show |
163 DGA, then there's a problem with your X installation. | |
1785 | 164 Try ./configure --enable-dga (and RTFM) |
1682 | 165 Alternatively, try SDL's DGA driver with '-vo sdl:dga' options. |
166 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 167 |
1987 | 168 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 169 I can't compile SVGAlib.. I'm using 2.3/2.4 kernel. |
1987 | 170 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 171 You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out. |
172 </TD><TR><TD COLSPAN=3> </TD><TR> | |
173 | |
1987 | 174 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2001 | 175 I compiled MPlayer with libdvdcss/libdivxdecore support, but when |
1682 | 176 I try to start it, it says:<BR> |
2001 | 177 <CODE>> error while loading shared libraries: lib*.so.0: cannot load |
1682 | 178 shared object file: No such file or directory</CODE><BR> |
179 I checked up on the file and it IS there in /usr/local/lib. | |
1987 | 180 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 181 What are you doing on Linux? Can't you install a library? Why do |
182 we get these questions? It's not <B>MPlayer</B> specific at all! Add | |
183 /usr/local/lib to <B>/etc/ld.so.conf</B> and run <B>ldconfig</B> . | |
184 Or install it to /usr/lib , because if you can't solve the /usr/local | |
185 problem, you are careless enough to do such things. | |
186 </TD><TR><TD COLSPAN=3> </TD><TR> | |
187 | |
1987 | 188 <TD COLSPAN=3><B><A NAME=5.2><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.2. General questions</A></B> |
1682 | 189 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 190 |
1987 | 191 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1785 | 192 What about DVD playing ? |
1987 | 193 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 194 Read the CD/DVD section . |
195 </TD><TR><TD COLSPAN=3> </TD><TR> | |
196 | |
1987 | 197 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
198 -xy or -fs option doesn't work with x11 driver (-vo x11) |
1987 | 199 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
200 It does, but you have to explicitly specify software scaling (it's SLOW!) with |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
201 the <CODE>-zoom</CODE> option. You better use XF86VidMode support: |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
202 you must specify the -vm and the -fs switch, and you're done. |
1682 | 203 Make sure you have the right Modelines in your XF86Config file, and |
204 try if the DGA driver (and SDL's DGA driver, see RTFM) works for you. | |
205 It's much faster. If SDL's DGA works too, use that, it'll be EVEN faster! | |
206 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 207 |
1987 | 208 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 209 What is the meaning of numbers in the status line? |
1987 | 210 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
211 See: <CODE><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0 4</CODE><BR> | |
1682 | 212 <UL> |
1987 | 213 <LI><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A: audio position in seconds |
1682 | 214 <LI>V: video position in seconds |
215 <LI>A-V: audio-video difference in seconds (delay) | |
216 <LI>ct: total A-V sync correction done | |
217 <LI>frames played (counting from last seek) | |
218 <LI>video codec cpu usage in percent (for mpeg it includes video_out too!) | |
219 <LI>video_out cpu usage for avi, 0 for mpg (see above) | |
220 <LI>audio codec cpu usage in percent | |
221 <LI>frames needed to drop to maintain A-V sync | |
1864 | 222 <LI>current level of image postprocessing (when using -autoq) |
1682 | 223 </UL> |
224 <I>Most of them are for debug purposes, and will be removed soon.</I> | |
225 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 226 |
1987 | 227 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1864 | 228 What if I don't want them to appear? |
1987 | 229 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1864 | 230 Then you use the -quiet option, and read the manpage. |
231 </TD><TR><TD COLSPAN=3> </TD><TR> | |
232 | |
1987 | 233 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 234 Why is video_out cpu usage zero (0%) for mpeg files? |
1987 | 235 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 236 It's not zero, but it's built in into codec, so can't be measured separated. |
237 You should try to play the file using -vo null and then -vo ... and check | |
238 the difference to see video_out speed... | |
239 </TD><TR><TD COLSPAN=3> </TD><TR> | |
240 | |
1987 | 241 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 242 What's XMMP? (is it XMMS or XMPS but mispelled?) |
1987 | 243 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 244 It's a new project, see http://frozenproductions.com for details |
245 </TD><TR><TD COLSPAN=3> </TD><TR> | |
246 | |
1987 | 247 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 248 There are error messages about file not found /usr/lib/win32/.... |
1987 | 249 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 250 Download & install w32codec.zip from *our* FTP |
251 (avifile's codec package has different DLL set) | |
252 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 253 |
1987 | 254 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 255 Are there any mailing lists on MPlayer? |
1987 | 256 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 257 Yes! See RTFM on how to subscribe them! |
258 </TD><TR><TD COLSPAN=3> </TD><TR> | |
259 | |
1987 | 260 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 261 I've found a nasty bug when I tried to play my favourite video!! |
262 Who should I inform? | |
1987 | 263 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 264 See Appendix <A HREF="bugreports.html">C</A>. |
265 </TD><TR><TD COLSPAN=3> </TD><TR> | |
266 | |
1987 | 267 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 268 I have problems playing files with ... codec. Can I use'em? |
1987 | 269 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1731 | 270 Check <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A>, |
1682 | 271 if it doesn't contain your codec, read |
2561 | 272 <A HREF="codecs.html#2.1.3">section 2.1.3</A>, and contact us. |
1682 | 273 </TD><TR><TD COLSPAN=3> </TD><TR> |
274 | |
1987 | 275 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 276 Umm, what is "IdegCounter"? |
1987 | 277 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 278 A mixture of a hungarian and an english word. In english, "Ideg" means |
279 "nerve", and is pronounced as something like "ydaegh" . It was first used | |
280 to measure the nervousness of A'rpi, after some (umm) "mystic" disappearance | |
281 of CVS code ;) | |
282 </TD><TR><TD COLSPAN=3> </TD><TR> | |
283 | |
1987 | 284 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
285 And what is "Faszom(C)ounter" ? |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
286 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
287 "Fasz" is a hungarian word you don't want to know, the others are in |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
288 connection with the pervert minds of the MPlayer developers. |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
289 </TD><TR><TD COLSPAN=3> </TD><TR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
290 |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
291 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 292 LIRC doesn't work, because ... |
1987 | 293 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 294 Are you sure you use "mplayer_lirc" instead of "mplayer"? |
295 </TD><TR><TD COLSPAN=3> </TD><TR> | |
296 | |
1987 | 297 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 298 Subtitles are very nice, the most beautiful I've ever seen, but they slow |
299 down the playing! I know it's unlikely... | |
1987 | 300 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2248 | 301 After running ./configure , edit config.h and replace <CODE>#undef FAST_OSD</CODE> with |
1682 | 302 <CODE>#define FAST_OSD</CODE>. Then recompile. |
303 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 304 |
1987 | 305 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 306 The OSD is flickering! |
1987 | 307 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 308 You use a vo driver with single buffering (x11,xv). With xv, |
309 use -double option. | |
310 </TD><TR><TD COLSPAN=3> </TD><TR> | |
311 | |
1987 | 312 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 313 What exactly is this libavcodec? |
1987 | 314 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
315 See the <A HREF="codecs.html#2.1.2.2">2.1.2.2 section</A>. |
1682 | 316 </TD><TR><TD COLSPAN=3> </TD><TR> |
317 | |
1987 | 318 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 319 But configure tells me "Checking for libavcodec ... no"! |
1987 | 320 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 321 You need to get libavcodec from FFmpeg's CVS. Read the instructions in |
322 the <A HREF="codecs.html#2.1.2.2">ffmpeg section</A>. | |
323 </TD><TR><TD COLSPAN=3> </TD><TR> | |
324 | |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
325 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
326 The GUI isn't usable with icewm, because some panel are over the movie!! |
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
327 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2061 | 328 Known, icewm is shit and dictatoric. Unsolvable. In detail: icewm sucks |
329 because its taskbar overrides GUI's window resize queries. If it asks for | |
330 resize to 800x600, then it resizes window to 800x(600-taskbar_size). It's bad. | |
331 Very bad. In short: shit. | |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
332 </TD><TR><TD COLSPAN=3> </TD><TR> |
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
333 |
1682 | 334 <TD COLSPAN=3> |
1987 | 335 <B><A NAME=5.3><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.3. File playing problems</A></B> |
1682 | 336 </TD><TR><TD COLSPAN=3> </TD><TR> |
337 | |
1987 | 338 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 339 ...... works with avifile/aviplay while doesn't with MPlayer. |
1987 | 340 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 341 <B>MPlayer</B> != avifile |
342 The only common thing between these players is the Win32 DLL loader. | |
343 The codecs (dll) sets, syncronization, demultiplexing etc is totaly | |
344 different and shouldn't be compared. | |
345 If something works with aviplay it doesn't mean that <B>MPlayer</B> should do | |
346 it and vice versa. | |
347 </TD><TR><TD COLSPAN=3> </TD><TR> | |
348 | |
1987 | 349 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 350 Audio goes out of sync playing .avi file. |
1987 | 351 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 352 Try with -bps or -nobps option |
353 if still bad, send me (upload to ftp) that file, I'll check. | |
354 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 355 |
1987 | 356 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 357 Indeo 3.x/4.x movies are viewed upside-down!!!? |
1987 | 358 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 359 It's a known bug (really it's a bug/limitation of the DLL codec) |
360 Try if your vo driver supports the -flip switch. | |
361 </TD><TR><TD COLSPAN=3> </TD><TR> | |
362 | |
1987 | 363 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 364 Indeo 3.x,4.x video doesn't work at 32bpp resolutions (16,24 bpp are ok). |
1987 | 365 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 366 It's a known bug (really it's a bug/limitation of the DLL codec). |
367 </TD><TR><TD COLSPAN=3> </TD><TR> | |
368 | |
1987 | 369 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 370 MPlayer exits with something error when using l3codeca.acm. |
1987 | 371 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 372 Check 'ldd /usr/local/bin/mplayer' output. If it contains<BR> |
373 <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> | |
374 where "?" is any number then it's ok, the error is not here. If it is:<BR> | |
375 <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> | |
376 then there is problem with your kernel/libc. Maybe you are using some | |
377 security patches (for example Solar Designer's OpenWall patch) which | |
378 forces loading libraries to very low addresses. | |
379 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to | |
380 0x00400000, we can't change this. You should use non-patched kernel, | |
381 or use <B>MPlayer</B>'s -afm 1 option to disable using l3codeca.acm. | |
382 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 383 |
1987 | 384 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 385 My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3 |
386 sound too slow. When I use -nosound switch, everything is ok (but quiet). | |
1987 | 387 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1774 | 388 Ok son, your machine is too slow. RTFM or anything. |
1682 | 389 </TD><TR><TD COLSPAN=3> </TD><TR> |
390 | |
1987 | 391 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 392 MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video". |
1987 | 393 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 394 Try running <B>MPlayer</B> on the machine you compiled on. Or recompile. Don't |
395 use <B>MPlayer</B> on different CPU than it was compiled on. | |
396 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 397 |
1987 | 398 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 399 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes.. |
1987 | 400 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 401 Use the -fsmode switch. See example.conf or manpage. |
402 </TD><TR><TD COLSPAN=3> </TD><TR> | |
403 | |
1987 | 404 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 405 But it works with avifile! |
1987 | 406 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 407 So what? |
408 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 409 |
1987 | 410 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 411 Then avifile is better! |
1987 | 412 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 413 Then use avifile, it has nice GUI and nice C++ code :) |
414 </TD><TR><TD COLSPAN=3> </TD><TR> | |
415 | |
1987 | 416 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 417 I got this playing mpeg files: Can't find codec for video format 0x10000001! |
1987 | 418 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
419 You have old version of codecs.conf at ~/.mplayer/. Upgrade it from etc/<BR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
420 <B>OR</B> you have the <CODE>vc=</CODE> option or similar, in your |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
421 config file(s). |
1682 | 422 </TD><TR><TD COLSPAN=3> </TD><TR> |
423 | |
1987 | 424 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 425 After starting mplayer under KDE(1/2) I just get a black screen and nothing |
426 happens, after about one minute the video starts playing. | |
1987 | 427 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 428 The KDE arts sound daemon is blocking the sound device, either wait the time |
429 until video starts or you disable the arts-daemon in kontrollcenter. | |
430 If you want to use arts sound, specify audio output via SDL (ao=sdl), and | |
431 make sure your SDL can handle arts sound. Yet another option is to start | |
432 mplayer with artsdsp. | |
433 </TD><TR><TD COLSPAN=3> </TD><TR> | |
434 | |
1987 | 435 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 436 I have an AVI that plays with grey screen with -vc odivx, and green with -vc divx4 . |
1987 | 437 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 438 It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf. |
439 </TD><TR><TD COLSPAN=3> </TD><TR> | |
440 | |
1987 | 441 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1892 | 442 There this movie is, and when I play it I get video-audio desync and/or MPlayer crashes with the following:<BR> |
443 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE> | |
1987 | 444 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1892 | 445 This can have multiple reasons.<BR> |
446 <LI>your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B> | |
447 displays a message if this is the case. (and the dropped frames counter is going up fast)</LI> | |
448 <LI>if it is an AVI, maybe it has shit interleaving. Try the <I>-ni</I> option.</LI> | |
449 <LI>your sound driver is shit, or you use ALSA 0.5 with <I>-ao oss</I>. See the <A HREF="sound.html">soundcards section</A>.</LI> | |
450 <LI>the AVI has shit header, try with the <I>-nobps</I> option, and/or <I>-mc 0</I> .</LI> | |
451 </TD><TR><TD COLSPAN=3> </TD><TR> | |
452 | |
2606 | 453 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
454 I have an MJPEG file which works with other players but displays only black | |
455 image in MPlayer. | |
456 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
457 Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use <CODE>-vc ffmjpeg</CODE> option (you have to | |
458 compile MPlayer with libavcodec). | |
459 </TD><TR><TD COLSPAN=3> </TD><TR> | |
460 | |
1682 | 461 <TD COLSPAN=3> |
1987 | 462 <B><A NAME=5.4><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.4. Video/audio driver problems (vo/ao)</A></B> |
1682 | 463 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 464 |
465 | |
1987 | 466 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 467 Ok, -vo help shows DGA driver, but it is babbling about permissions! |
468 Help me! | |
1987 | 469 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 470 It works only if running as root! It's a DGA limitation. |
471 You should become to root (su -), and try again. | |
472 Another solution is making mplayer SUID root, but its NOT RECOMMENDED!<BR> | |
473 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> | |
474 <CODE>chmod 750 /usr/local/bin/mplayer</CODE><BR> | |
475 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> | |
476 <B>!!!! BUT STAY TUNED !!!!</B><BR> | |
477 This is a *BIG* security risk! *NEVER* do this on a server or on a computer | |
478 can be accessed by more people than only you because they can gain root | |
479 privilegies through suid root mplayer!!!<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
480 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B> |
1682 | 481 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 482 |
1987 | 483 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 484 When using Xvideo, my Voodoo 3/Banshee says:<BR> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
485 <CODE>X Error of failed request: BadAccess (attempt to access private resource denied)<BR> |
1682 | 486 Major opcode of failed request: 147 (MIT-SHM)<BR> |
487 Minor opcode of failed request: 1 (X_ShmAttach)<BR> | |
488 Serial number of failed request: 26<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
489 Current serial number in output stream:27</CODE><BR> |
1987 | 490 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 491 Your driver is old, update it. Either download (at least) DRI version 0.6 |
492 from <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A>, | |
493 or use the DRI cvs. | |
494 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 495 |
1987 | 496 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 497 When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee! |
498 It says:<BR> | |
499 ...<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
500 <CODE>Xvideo image format: 0x32315659 (YV12) planar<BR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
501 Xvideo image format: 0x30323449 (I420) planar<BR></CODE> |
1682 | 502 ... |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
503 </B></TD><TR><TD></TD><TD VALIGN=top><font face="Verdana, Arial, Helvetica, sans-serif" size="2">A1:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 504 See the previous answer. |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
505 </TD><TR><TD></TD><TD VALIGN=top><font face="Verdana, Arial, Helvetica, sans-serif" size="2">A2:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 506 Since 0.18pre4 we support libavcodec from the ffmpeg package. It contains |
507 a C language DivX and OpenDivX decoder. The DivX decoder uses YV12 format | |
508 for output, thus it should work for you. Compile in libavcodec support. | |
509 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 510 |
1987 | 511 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 512 OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors/...). |
1987 | 513 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 514 Your opengl driver doesn't support dynamic texture changes (glTexSubImage) |
515 It's known not to work with nVidia's binary shit. | |
516 It's known to work with Utah-GLX/DRI and Matrox G400 card. Also with | |
517 DRI and Radeon card. It won't work with DRI others than these. | |
518 it will not work with 3DFX cards because the 256x256 texture size limit. | |
519 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 520 |
1987 | 521 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 522 I have an nVidia TNT/TNT2 card, and I have a band with strange colours, |
523 right under the movie! Whose fault is this? | |
1987 | 524 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1682 | 525 It's the nVidia X driver's. These bugs are ONLY with the TNT/TNT2 cards, |
2064 | 526 and we can't do anything about it, it's not our bug. UPDATE : it's fixed |
527 in newest drivers, at last.. | |
1682 | 528 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 529 |
2065 | 530 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
531 I have an nVidia XYZ card, and when I click on the GUI's diplay window to toggle | |
532 displaying the GUI panel, a black square appears where I clicked. I have | |
533 the newest driver. | |
534 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
535 Yes, nvidia corrected a previous bug (above), and implemented a new one. Let's | |
536 congratule them. | |
537 </TD><TR><TD COLSPAN=3> </TD><TR> | |
538 | |
1682 | 539 <TD COLSPAN=3> |
1987 | 540 <B><A NAME=5.5><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.5. Feature requests</A></B> |
1682 | 541 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 542 |
1987 | 543 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2153 | 544 Is there a hint on how to watch RealMedia movies in MPlayer? |
1987 | 545 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2153 | 546 There's no way to do it. Therefore this format deserves to die in flames. |
1682 | 547 Theoretically you can reverse engineer Real codecs built for Linux (they |
548 are available as .so files), but in practice that's really difficult, even | |
549 if you know how the compiler used by Real is making assembler code. | |
550 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 551 |
1987 | 552 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1898 | 553 When will be <your favourite video feature> (like subtitle placement) implemented? |
1987 | 554 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
1898 | 555 Wait for libvo2. |
556 </TD><TR><TD COLSPAN=3> </TD><TR> | |
557 | |
1987 | 558 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2593 | 559 Can I/When will I be able to encode ? |
1987 | 560 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
2593 | 561 Soon. |
562 </TD><TR><TD COLSPAN=3> </TD><TR> | |
563 | |
564 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
565 I want to play MP3 files with MPlayer ! | |
566 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
567 This feature is not planned. There are much better players (mpg123, 3pm, xmms) | |
568 for this task, use them. | |
1898 | 569 </TD><TR><TD COLSPAN=3> </TD><TR> |
570 | |
1682 | 571 </TABLE> |
1612 | 572 |
573 </BODY> | |
574 </HTML> |