Mercurial > mplayer.hg
annotate DOCS/faq.html @ 5376:19ecb71891d8
libavcodec 4mv support
author | michael |
---|---|
date | Thu, 28 Mar 2002 05:01:09 +0000 |
parents | ec38c17b5f74 |
children | 3a27cdfc6d87 |
rev | line source |
---|---|
1612 | 1 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
2 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
3 <HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
4 <STYLE> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
5 .text |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
6 {font-family : Verdana, Arial, Helvetica, sans-serif; |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
7 font-size : 14px;} |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
8 </STYLE> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
9 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
10 |
1704 | 11 <BODY BGCOLOR=white> |
12 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
13 <FONT CLASS="text"> |
1612 | 14 |
1682 | 15 <P><B><A NAME=5>5. FAQ section</A></B></P> |
16 | |
17 <TABLE BORDER=0 WIDTH=100% ALIGN=left> | |
18 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
19 <TD COLSPAN=3><P><B><A NAME=5.1><FONT CLASS="text">5.1 Compilation</A></B></P> |
1682 | 20 </TD><TR><TD COLSPAN=3> </TD><TR> |
21 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
22 <TD> </TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3290 | 23 configure ends with this text, and MPlayer won't compile !<BR> |
24 <CODE>Your gcc does not support even i386 for '-march' and '-mcpu'.</CODE> | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
25 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3290 | 26 Your gcc isn't installed correctly, check <CODE>config.log</CODE> file |
27 for details. | |
28 </TD><TR><TD COLSPAN=3> </TD><TR> | |
29 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
30 <TD> </TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2117 | 31 What does "No such file or directory" means ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
32 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2117 | 33 Probably there is no such file or directory. |
34 </TD><TR><TD COLSPAN=3> </TD><TR> | |
35 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
36 <TD> </TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 37 What's the problem with gcc 2.96 ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
38 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2954 | 39 To be short: <B><I>DO NOT USE gcc 2.96 !!!</I></B><BR> |
3053 | 40 Check <A HREF="gcc-2.96-3.0.html">this</A> and <A HREF="users_against_developers.html">this</A> texts! |
2954 | 41 If you still really really want to do so, be sure to use the latest release. |
42 <BR> | |
1682 | 43 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 44 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
45 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 46 Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
47 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2954 | 48 No, since there have been/are issues with those compilers.<BR> |
49 Use 2.95.x series for reliability (not <A HREF="gcc-2.96-3.0.html">2.96</A>). | |
50 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
|
51 </TD><TR><TD COLSPAN=3> </TD><TR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
52 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
53 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
54 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
|
55 <PRE> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
56 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
|
57 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
|
58 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
|
59 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
|
60 from /usr/include/g++-v3/string:31, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
61 from libwin32.h:36, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
62 from DS_AudioDecoder.h:4, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
63 from DS_AudioDec.cpp:5: |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
64 /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
|
65 wchar_t**, int)': |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
66 /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
|
67 `const |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
68 </PRE> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
69 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2097 | 70 Upgrade your glibc to the newest. On Mandrake, use 2.2.4-8mdk . |
1682 | 71 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 72 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
73 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2137 | 74 ...gcc 2.96... (yes, some people are STILL flaming about their gcc 2.96!!) |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
75 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2137 | 76 <P>But we has idegs (the word 'ideg' is described further in the FAQ). And our |
77 idegcounters overflow again and again.</P> | |
78 | |
79 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users | |
80 who can't even use windows, and never tried to compile a kernel. They installed | |
81 (with default options) Mandrake or RedHat or Suse, and without RTFM'ing they | |
82 send messages saying 'it doesn't work! help me! please! i'm new to the linux! | |
83 help! oh! help me!'. We can't stop them, but at least we try to force them RTFM | |
3857 | 84 and to read messages of ./configure and mplayer.</P> |
2137 | 85 |
86 <P>And you clever guys come and flame us with gcc 2.96 and binary packages. | |
87 Instead of helping users or making patches to help solve problems.</P> | |
88 | |
89 <P>Half of our spare/free time is spent by answering silly mails here and | |
90 making newer tricks and checks to configure to avoid such mails.</P> | |
91 | |
92 <P>And there is a balance. On one hand are you, clever guys, saying we are very | |
93 bad because we don't like buggy gcc 2.96, and at the other hand there are the | |
94 'new to linux' guys who are showing us gcc 2.96 is buggy.</P> | |
95 | |
2954 | 96 <P>Conclusion: we can't be good. Half of people always will say we are bad.</P> |
2137 | 97 |
98 <P>Maybe we should close the project, make it closed source, commercial, and | |
99 provide install support for it. then we could leave current work, so | |
100 development could go faster, and we earn lots of money with it and buy a big | |
101 house, etc etc. Do you really want it? It seems.</P> | |
102 | |
103 <P ALIGN=RIGHT>Arpi (a mail on the mplayer-users list)</P> | |
104 </TD><TR><TD COLSPAN=3> </TD><TR> | |
105 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
106 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2488 | 107 Where can I find information about gcc 2.96 bugs ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
108 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3053 | 109 In <A HREF="gcc-2.96-3.0.html">this</A> documentation. And <A HREF="users_against_developers.html">this</A> |
110 documentation describes why RedHat released 2.96 and other interesting things. | |
2488 | 111 </TD><TR><TD COLSPAN=3> </TD><TR> |
112 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
113 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 114 SDL output doesn't work or compile. Problem is .... |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
115 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 116 It is tested with newest SDL (probably runs on 1.1.7+). |
2954 | 117 It does NOT work with any previous version, so don't ask. |
1682 | 118 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 119 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
120 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 121 I am still having trouble compiling with SDL support. gcc says something |
122 about "undefined reference to `SDL_EnableKeyRepeat'" What's now? | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
123 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 124 Where did you install the SDL library? If you installed in /usr/local |
125 (the default) then edit the top level config.mak and add | |
126 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done! | |
127 </TD><TR><TD COLSPAN=3> </TD><TR> | |
128 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
129 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 130 It doesn't compile, and it misses uint64_t inttypes.h and similar things... |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
131 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 132 copy etc/inttypes.h to <B>MPlayer</B> directory (cp etc/inttypes.h .) |
1774 | 133 try again... |
1682 | 134 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 135 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
136 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 137 I have Pentium III but ./configure doesn't detect SSE |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
138 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 139 Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer, but |
140 be prepared for problems) | |
141 </TD><TR><TD COLSPAN=3> </TD><TR> | |
142 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
143 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 144 I have G200/G400, how to compile/use mga_vid driver? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
145 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 146 Read all this documentation. |
147 </TD><TR><TD COLSPAN=3> </TD><TR> | |
148 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
149 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 150 Are there rpm/deb/... packages of <B>MPlayer</B>? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
151 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 152 You can make a .deb package for yourself, check section <A HREF="documentation.html#6.1">6.1</A>. |
153 It's _STRONGLY_ discouraged to use precompiled packages | |
154 of <B>MPlayer</B>, since it (currently) _highly_ depends on compile-time | |
155 options and optimizations! | |
156 Precompiled packages are COMPLETELY unsupported by the <B>MPlayer</B> team! | |
157 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 158 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
159 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 160 During 'make', MPlayer complains about X11 libraries. I don't understand, |
161 I DO have X installed!? | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
162 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 163 ...but you don't have the X development package installed. Or not |
164 correctly. It's called XFree86-devel* under RedHat, and xlib6g-dev* under | |
165 Debian. Also check if the /usr/X11 symlink exists (this can be a problem on | |
166 Mandrake systems). It can be created with the<BR> | |
167 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> | |
168 command. Also check the /usr/include/X11 link :<BR> | |
169 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> | |
170 Your distribution may differ from the Linux Filesystem Standard. | |
171 </TD><TR><TD COLSPAN=3> </TD><TR> | |
172 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
173 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 174 What about DGA driver? I can't find it!!! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
175 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 176 ./configure autodetects your DGA driver. If -vo help doesn't show |
177 DGA, then there's a problem with your X installation. | |
1785 | 178 Try ./configure --enable-dga (and RTFM) |
1682 | 179 Alternatively, try SDL's DGA driver with '-vo sdl:dga' options. |
180 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 181 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
182 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 183 I can't compile SVGAlib.. I'm using 2.3/2.4 kernel. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
184 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 185 You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out. |
186 </TD><TR><TD COLSPAN=3> </TD><TR> | |
187 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
188 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2001 | 189 I compiled MPlayer with libdvdcss/libdivxdecore support, but when |
1682 | 190 I try to start it, it says:<BR> |
2001 | 191 <CODE>> error while loading shared libraries: lib*.so.0: cannot load |
1682 | 192 shared object file: No such file or directory</CODE><BR> |
193 I checked up on the file and it IS there in /usr/local/lib. | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
194 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3668 | 195 Add /usr/local/lib to <B>/etc/ld.so.conf</B> and run <B>ldconfig</B> . |
1682 | 196 </TD><TR><TD COLSPAN=3> </TD><TR> |
197 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
198 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
199 MPlayer doesn't seem to find my libcss. What am I doing wrong ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
200 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2954 | 201 It's normal. <B>MPlayer</B> no longer depends on libcss to play a DVD. You |
2955 | 202 have to install <B>libdvdread</B> and <B>libdvdcss</B>. Check for DVD Playback |
2954 | 203 part <A HREF="cd-dvd.html">here</A>. libcss is to be used for example when you |
204 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
|
205 </TD><TR><TD COLSPAN=3> </TD><TR> |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
206 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
207 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
208 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
|
209 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
210 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2954 | 211 The latest kernels modules needs require a flag indicating its license (mainly |
212 to avoid kernel hackers' debugging closed sources drivers). | |
213 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
|
214 </TD><TR><TD COLSPAN=3> </TD><TR> |
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
215 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
216 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2772 | 217 When compiling <B>MEncoder</B>, it segfaults at linking !!! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
218 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3438 | 219 Dunno, upgrading binutils should help (2.11.92.* or newer should be good). Not our fault, do NOT report! |
2772 | 220 </TD><TR><TD COLSPAN=3> </TD><TR> |
221 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
222 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3053 | 223 I'd like to compile <B>MPlayer</B> on Minix ! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
224 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3774 | 225 Me too. :) |
3053 | 226 </TD><TR><TD COLSPAN=3> </TD><TR> |
227 | |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
228 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
229 <TD COLSPAN=3><B><A NAME=5.2><FONT CLASS="text">5.2. General questions</A></B> |
1682 | 230 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 231 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
232 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1785 | 233 What about DVD playing ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
234 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2954 | 235 Read the CD/DVD section in <A HREF="cd-dvd.html">this page</A>. |
1682 | 236 </TD><TR><TD COLSPAN=3> </TD><TR> |
237 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
238 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
239 -xy or -fs option doesn't work with x11 driver (-vo x11) |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
240 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
241 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
|
242 the <CODE>-zoom</CODE> option. You better use XF86VidMode support: |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
243 you must specify the -vm and the -fs switch, and you're done. |
1682 | 244 Make sure you have the right Modelines in your XF86Config file, and |
245 try if the DGA driver (and SDL's DGA driver, see RTFM) works for you. | |
246 It's much faster. If SDL's DGA works too, use that, it'll be EVEN faster! | |
247 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 248 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
249 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 250 What is the meaning of numbers in the status line? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
251 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
252 See: <CODE><FONT CLASS="text">A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0 4 49%</CODE><BR> |
1682 | 253 <UL> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
254 <LI><FONT CLASS="text">A: audio position in seconds |
1682 | 255 <LI>V: video position in seconds |
256 <LI>A-V: audio-video difference in seconds (delay) | |
257 <LI>ct: total A-V sync correction done | |
258 <LI>frames played (counting from last seek) | |
259 <LI>video codec cpu usage in percent (for mpeg it includes video_out too!) | |
260 <LI>video_out cpu usage for avi, 0 for mpg (see above) | |
261 <LI>audio codec cpu usage in percent | |
262 <LI>frames needed to drop to maintain A-V sync | |
1864 | 263 <LI>current level of image postprocessing (when using -autoq) |
4702
85e776f4585f
miafene (so arpi can say I don't write proper cvslogs)
gabucino
parents:
4680
diff
changeset
|
264 <LI>current cache size used (normal is ~50%) |
1682 | 265 </UL> |
266 <I>Most of them are for debug purposes, and will be removed soon.</I> | |
267 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 268 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
269 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1864 | 270 What if I don't want them to appear? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
271 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1864 | 272 Then you use the -quiet option, and read the manpage. |
273 </TD><TR><TD COLSPAN=3> </TD><TR> | |
274 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
275 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 276 Why is video_out cpu usage zero (0%) for mpeg files? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
277 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 278 It's not zero, but it's built in into codec, so can't be measured separated. |
279 You should try to play the file using -vo null and then -vo ... and check | |
280 the difference to see video_out speed... | |
281 </TD><TR><TD COLSPAN=3> </TD><TR> | |
282 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
283 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 284 What's XMMP? (is it XMMS or XMPS but mispelled?) |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
285 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 286 It's a new project, see http://frozenproductions.com for details |
287 </TD><TR><TD COLSPAN=3> </TD><TR> | |
288 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
289 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 290 There are error messages about file not found /usr/lib/win32/.... |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
291 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
5227 | 292 Download <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.60.tar.bz2">w32codec-0.60.tar.bz2</A> |
2954 | 293 from *our* FTP (avifile's codec package has different DLL set). |
294 Install it. | |
1682 | 295 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 296 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
297 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 298 Are there any mailing lists on MPlayer? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
299 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 300 Yes! See RTFM on how to subscribe them! |
301 </TD><TR><TD COLSPAN=3> </TD><TR> | |
302 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
303 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 304 I've found a nasty bug when I tried to play my favourite video!! |
305 Who should I inform? | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
306 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 307 See Appendix <A HREF="bugreports.html">C</A>. |
308 </TD><TR><TD COLSPAN=3> </TD><TR> | |
309 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
310 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 311 I have problems playing files with ... codec. Can I use'em? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
312 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1731 | 313 Check <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A>, |
1682 | 314 if it doesn't contain your codec, read |
2561 | 315 <A HREF="codecs.html#2.1.3">section 2.1.3</A>, and contact us. |
1682 | 316 </TD><TR><TD COLSPAN=3> </TD><TR> |
317 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
318 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 319 Umm, what is "IdegCounter"? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
320 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 321 A mixture of a hungarian and an english word. In english, "Ideg" means |
322 "nerve", and is pronounced as something like "ydaegh" . It was first used | |
323 to measure the nervousness of A'rpi, after some (umm) "mystic" disappearance | |
324 of CVS code ;) | |
325 </TD><TR><TD COLSPAN=3> </TD><TR> | |
326 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
327 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
328 And what is "Faszom(C)ounter" ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
329 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
330 "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
|
331 connection with the pervert minds of the MPlayer developers. |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
332 </TD><TR><TD COLSPAN=3> </TD><TR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
333 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
334 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 335 LIRC doesn't work, because ... |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
336 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 337 Are you sure you use "mplayer_lirc" instead of "mplayer"? |
338 </TD><TR><TD COLSPAN=3> </TD><TR> | |
339 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
340 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 341 Subtitles are very nice, the most beautiful I've ever seen, but they slow |
342 down the playing! I know it's unlikely... | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
343 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2248 | 344 After running ./configure , edit config.h and replace <CODE>#undef FAST_OSD</CODE> with |
1682 | 345 <CODE>#define FAST_OSD</CODE>. Then recompile. |
346 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 347 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
348 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 349 The OSD is flickering! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
350 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 351 You use a vo driver with single buffering (x11,xv). With xv, |
352 use -double option. | |
353 </TD><TR><TD COLSPAN=3> </TD><TR> | |
354 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
355 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 356 What exactly is this libavcodec? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
357 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
358 See the <A HREF="codecs.html#2.1.2.2">2.1.2.2 section</A>. |
1682 | 359 </TD><TR><TD COLSPAN=3> </TD><TR> |
360 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
361 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 362 But configure tells me "Checking for libavcodec ... no"! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
363 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 364 You need to get libavcodec from FFmpeg's CVS. Read the instructions in |
365 the <A HREF="codecs.html#2.1.2.2">ffmpeg section</A>. | |
366 </TD><TR><TD COLSPAN=3> </TD><TR> | |
367 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
368 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
369 The GUI isn't usable with icewm, because some panel are over the movie!! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
370 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3857 | 371 Known, icewm is dictatoric. Unsolvable. In detail: |
372 its taskbar overrides GUI's window resize queries. If it asks for | |
2061 | 373 resize to 800x600, then it resizes window to 800x(600-taskbar_size). It's bad. |
3857 | 374 Very bad. |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
375 </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
|
376 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
377 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2972 | 378 I can't access the GUI menu. I press right click, but I can't access any |
379 menu items ! | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
380 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2972 | 381 Are you using FVWM ? Try the following :<BR> |
382 Start -> Settings -> Configuration -> Base Configuration<BR> | |
383 <BR> | |
384 Set "Use Applications position hints" to Yes. | |
385 </TD><TR><TD COLSPAN=3> </TD><TR> | |
386 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
387 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
4680 | 388 How can I run MPlayer in the background ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
389 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
4680 | 390 Use : <CODE>mplayer <options> <filename> < /dev/null & |
391 </TD><TR><TD COLSPAN=3> </TD><TR> | |
392 | |
1682 | 393 <TD COLSPAN=3> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
394 <B><A NAME=5.3><FONT CLASS="text">5.3. File playing problems</A></B> |
1682 | 395 </TD><TR><TD COLSPAN=3> </TD><TR> |
396 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
397 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 398 ...... works with avifile/aviplay while doesn't with MPlayer. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
399 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 400 <B>MPlayer</B> != avifile |
401 The only common thing between these players is the Win32 DLL loader. | |
402 The codecs (dll) sets, syncronization, demultiplexing etc is totaly | |
403 different and shouldn't be compared. | |
404 If something works with aviplay it doesn't mean that <B>MPlayer</B> should do | |
405 it and vice versa. | |
406 </TD><TR><TD COLSPAN=3> </TD><TR> | |
407 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
408 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 409 Audio goes out of sync playing .avi file. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
410 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 411 Try with -bps or -nobps option |
412 if still bad, send me (upload to ftp) that file, I'll check. | |
413 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 414 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
415 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 416 Indeo 3.x/4.x movies are viewed upside-down!!!? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
417 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 418 It's a known bug (really it's a bug/limitation of the DLL codec) |
419 Try if your vo driver supports the -flip switch. | |
420 </TD><TR><TD COLSPAN=3> </TD><TR> | |
421 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
422 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 423 Indeo 3.x,4.x video doesn't work at 32bpp resolutions (16,24 bpp are ok). |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
424 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 425 It's a known bug (really it's a bug/limitation of the DLL codec). |
426 </TD><TR><TD COLSPAN=3> </TD><TR> | |
427 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
428 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 429 MPlayer exits with something error when using l3codeca.acm. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
430 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 431 Check 'ldd /usr/local/bin/mplayer' output. If it contains<BR> |
432 <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> | |
433 where "?" is any number then it's ok, the error is not here. If it is:<BR> | |
434 <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> | |
435 then there is problem with your kernel/libc. Maybe you are using some | |
436 security patches (for example Solar Designer's OpenWall patch) which | |
437 forces loading libraries to very low addresses. | |
438 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to | |
439 0x00400000, we can't change this. You should use non-patched kernel, | |
440 or use <B>MPlayer</B>'s -afm 1 option to disable using l3codeca.acm. | |
441 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 442 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
443 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 444 My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3 |
445 sound too slow. When I use -nosound switch, everything is ok (but quiet). | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
446 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1774 | 447 Ok son, your machine is too slow. RTFM or anything. |
1682 | 448 </TD><TR><TD COLSPAN=3> </TD><TR> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
449 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
450 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 451 MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video". |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
452 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 453 Try running <B>MPlayer</B> on the machine you compiled on. Or recompile. Don't |
454 use <B>MPlayer</B> on different CPU than it was compiled on. | |
455 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 456 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
457 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 458 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes.. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
459 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 460 Use the -fsmode switch. See example.conf or manpage. |
461 </TD><TR><TD COLSPAN=3> </TD><TR> | |
462 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
463 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 464 But it works with avifile! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
465 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 466 So what? |
467 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 468 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
469 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 470 Then avifile is better! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
471 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 472 Then use avifile, it has nice GUI and nice C++ code :) |
473 </TD><TR><TD COLSPAN=3> </TD><TR> | |
474 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
475 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 476 I got this playing mpeg files: Can't find codec for video format 0x10000001! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
477 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
478 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
|
479 <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
|
480 config file(s). |
1682 | 481 </TD><TR><TD COLSPAN=3> </TD><TR> |
482 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
483 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
484 After starting mplayer under KDE(1/2) I just get a black screen and nothing |
1682 | 485 happens, after about one minute the video starts playing. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
486 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 487 The KDE arts sound daemon is blocking the sound device, either wait the time |
488 until video starts or you disable the arts-daemon in kontrollcenter. | |
489 If you want to use arts sound, specify audio output via SDL (ao=sdl), and | |
490 make sure your SDL can handle arts sound. Yet another option is to start | |
491 mplayer with artsdsp. | |
492 </TD><TR><TD COLSPAN=3> </TD><TR> | |
493 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
494 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 495 I have an AVI that plays with grey screen with -vc odivx, and green with -vc divx4 . |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
496 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 497 It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf. |
498 </TD><TR><TD COLSPAN=3> </TD><TR> | |
499 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
500 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1892 | 501 There this movie is, and when I play it I get video-audio desync and/or MPlayer crashes with the following:<BR> |
502 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE> | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
503 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1892 | 504 This can have multiple reasons.<BR> |
505 <LI>your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B> | |
506 displays a message if this is the case. (and the dropped frames counter is going up fast)</LI> | |
3857 | 507 <LI>if it is an AVI, maybe it has bad interleaving. Try the <I>-ni</I> option.</LI> |
508 <LI>your sound driver is buggy, or you use ALSA 0.5 with <I>-ao oss</I>. See the <A HREF="sound.html">soundcards section</A>.</LI> | |
509 <LI>the AVI has bad header, try with the <I>-nobps</I> option, and/or <I>-mc 0</I> .</LI> | |
1892 | 510 </TD><TR><TD COLSPAN=3> </TD><TR> |
511 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
512 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2606 | 513 I have an MJPEG file which works with other players but displays only black |
514 image in MPlayer. | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
515 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2606 | 516 Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use <CODE>-vc ffmjpeg</CODE> option (you have to |
517 compile MPlayer with libavcodec). | |
518 </TD><TR><TD COLSPAN=3> </TD><TR> | |
519 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
520 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3030 | 521 When I try to grab from my tuner, it works, but colors are strange. It's ok |
522 with other applications. | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
523 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3030 | 524 Your card probably misreports its colorspace capacity. Try with YUY2 instead |
525 of default YV12 (see TV input documentation). | |
526 </TD><TR><TD COLSPAN=3> </TD><TR> | |
527 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
528 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3053 | 529 When I try to start playing, I get this message, but playing is good :<BR> |
530 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE> | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
531 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3053 | 532 See the <A HREF="documentation.html#1.3">Installation section</A>. The part |
533 about new sync code. | |
534 </TD><TR><TD COLSPAN=3> </TD><TR> | |
535 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
536 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3162 | 537 I have A/V sync problems. Some of my AVIs play fine, but some play with |
538 double speed ! | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
539 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3162 | 540 You have buggy soundcard/driver. Most likely it's fixed at 44100Hz, and |
541 you try to play a file which has 22050Hz audio. Try the <CODE>-ao sdl</CODE> | |
542 driver. | |
543 </TD><TR><TD COLSPAN=3> </TD><TR> | |
544 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
545 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3192 | 546 All the WMV (or other..) files I play gives green/gray window and there is |
547 only sound! It prints:<BR> | |
548 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE> | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
549 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3192 | 550 Update your <CODE>codecs.conf</CODE> |
551 </TD><TR><TD COLSPAN=3> </TD><TR> | |
552 | |
5016 | 553 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
554 I get very strange percent numbers (way too big) while playing files on my notebook ? | |
555 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> | |
556 It's an effect of the power management / power saving system of your notebook | |
557 (bios, not kernel). Plug the externel power connecter in <b>before</b> you power on your | |
558 notebook. | |
559 </TD><TR><TD COLSPAN=3> </TD><TR> | |
560 | |
561 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> | |
562 The audio/video get's totaly out of sync when i run MPlayer as root. It works normal | |
563 when i run it as a user. | |
564 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> | |
565 This is again a power managment effect (see above). Plug the externel power connecter | |
566 in <b>before</b> you power on your notebook. | |
567 </TD><TR><TD COLSPAN=3> </TD><TR> | |
3053 | 568 |
1682 | 569 <TD COLSPAN=3> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
570 <B><A NAME=5.4><FONT CLASS="text">5.4. Video/audio driver problems (vo/ao)</A></B> |
1682 | 571 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 572 |
573 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
574 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 575 Ok, -vo help shows DGA driver, but it is babbling about permissions! |
576 Help me! | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
577 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 578 It works only if running as root! It's a DGA limitation. |
579 You should become to root (su -), and try again. | |
580 Another solution is making mplayer SUID root, but its NOT RECOMMENDED!<BR> | |
581 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> | |
582 <CODE>chmod 750 /usr/local/bin/mplayer</CODE><BR> | |
583 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> | |
584 <B>!!!! BUT STAY TUNED !!!!</B><BR> | |
585 This is a *BIG* security risk! *NEVER* do this on a server or on a computer | |
586 can be accessed by more people than only you because they can gain root | |
587 privilegies through suid root mplayer!!!<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
588 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B> |
1682 | 589 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 590 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
591 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 592 When using Xvideo, my Voodoo 3/Banshee says:<BR> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
593 <CODE>X Error of failed request: BadAccess (attempt to access private resource denied)<BR> |
1682 | 594 Major opcode of failed request: 147 (MIT-SHM)<BR> |
595 Minor opcode of failed request: 1 (X_ShmAttach)<BR> | |
596 Serial number of failed request: 26<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
597 Current serial number in output stream:27</CODE><BR> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
598 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 599 Your driver is old, update it. Either download (at least) DRI version 0.6 |
600 from <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A>, | |
601 or use the DRI cvs. | |
602 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 603 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
604 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 605 When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee! |
606 It says:<BR> | |
607 ...<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
608 <CODE>Xvideo image format: 0x32315659 (YV12) planar<BR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
609 Xvideo image format: 0x30323449 (I420) planar<BR></CODE> |
1682 | 610 ... |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
611 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A1:</TD><TD><FONT CLASS="text"> |
1682 | 612 See the previous answer. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
613 </TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A2:</TD><TD><FONT CLASS="text"> |
1682 | 614 Since 0.18pre4 we support libavcodec from the ffmpeg package. It contains |
615 a C language DivX and OpenDivX decoder. The DivX decoder uses YV12 format | |
616 for output, thus it should work for you. Compile in libavcodec support. | |
617 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 618 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
619 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 620 OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors/...). |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
621 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 622 Your opengl driver doesn't support dynamic texture changes (glTexSubImage) |
3858 | 623 It's known not to work with nVidia's binary mess. |
1682 | 624 It's known to work with Utah-GLX/DRI and Matrox G400 card. Also with |
625 DRI and Radeon card. It won't work with DRI others than these. | |
626 it will not work with 3DFX cards because the 256x256 texture size limit. | |
627 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 628 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
629 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1682 | 630 I have an nVidia TNT/TNT2 card, and I have a band with strange colours, |
631 right under the movie! Whose fault is this? | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
632 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1682 | 633 It's the nVidia X driver's. These bugs are ONLY with the TNT/TNT2 cards, |
2064 | 634 and we can't do anything about it, it's not our bug. UPDATE : it's fixed |
635 in newest drivers, at last.. | |
1682 | 636 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 637 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
638 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2065 | 639 I have an nVidia XYZ card, and when I click on the GUI's diplay window to toggle |
640 displaying the GUI panel, a black square appears where I clicked. I have | |
641 the newest driver. | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
642 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2065 | 643 Yes, nvidia corrected a previous bug (above), and implemented a new one. Let's |
3938 | 644 congratule them. UPDATE : according to |
645 <A HREF="users_against_developers.html#nvidia">NVidia</A>, this is already | |
646 corrected. | |
2065 | 647 </TD><TR><TD COLSPAN=3> </TD><TR> |
648 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
649 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3343 | 650 When I use the GUI with SDL video output, a second video window is created. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
651 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3343 | 652 Known, don't use SDL for GUI yet. |
653 </TD><TR><TD COLSPAN=3> </TD><TR> | |
654 | |
1682 | 655 <TD COLSPAN=3> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
656 <B><A NAME=5.5><FONT CLASS="text">5.5. Feature requests</A></B> |
1682 | 657 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 658 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
659 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2153 | 660 Is there a hint on how to watch RealMedia movies in MPlayer? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
661 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
2153 | 662 There's no way to do it. Therefore this format deserves to die in flames. |
1682 | 663 Theoretically you can reverse engineer Real codecs built for Linux (they |
664 are available as .so files), but in practice that's really difficult, even | |
665 if you know how the compiler used by Real is making assembler code. | |
666 </TD><TR><TD COLSPAN=3> </TD><TR> | |
1612 | 667 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
668 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
1898 | 669 When will be <your favourite video feature> (like subtitle placement) implemented? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
670 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
1898 | 671 Wait for libvo2. |
672 </TD><TR><TD COLSPAN=3> </TD><TR> | |
673 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
674 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
2859 | 675 I'd like to seek +/- 1 frames, instead of 10 seconds. |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
676 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3857 | 677 This won't be done. It was, but then it messed up A/V sync. Feel free to |
2859 | 678 implement it, and send a patch. Don't ask for it. |
679 </TD><TR><TD COLSPAN=3> </TD><TR> | |
680 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
681 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3053 | 682 Where is the Windows version ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
683 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3053 | 684 It's not released, and won't be. Look around the windows scene (opensource |
685 ASF parsers, opensource ASF encoders, etc) and you'll know why. We don't | |
686 want to go to jail. | |
687 </TD><TR><TD COLSPAN=3> </TD><TR> | |
688 | |
3489 | 689 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
690 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
691 What card you may suggest me to buy?</b></td> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
692 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A0:</TD><TD><FONT CLASS="text"> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
693 It's for your opinion only but our issues are: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
694 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A1:</TD><TD><FONT CLASS="text"> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
695 Speed: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
696 <br>This |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
697 parameter can be computed very easy: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
698 <br><b>a)</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
699 which movies do you plan to watch: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
700 <br><b>- |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
701 MPEG1:</b> 320x200@32=256000 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
702 <br>so |
3489 | 703 you need only 256*25fps=6.4Mb/sec bandwidth (This format can be played |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
704 in real-time on any PC since P-100 + S3Virge) |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
705 <br><b>- |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
706 MPEG4:</b> 640x480@32=1228800 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
707 <br>you |
3489 | 708 need videobandwidth 1.2*25fps=30Mb/sec To watch such movie in real-time |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
709 you need enough power PC: (Celeron-450+DIMM based video card) |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
710 <br><b>- |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
711 MPEG2 (aka DVD or SDTV):</b> 1024x768@32=3145728 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
712 <br>you |
3489 | 713 need videobandwidth 3*30fps=90Mb/sec In extremal cases (if your video card |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
714 supports IDCT decoding) this can be played on the same PC as for MPEG4 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
715 <br><b>- |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
716 HDTV (HighData TeleVision):</b> 2000x2000@32=16000000 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
717 <br>i.e. |
3489 | 718 videobandwidth = 16*30fps=480Mb/sec (This means also that you need at least |
719 32Mb of video memory to watch this stream: 16Mb for RGB area and 16Mb for | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
720 YUV area) |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
721 <br><b>b)</b> |
3489 | 722 Bandwidth of PCI slot is: 33Mhz*32bit=132Mb/sec And PCI2.1 has 66MHz*32bit=265Mb/sec |
723 that is far enough for any movie playback (except HDTV streams which really | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
724 require AGP bus). |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
725 <br><b>c)</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
726 What memory type should be installed on video card: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
727 <br><b>SIMM</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
728 - avoid that |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
729 <br><b>DIMM</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
730 - good if your video card has 128-bit memory access. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
731 <br><b>DDR</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
732 - is far enough for all types. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
733 <br>Note: |
3489 | 734 By DGA comparision - there is no any visible difference between video cards |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
735 which have installed the same type of video memory. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
736 <br><b>Resume:</b> |
3489 | 737 If you have enough power CPU (Celeron-450 or K6-2-500) it would be enough |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
738 to buy any video card which has at least 8Mb of DIMM or DDR memory. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
739 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A2:</TD><TD><FONT CLASS="text"> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
740 Quality: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
741 <br>This |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
742 question was investigated in depth at: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
743 <br><a href="http://www.anandtech.com">http://www.anadtech.com</a> |
3489 | 744 AnandTech - Video Card Roundup - DVD Quality, Features & Performance |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
745 (October 2000) |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
746 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A3:</TD><TD><FONT CLASS="text"> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
747 WORKING features under Linux: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
748 <br>If |
3489 | 749 you are win32 user then probably you have support (from driver and DirectX8 |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
750 side) for any feature which was introduced in your chip. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
751 <br>But |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
752 for <b>linux </b>users: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
753 <br>Currently |
3489 | 754 I know only several vendors which have more or less advanced support under |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
755 Linux: |
3489 | 756 <br> |
757 <table BORDER COLS=5 WIDTH="100%" NOSAVE > | |
758 <tr> | |
759 <td> </td> | |
760 | |
761 <td> | |
762 <center>Matrox</center> | |
763 </td> | |
764 | |
765 <td> | |
766 <center>ATI</center> | |
767 </td> | |
768 | |
769 <td> | |
770 <center>NVidia</center> | |
771 </td> | |
772 | |
773 <td> | |
774 <center>S4 Savage</center> | |
775 </td> | |
776 </tr> | |
777 | |
778 <tr> | |
779 <td>Driver's provider</td> | |
780 | |
781 <td>enthusiasts</td> | |
782 | |
783 <td>enthusiasts</td> | |
784 | |
785 <td>OEM + enthusiasts</td> | |
786 | |
787 <td>enthusiasts</td> | |
788 </tr> | |
789 | |
790 <tr> | |
791 <td>Driver's quality</td> | |
792 | |
793 <td>Best(X11,kernel)</td> | |
794 | |
795 <td>Best(X11,GATOS,kernel)</td> | |
796 | |
797 <td>Buggy(X11 only)</td> | |
798 | |
799 <td>Best(X11 only)</td> | |
800 </tr> | |
801 | |
802 <tr> | |
803 <td>VIDEO OVERLAY</td> | |
804 | |
805 <td></td> | |
806 | |
807 <td></td> | |
808 | |
809 <td></td> | |
810 | |
811 <td></td> | |
812 </tr> | |
813 | |
814 <tr> | |
815 <td>BES and YV2RGB</td> | |
816 | |
817 <td>YES</td> | |
818 | |
819 <td>YES</td> | |
820 | |
821 <td>YES</td> | |
822 | |
823 <td>YES</td> | |
824 </tr> | |
825 | |
826 <tr> | |
827 <td>scaling filters</td> | |
828 | |
829 <td>N/A</td> | |
830 | |
831 <td>YES</td> | |
832 | |
833 <td>N/A</td> | |
834 | |
835 <td>N/A</td> | |
836 </tr> | |
837 | |
838 <tr> | |
839 <td>adaptive deinterlace</td> | |
840 | |
841 <td>NO</td> | |
842 | |
843 <td>YES</td> | |
844 | |
845 <td>N/A</td> | |
846 | |
847 <td>N/A</td> | |
848 </tr> | |
849 | |
850 <tr> | |
851 <td>Video equalizer (hue, contrast, saturation, color correction)</td> | |
852 | |
853 <td>N/A</td> | |
854 | |
855 <td>PARTLY (under devel)</td> | |
856 | |
857 <td>N/A</td> | |
858 | |
859 <td>N/A</td> | |
860 </tr> | |
861 | |
862 <tr> | |
863 <td>Alpha blending, color and video keys</td> | |
864 | |
865 <td>PARTLY</td> | |
866 | |
867 <td>PARTLY (under devel)</td> | |
868 | |
869 <td>N/A</td> | |
870 | |
871 <td>N/A</td> | |
872 </tr> | |
873 | |
874 <tr> | |
875 <td>Video capture</td> | |
876 | |
877 <td>N/A</td> | |
878 | |
879 <td>YES(GATOS)</td> | |
880 | |
881 <td>N/A</td> | |
882 | |
883 <td>N/A</td> | |
884 </tr> | |
885 | |
886 <tr> | |
887 <td>TV-out</td> | |
888 | |
889 <td>YES</td> | |
890 | |
891 <td>YES</td> | |
892 | |
893 <td>N/A</td> | |
894 | |
895 <td>N/A</td> | |
896 </tr> | |
897 </table> | |
898 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
899 <p>Well |
3489 | 900 - it's very rude observing of video card. Indeed we should pay our attention |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
901 for models of video card: |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
902 <br>For |
4908
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4702
diff
changeset
|
903 example if MatroxG400 drivers support TV-out then G450 and G550 has no such |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
904 support. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
905 <br>Other |
3489 | 906 sample: Adaptive deinterlacing exists only since Rage128 chip and isn't |
907 present on Mach64+ ones. Same as 3D features are far different from Mach64 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
908 to Radeon2 8500 with trueform possibilities. |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
909 <p><b>ANYWAY |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
910 - MPLAYER'S TEAM DOESN'T ACCEPT ANY CLAIMS IF YOU AFTER</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
911 <br><b>READING |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
912 OF THIS MATERIAL WILL BUY CARD WHICH IS UNSUCCESSFUL FOR YOU!!!</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
913 <br><b>THIS |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
914 MATERIAL IS ONLY OUR VISION.</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
915 <p><b>Q:</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
916 If PCI slot is far enough for most types of movies then why S3 Virge |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
917 <br>is |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
918 too slow for them? |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
919 <br><b>A:</b> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
920 Due to its SIMM memory. |
3489 | 921 </TD><TR><TD COLSPAN=3> </TD><TR> |
922 | |
3192 | 923 <TD COLSPAN=3> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
924 <B><A NAME=5.6><FONT CLASS="text">5.6. Encoding</A></B> |
3192 | 925 </TD><TR><TD COLSPAN=3> </TD><TR> |
926 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
927 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3192 | 928 How can I encode ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
929 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
3192 | 930 Check <A HREF="encoding.html">this documentation</A>. |
931 </TD><TR><TD COLSPAN=3> </TD><TR> | |
932 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
933 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3966 | 934 My tuner works, with MPlayer I can hear the sound and watch the video, but |
935 MEncoder doesn't encode audio ! | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
936 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
5227 | 937 TV audio encoding for Linux is currently unimplemented, we're working on it. |
938 Currently it's working only on BSD. | |
3966 | 939 </TD><TR><TD COLSPAN=3> </TD><TR> |
940 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
941 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
3966 | 942 I can't encode DVD subtitles into the AVI ! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
943 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
4398 | 944 You have to specify the <CODE>-sid</CODE> option correctly! |
3966 | 945 </TD><TR><TD COLSPAN=3> </TD><TR> |
946 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
947 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
4116 | 948 MEncoder segfaults on start ! |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
949 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
4116 | 950 Upgrade DivX4Linux. |
951 </TD><TR><TD COLSPAN=3> </TD><TR> | |
952 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
953 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
4398 | 954 How can I encode only selected chapters from DVD ? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
955 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
4398 | 956 Use the <CODE>-chapter</CODE> option correctly, like : <CODE>-chapter 5-7</CODE> |
957 </TD><TR><TD COLSPAN=3> </TD><TR> | |
958 | |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
959 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> |
4921 | 960 I'm trying to work with 2Gb+ files on a VFAT filesystem. Does it work? |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
961 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> |
4921 | 962 No, VFAT doesn't support 2Gb+ files. |
963 </TD><TR><TD COLSPAN=3> </TD><TR> | |
4116 | 964 |
1682 | 965 </TABLE> |
1612 | 966 |
967 </BODY> | |
968 </HTML> |