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