Mercurial > mplayer.hg
annotate DOCS/faq.html @ 6393:f9b3d010b35e
FONT tags obsoleted by CSS
author | gabucino |
---|---|
date | Wed, 12 Jun 2002 09:31:33 +0000 |
parents | 4e5c236ade69 |
children | 2b61d16017da |
rev | line source |
---|---|
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1612 | 2 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
3 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
4 <HEAD> |
6391 | 5 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
6 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
7 |
1704 | 8 <BODY BGCOLOR=white> |
9 | |
1612 | 10 |
1682 | 11 <P><B><A NAME=5>5. FAQ section</A></B></P> |
12 | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
13 <UL> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
14 <LI><A HREF="#5.1">5.1 Compilation</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
15 <LI><A HREF="#5.2">5.2 General questions</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
16 <LI><A HREF="#5.3">5.3 File playing problems</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
17 <LI><A HREF="#5.4">5.4 Video/audio driver problems (vo/ao)</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
18 <LI><A HREF="#5.5">5.5 DVD playback</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
19 <LI><A HREF="#5.6">5.6 Feature requests</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
20 <LI><A HREF="#5.7">5.7 Encoding</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
21 </UL> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
22 |
1682 | 23 <TABLE BORDER=0 WIDTH=100% ALIGN=left> |
24 | |
6393 | 25 <TR><TD COLSPAN=3><P><B><A NAME=5.1>5.1 Compilation</A></B></P> |
1682 | 26 </TD><TR><TD COLSPAN=3> </TD><TR> |
27 | |
6393 | 28 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Compilation stops with an error message similar to this one: |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
29 <PRE> |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
30 In file included from mplayer.c:34: |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
31 mw.h: In function `mplMainDraw': |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
32 mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458 |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
33 Please submit a full bug report, |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
34 with preprocessed source if appropriate. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
35 See http://bugzilla.redhat.com/bugzilla/ for instructions. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
36 </PRE> |
6393 | 37 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>As the error message clearly states, this is a compiler problem. Upgrade your |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
38 compiler and report the problem to your vendor or the compiler authors. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
39 </TD><TR><TD COLSPAN=3> </TD><TR> |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
40 |
6393 | 41 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Configure ends with this text, and MPlayer won't compile!<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
42 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE> |
6393 | 43 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your gcc isn't installed correctly, check the <CODE>config.log</CODE> file |
3290 | 44 for details. |
45 </TD><TR><TD COLSPAN=3> </TD><TR> | |
46 | |
6393 | 47 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What does "No such file or directory" mean? |
48 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Probably there is no such file or directory. | |
2117 | 49 </TD><TR><TD COLSPAN=3> </TD><TR> |
50 | |
6393 | 51 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What's the problem with gcc 2.96? |
52 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><B>We strongly discourage the use of gcc 2.96!!!</B><BR> | |
6055 | 53 Read <A HREF="users_against_developers.html#gcc">this</A> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
54 document for details. If you still really really want to use it, be sure to get |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
55 the latest release, but remember that you are on your own. Do <B>not</B> report |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
56 bugs or ask for help on the mailing lists. We will <B>not</B> provide any support |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
57 in case you run into problems. |
2954 | 58 <BR> |
1682 | 59 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 60 |
6393 | 61 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Great, I have gcc 3.0.1 from Red Hat/Mandrake, then I'm fine--! |
62 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>No, since there have been/are issues with these compilers as well.<BR> | |
6055 | 63 Use the 2.95.x series for reliability (not <A HREF="users_against_developers.html#gcc">2.96</A>). |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
64 Use the latest gcc 3.x (starting at 3.0.4) if you want to use a 3.x version. |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
65 </TD><TR><TD COLSPAN=3> </TD><TR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
66 |
6393 | 67 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I tried to compile MPlayer, but I got this output: |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
68 <PRE> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
69 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
|
70 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
|
71 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
|
72 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
|
73 from /usr/include/g++-v3/string:31, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
74 from libwin32.h:36, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
75 from DS_AudioDecoder.h:4, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
76 from DS_AudioDec.cpp:5: |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
77 /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
|
78 wchar_t**, int)': |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
79 /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
|
80 `const |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
81 </PRE> |
6393 | 82 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Upgrade your glibc to the latest release. On Mandrake, use 2.2.4-8mdk. |
1682 | 83 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 84 |
6393 | 85 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>... gcc 2.96 ... (Yes, some people are STILL flaming about their gcc 2.96!!) |
86 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Quoted from a | |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
87 <A HREF="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-October/005351.html">mail</A> |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
88 A'rpi sent to the |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
89 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
90 list (the word 'ideg' is described below): |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
91 <BLOCKQUOTE> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
92 <P>And we have idegs. And our idegcounter overflowed again and again.</P> |
2137 | 93 |
94 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
95 who can't even use Windows, and never tried to compile a kernel. They installed |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
96 (with default options) Mandrake or Red Hat or SuSE, and without RTFM'ing they |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
97 send messages saying 'it doesn't work! help me! please! i'm new to Linux! |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
98 help! oh! help me!'. We can't stop them, but at least we try to force them to |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
99 RTFM and to read the messages of ./configure and MPlayer.</P> |
2137 | 100 |
101 <P>And you clever guys come and flame us with gcc 2.96 and binary packages. | |
102 Instead of helping users or making patches to help solve problems.</P> | |
103 | |
104 <P>Half of our spare/free time is spent by answering silly mails here and | |
105 making newer tricks and checks to configure to avoid such mails.</P> | |
106 | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
107 <P>And there is a balance. On the one side are you, clever guys, saying we are |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
108 very bad because we don't like buggy gcc 2.96, and on the other side there are |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
109 the 'new to Linux' guys who are showing us gcc 2.96 is buggy.</P> |
2137 | 110 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
111 <P>Conclusion: We can't be good. Half the people always will say we are bad.</P> |
2137 | 112 |
113 <P>Maybe we should close the project, make it closed source, commercial, and | |
114 provide install support for it. then we could leave current work, so | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
115 development could go faster, and we could earn lots of money with it and buy a |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
116 big house, etc etc. Do you really want it? It seems.</P> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
117 </BLOCKQUOTE> |
2137 | 118 |
119 </TD><TR><TD COLSPAN=3> </TD><TR> | |
120 | |
6393 | 121 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Where can I find information about gcc 2.96 bugs? |
122 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><A HREF="users_against_developers.html#gcc">This</A> | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
123 document describes why Red Hat released 2.96 and other interesting things. |
2488 | 124 </TD><TR><TD COLSPAN=3> </TD><TR> |
125 | |
6393 | 126 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>SDL output doesn't work or compile. The problem is ... |
127 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It was tested to work with SDL 1.2.x and may run on SDL 1.1.7+. | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
128 It does <B>not</B> work with any previous version. So if you choose to use such |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
129 a version, you are on your own. |
1682 | 130 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 131 |
6393 | 132 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I am still having trouble compiling with SDL support. gcc says something |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
133 about "undefined reference to `SDL_EnableKeyRepeat'". What now? |
6393 | 134 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Where did you install the SDL library? If you installed in /usr/local |
1682 | 135 (the default) then edit the top level config.mak and add |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
136 "-L/usr/local/lib" after "X_LIBS=". Now type make. You're done! |
1682 | 137 </TD><TR><TD COLSPAN=3> </TD><TR> |
138 | |
6393 | 139 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>It doesn't compile, and it misses uint64_t inttypes.h and similar things ... |
140 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Copy etc/inttypes.h to the <B>MPlayer</B> directory (<CODE>cp etc/inttypes.h .</CODE>) | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
141 and try again ... |
1682 | 142 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 143 |
6393 | 144 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have Linux running on a Pentium III but <CODE>./configure</CODE> doesn't detect |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
145 SSE ... |
6393 | 146 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
147 be prepared for problems). |
1682 | 148 </TD><TR><TD COLSPAN=3> </TD><TR> |
149 | |
6393 | 150 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have a G200/G400, how do I compile/use the mga_vid driver? |
151 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <A HREF="video.html#2.3.1.7">mga_vid documentation</A>. | |
1682 | 152 </TD><TR><TD COLSPAN=3> </TD><TR> |
153 | |
6393 | 154 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Are there rpm/deb/... packages of <B>MPlayer</B>? |
155 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You can make a .deb package for yourself, check the <A HREF="documentation.html#6.1">Debian packaging</A> section. | |
5979 | 156 There are RPM packages available on our homepage, don't use other sources! |
1682 | 157 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 158 |
6393 | 159 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>During 'make', MPlayer complains about X11 libraries. I don't understand, |
1682 | 160 I DO have X installed!? |
6393 | 161 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>... but you don't have the X development package installed. Or not |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
162 correctly. It's called XFree86-devel* under Red Hat, and xlib6g-dev* under |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
163 Debian. Also check if the <CODE>/usr/X11</CODE> and <CODE>/usr/include/X11</CODE> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
164 symlinks exist (this can be a problem on Mandrake systems). They can be created |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
165 with these commands:<BR> |
1682 | 166 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> |
167 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
168 Your distribution may differ from the |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
169 <A HREF="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</A>. |
1682 | 170 </TD><TR><TD COLSPAN=3> </TD><TR> |
171 | |
6393 | 172 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I can't compile SVGAlib. I'm using kernel 2.3/2.4 ... |
173 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have to edit SVGAlib's Makefile.cfg and comment <CODE>BACKGROUND = y</CODE> out. | |
1682 | 174 </TD><TR><TD COLSPAN=3> </TD><TR> |
175 | |
6393 | 176 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I compiled MPlayer with libdvdcss/libdivxdecore support, but when |
1682 | 177 I try to start it, it says:<BR> |
2001 | 178 <CODE>> error while loading shared libraries: lib*.so.0: cannot load |
1682 | 179 shared object file: No such file or directory</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
180 I checked up on the file and it IS there in <CODE>/usr/local/lib</CODE> ... |
6393 | 181 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Add <CODE>/usr/local/lib</CODE> to <CODE>/etc/ld.so.conf</CODE> and run <CODE>ldconfig</CODE>. |
1682 | 182 </TD><TR><TD COLSPAN=3> </TD><TR> |
183 | |
6393 | 184 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Hmm, strange. When loading the mga_vid.o kernel module, I found this in the logs:<BR> |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
185 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE> |
6393 | 186 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>The latest kernel modutils require a flag indicating the license (mainly |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
187 to avoid kernel hackers debugging closed source drivers). |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
188 Upgrade your kernel, modutils and <B>MPlayer</B>. |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
189 </TD><TR><TD COLSPAN=3> </TD><TR> |
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
190 |
6393 | 191 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When compiling <B>MEncoder</B>, it segfaults at linking!!! |
192 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is a linker problem. Upgrading binutils should help (2.11.92.* or newer | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
193 should be good). Since it is not our fault, please do <B>not</B> report! |
2772 | 194 </TD><TR><TD COLSPAN=3> </TD><TR> |
195 | |
6393 | 196 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I'd like to compile <B>MPlayer</B> on Minix! |
197 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Me too. :) | |
3053 | 198 </TD><TR><TD COLSPAN=3> </TD><TR> |
199 | |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
200 |
6393 | 201 <TD COLSPAN=3><B><A NAME="5.2">5.2 General questions</A></B> |
1682 | 202 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 203 |
6393 | 204 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the x11 driver (<CODE>-vo x11</CODE>) ... |
205 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It does, but you have to explicitly specify software scaling (it's SLOW!) with | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
206 the <CODE>-zoom</CODE> option. You better use XF86VidMode support: |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
207 you must specify the <CODE>-vm</CODE> and the <CODE>-fs</CODE> switch, and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
208 you're done. Make sure you have the right modelines in your XF86Config file, and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
209 try to make the <A HREF="video.html#2.3.1.3">DGA driver</A> and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
210 <A HREF="video.html#2.3.1.4">SDL's DGA driver</A> work for you. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
211 It's much faster. If SDL's DGA works, use that, it'll be EVEN faster! |
1682 | 212 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 213 |
6393 | 214 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What is the meaning of the numbers on the status line? |
215 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Example: <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE><BR> | |
1682 | 216 <UL> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
217 <LI>A: audio position in seconds |
1682 | 218 <LI>V: video position in seconds |
219 <LI>A-V: audio-video difference in seconds (delay) | |
220 <LI>ct: total A-V sync correction done | |
221 <LI>frames played (counting from last seek) | |
5700 | 222 <LI>frames decoded (counting from last seek) |
223 <LI>video codec cpu usage in percent (for slices and DR this includes video_out) | |
224 <LI>video_out cpu usage | |
1682 | 225 <LI>audio codec cpu usage in percent |
226 <LI>frames needed to drop to maintain A-V sync | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
227 <LI>current level of image postprocessing (when using <CODE>-autoq</CODE>) |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
228 <LI>current cache size used (around 50% is normal) |
1682 | 229 </UL> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
230 Most of them are for debug purposes and will be removed soon. |
1682 | 231 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 232 |
6393 | 233 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What if I don't want them to appear? |
234 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Use the <CODE>-quiet</CODE> option and read the man page. | |
1864 | 235 </TD><TR><TD COLSPAN=3> </TD><TR> |
236 | |
6393 | 237 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Why is video_out cpu usage zero (0%) for some files? |
238 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It's not zero, but it's called from the codec and thus cannot be measured | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
239 separately. You should try to play the file using <CODE>-vo null</CODE> and then |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
240 <CODE>-vo ...</CODE> and check the difference to see the video_out speed. |
1682 | 241 </TD><TR><TD COLSPAN=3> </TD><TR> |
242 | |
6393 | 243 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>There are error messages about file not found <CODE>/usr/lib/win32/</CODE> ... |
244 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Download the <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.90.tar.bz2">Win32 codecs</A> | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
245 from <B>our</B> FTP site (avifile's codec package has a different DLL set) and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
246 install it. |
1682 | 247 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 248 |
6393 | 249 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Are there any mailing lists on MPlayer? |
250 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Yes! See the bottom of the info page on | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
251 <A HREF="http://www.mplayerhq.hu/homepage/info.html">our homepage</A> to subscribe! |
1682 | 252 </TD><TR><TD COLSPAN=3> </TD><TR> |
253 | |
6393 | 254 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I've found a nasty bug when I tried to play my favorite video!! |
1682 | 255 Who should I inform? |
6393 | 256 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Please read the <A HREF="bugreports.html">bug reporting guidelines</A> and follow |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
257 the instructions. |
1682 | 258 </TD><TR><TD COLSPAN=3> </TD><TR> |
259 | |
6393 | 260 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have problems playing files with the ... codec. Can I use them? |
261 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Check the <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</A>, | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
262 if it doesn't contain your codec, read the |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
263 <A HREF="codecs.html#2.1.3">codec documentation</A>, especially the |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
264 <A HREF="codecs.html#2.2.3">codec importing HOWTO</A> and contact us. |
1682 | 265 </TD><TR><TD COLSPAN=3> </TD><TR> |
266 | |
6393 | 267 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Umm, what is "IdegCounter"? |
268 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>A combination of a Hungarian and an English word. "Ideg" in Hungarian means | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
269 the same as "nerve" in English, and is pronounced as something like "ydaegh". |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
270 It was first used to measure the nervousness of A'rpi, after some (umm) "mystic" |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
271 disappearance of CVS code ;) |
1682 | 272 </TD><TR><TD COLSPAN=3> </TD><TR> |
273 | |
6393 | 274 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>And what is "Faszom(C)ounter"? |
275 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>"Fasz" is a Hungarian word you don't want to know, the others are connected to | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
276 the perverted minds of the MPlayer developers. |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
277 </TD><TR><TD COLSPAN=3> </TD><TR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
278 |
6393 | 279 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>LIRC doesn't work, because ... |
280 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Are you sure you are using <CODE>mplayer</CODE> instead of <CODE>mplayer_lirc</CODE>? | |
5700 | 281 Note that it was <CODE>mplayer_lirc</CODE> for long time, including the 0.60 release, but recently |
282 changed back to <CODE>mplayer</CODE>. | |
1682 | 283 </TD><TR><TD COLSPAN=3> </TD><TR> |
284 | |
6393 | 285 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Subtitles are very nice, the most beautiful I've ever seen, but they slow |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
286 down playing! I know it's unlikely ... |
6393 | 287 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>After running <CODE>./configure</CODE> , edit <CODE>config.h</CODE> and replace |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
288 <CODE>#undef FAST_OSD</CODE> with <CODE>#define FAST_OSD</CODE>. Then recompile. |
1682 | 289 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 290 |
6393 | 291 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>The OSD is flickering! |
292 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You use a vo driver with single buffering (x11,xv). With xv, | |
5700 | 293 use the <CODE>-double</CODE> option. Also try <CODE>-vop expand</CODE> |
1682 | 294 </TD><TR><TD COLSPAN=3> </TD><TR> |
295 | |
6393 | 296 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What exactly is this libavcodec thing? |
297 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>See the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>. | |
1682 | 298 </TD><TR><TD COLSPAN=3> </TD><TR> |
299 | |
6393 | 300 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>But configure tells me "Checking for libavcodec ... no"! |
301 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You need to get libavcodec from FFmpeg's CVS. Read the instructions in | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
302 the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>. |
1682 | 303 </TD><TR><TD COLSPAN=3> </TD><TR> |
304 | |
6393 | 305 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Icewm's taskbar keeps covering the movie in fullscreen mode! |
306 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This shouldn't happen anymore, if it still does use the <CODE>-icelayer</CODE> | |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
307 option and report it to the |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
308 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
309 mailing list. |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
310 </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
|
311 |
6393 | 312 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I can't access the GUI menu. I press right click, but I can't access any |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
313 menu items! |
6393 | 314 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Are you using FVWM? Try the following:<BR> |
2972 | 315 Start -> Settings -> Configuration -> Base Configuration<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
316 Set "Use Applications position hints" to "Yes". |
2972 | 317 </TD><TR><TD COLSPAN=3> </TD><TR> |
318 | |
6393 | 319 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>How can I run MPlayer in the background? |
320 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Use: <CODE>mplayer <options> <filename> < /dev/null &</CODE> | |
4680 | 321 </TD><TR><TD COLSPAN=3> </TD><TR> |
322 | |
1682 | 323 <TD COLSPAN=3> |
6393 | 324 <B><A NAME="5.3">5.3 File playing problems</A></B> |
1682 | 325 </TD><TR><TD COLSPAN=3> </TD><TR> |
326 | |
6393 | 327 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>... works with avifile/aviplay but doesn't with MPlayer. |
328 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><B>MPlayer</B> != avifile. | |
1682 | 329 The only common thing between these players is the Win32 DLL loader. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
330 The codecs (DLL) set, synchronization, demultiplexing etc is totally |
1682 | 331 different and shouldn't be compared. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
332 If something works with aviplay it doesn't mean that <B>MPlayer</B> will work |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
333 and vice versa. |
1682 | 334 </TD><TR><TD COLSPAN=3> </TD><TR> |
335 | |
6393 | 336 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Audio goes out of sync playing a .avi file. |
337 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try the <CODE>-bps</CODE> or <CODE>-nobps</CODE> option. If it does not improve, | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
338 read <A HREF="bugreports.html">this</A> and upload the file to FTP. |
1682 | 339 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 340 |
6393 | 341 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>MPlayer exits with some error when using l3codeca.acm. |
342 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR> | |
1682 | 343 <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
344 where "?" is any number then it's OK, the error is not here. If it is:<BR> |
1682 | 345 <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
346 then there is a problem with your kernel/libc. Maybe you are using some |
1682 | 347 security patches (for example Solar Designer's OpenWall patch) which |
348 forces loading libraries to very low addresses. | |
349 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
350 0x00400000, we can't change this. You should use a non-patched kernel, |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
351 or use <B>MPlayer</B>'s <CODE>-afm 1</CODE> option to disable using l3codeca.acm. |
1682 | 352 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 353 |
6393 | 354 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
355 sound too slow. When I use -nosound switch, everything is OK (but quiet). |
6393 | 356 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your machine is too slow or your soundcard driver is broken. Consult the documentation to see if you can improve |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
357 performance. |
1682 | 358 </TD><TR><TD COLSPAN=3> </TD><TR> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
359 |
6393 | 360 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video". |
361 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try running <B>MPlayer</B> on the machine you compiled on. Or recompile. Don't | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
362 use <B>MPlayer</B> on a CPU different from the one it was compiled on. |
1682 | 363 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 364 |
6393 | 365 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ... |
366 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <A HREF="bugreports.html">bug reporting guidelines</A> and send us a | |
6055 | 367 proper bug report. |
1682 | 368 </TD><TR><TD COLSPAN=3> </TD><TR> |
369 | |
6393 | 370 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>But it works with avifile! |
371 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>So what? | |
1682 | 372 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 373 |
6393 | 374 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Then avifile is better! |
375 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Then use avifile, it has a nice GUI and nice C++ code :) | |
1682 | 376 </TD><TR><TD COLSPAN=3> </TD><TR> |
377 | |
6393 | 378 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I got this playing mpeg files: Can't find codec for video format 0x10000001! |
379 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have an old version of codecs.conf at <CODE>~/.mplayer/</CODE>. Upgrade it | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
380 from <CODE>/etc/</CODE>.<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
381 <B>OR</B> you have the <CODE>vc=</CODE> option or something similar in your |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
382 config file(s). |
1682 | 383 </TD><TR><TD COLSPAN=3> </TD><TR> |
384 | |
6393 | 385 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When starting MPlayer under KDE I just get a black screen and nothing happens. |
6352 | 386 After about one minute the video starts playing. |
6393 | 387 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>The KDE arts sound daemon is blocking the sound device. Either wait until the |
6352 | 388 video starts or disable the arts-daemon in kontrol center. If you want |
6329 | 389 to use arts sound, specify audio output via our native arts audio driver |
6352 | 390 (<CODE>-ao arts</CODE>). If it fails or isn't compiled in, try SDL |
391 (<CODE>-ao sdl</CODE>) and make sure your SDL can handle arts sound. Yet | |
6329 | 392 another option is to start <B>MPlayer</B> with artsdsp. |
1682 | 393 </TD><TR><TD COLSPAN=3> </TD><TR> |
394 | |
6393 | 395 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have an AVI that produces a gray screen when played with <CODE>-vc odivx</CODE> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
396 and a green one with <CODE>-vc divx4</CODE>. |
6393 | 397 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf. |
1682 | 398 </TD><TR><TD COLSPAN=3> </TD><TR> |
399 | |
6393 | 400 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When I play this movie I get video-audio desync and/or MPlayer crashes with the following message:<BR> |
1892 | 401 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE> |
6393 | 402 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This can have multiple reasons.<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
403 <UL> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
404 <LI>Your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
405 displays a message if this is the case (and the dropped frames counter goes up fast).</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
406 <LI>If it is an AVI, maybe it has bad interleaving. Try the <CODE>-ni</CODE> option.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
407 <LI>Your sound driver is buggy, or you use ALSA 0.5 with <CODE>-ao oss</CODE>. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
408 See the <A HREF="sound.html">sound card section</A>.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
409 <LI>The AVI has a bad header, try the <CODE>-nobps</CODE> option, and/or |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
410 <CODE>-mc 0</CODE>.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
411 </UL> |
1892 | 412 </TD><TR><TD COLSPAN=3> </TD><TR> |
413 | |
6393 | 414 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have an MJPEG file which works with other players but displays only a black |
2606 | 415 image in MPlayer. |
6393 | 416 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use the |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
417 <CODE>-vc ffmjpeg</CODE> option (compile MPlayer with libavcodec for this to work). |
2606 | 418 </TD><TR><TD COLSPAN=3> </TD><TR> |
419 | |
6393 | 420 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When I try to grab from my tuner, it works, but colors are strange. It's OK |
3030 | 421 with other applications. |
6393 | 422 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your card probably misreports its colorspace capacity. Try with YUY2 instead |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
423 of default YV12 (see the <A HREF="documentation.html#2.5">TV input documentation</A>). |
3030 | 424 </TD><TR><TD COLSPAN=3> </TD><TR> |
425 | |
6393 | 426 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When I start playing, I get this message but everything seems fine:<BR> |
3053 | 427 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE> |
6393 | 428 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You need root privileges to use the new timing code. For details see the |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
429 <A HREF="documentation.html#1.3">installation section</A> of the documentation. |
3053 | 430 </TD><TR><TD COLSPAN=3> </TD><TR> |
431 | |
6393 | 432 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have A/V sync problems. Some of my AVIs play fine, but some play with |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
433 double speed! |
6393 | 434 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and |
5700 | 435 you try to play a file which has 22050Hz audio. Try the resample audio plugin. |
3162 | 436 </TD><TR><TD COLSPAN=3> </TD><TR> |
437 | |
6393 | 438 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>All the WMV (or other..) files I play create a green/gray window and there is |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
439 only sound! MPlayer prints:<BR> |
3192 | 440 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE> |
6393 | 441 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Update your <CODE>codecs.conf</CODE>. |
3192 | 442 </TD><TR><TD COLSPAN=3> </TD><TR> |
443 | |
6393 | 444 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I get very strange percentage values (way too big) while playing files on my notebook. |
445 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It's an effect of the power management / power saving system of your notebook | |
6282 | 446 (BIOS, not kernel). Plug the external power connector in <B>before</B> you power on your |
5016 | 447 notebook. |
448 </TD><TR><TD COLSPAN=3> </TD><TR> | |
449 | |
6393 | 450 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>The audio/video gets totally out of sync when I run MPlayer as root on my notebook. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
451 It works normal when i run it as a user. |
6393 | 452 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is again a power management effect (see above). Plug the external power |
6282 | 453 connector in <B>before</B> you power on your notebook or use the |
6269
d88634604312
Cleaning up after Attila's checkin. Options should be in <CODE>-tags.
diego
parents:
6268
diff
changeset
|
454 <CODE>-nortc</CODE> switch. |
5016 | 455 </TD><TR><TD COLSPAN=3> </TD><TR> |
3053 | 456 |
1682 | 457 <TD COLSPAN=3> |
6393 | 458 <B><A NAME="5.4">5.4 Video/audio driver problems (vo/ao)</A></B> |
1682 | 459 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 460 |
461 | |
6393 | 462 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What about the DGA driver? I can't find it!!! |
463 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><CODE>./configure</CODE> autodetects your DGA driver. If <CODE>-vo help</CODE> doesn't show | |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
464 DGA, then there's a problem with your X installation. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
465 Try <CODE>./configure --enable-dga</CODE> and read the |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
466 <A HREF="video.html#2.3.1.3">documentation</A>. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
467 Alternatively, try SDL's DGA driver with the <CODE>-vo sdl:dga</CODE> option. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
468 </TD><TR><TD COLSPAN=3> </TD><TR> |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
469 |
6393 | 470 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>OK, <CODE>-vo help</CODE> shows DGA driver, but it complains about permissions! |
1682 | 471 Help me! |
6393 | 472 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It works only if running as root! It's a DGA limitation. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
473 You should become root (<CODE>su -</CODE>), and try again. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
474 Another solution is making <B>MPlayer</B> SUID root, but it's <B>NOT RECOMMENDED!</B><BR> |
1682 | 475 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
476 <CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR> |
1682 | 477 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> |
478 <B>!!!! BUT STAY TUNED !!!!</B><BR> | |
479 This is a *BIG* security risk! *NEVER* do this on a server or on a computer | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
480 that you do not control completely because other users can gain root |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
481 privileges through SUID root MPlayer!!!<BR> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
482 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B> |
1682 | 483 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 484 |
6393 | 485 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When using Xvideo, my Voodoo 3/Banshee says:<BR> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
486 <CODE>X Error of failed request: BadAccess (attempt to access private resource denied)<BR> |
1682 | 487 Major opcode of failed request: 147 (MIT-SHM)<BR> |
488 Minor opcode of failed request: 1 (X_ShmAttach)<BR> | |
489 Serial number of failed request: 26<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
490 Current serial number in output stream:27</CODE><BR> |
6393 | 491 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>The "tdfx" driver in XFree86 4.0.2/4.0.3 had this bug. This was solved by |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
492 <A HREF="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621 of the XFree86 4.1.0 CVS log</A>. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
493 So upgrade to XFree86 4.1.0 or later. Alternatively, either download (at least) |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
494 DRI version 0.6 from the <A HREF="http://dri.sourceforge.net">DRI homepage</A>, |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
495 or use CVS DRI. |
1682 | 496 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 497 |
6393 | 498 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>OpenGL (<CODE>-vo gl</CODE>) output doesn't work (hang/black window/X11 errors/...). |
499 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage). | |
3858 | 500 It's known not to work with nVidia's binary mess. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
501 It's known to work with Utah-GLX/DRI and Matrox G400 cards. Also with |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
502 DRI and Radeon cards. It won't work with DRI and other cards. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
503 it will not work with 3DFX cards because of the 256x256 texture size limit. |
1682 | 504 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 505 |
6393 | 506 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have an nVidia TNT/TNT2 card, and I have a band with strange colors, |
1682 | 507 right under the movie! Whose fault is this? |
6393 | 508 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is a bug of nVidia's binary X driver. These bugs appear ONLY with the |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
509 TNT/TNT2 cards, and we can't do anything about it. To fix the problem, upgrade |
5700 | 510 to the latest nVidia binary driver version. If still bad, complain to nVidia! |
1682 | 511 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 512 |
6393 | 513 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I have an nVidia XYZ card, and when I click on the GUI's display window to toggle |
2065 | 514 displaying the GUI panel, a black square appears where I clicked. I have |
515 the newest driver. | |
6393 | 516 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Yes, nVidia corrected a previous bug (above), and introduced a new one. Let's |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
517 congratulate them. UPDATE: According to |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
518 <A HREF="users_against_developers.html#nvidia">nVidia</A>, this has already been |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
519 fixed. |
2065 | 520 </TD><TR><TD COLSPAN=3> </TD><TR> |
521 | |
6393 | 522 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>When I use the GUI with SDL video output, a second video window is created. |
523 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Known, don't use SDL for the GUI yet. | |
3343 | 524 </TD><TR><TD COLSPAN=3> </TD><TR> |
525 | |
6393 | 526 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Oh the world is cruel ...! SDL has only <CODE>x11</CODE> target, but not |
5498 | 527 <CODE>xv</CODE>! |
6393 | 528 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try that <CODE>x11</CODE> target again. Now try <CODE>-vo x11 -fs -zoom</CODE>. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
529 See the difference? No?! OK, here comes the enlightenment: SDL's |
5498 | 530 <CODE>x11</CODE> target uses xv when available, you don't have to worry about |
5700 | 531 it ... Note: you can force/disable Xv via SDL using <CODE>-forcexv<CODE> and <CODE>-noxv</CODE> |
5498 | 532 </TD><TR><TD COLSPAN=3> </TD><TR> |
533 | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
534 <TD COLSPAN="3"> |
6393 | 535 <B><A NAME="5.5">5.5 DVD playback</A></B> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
536 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
537 |
6393 | 538 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
539 While playing a DVD, I encountered this error:<BR> | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
540 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
541 sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE> |
6393 | 542 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> |
543 This is a known libdvdread 0.9.1/0.9.2 bug. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
544 Use libmpdvdkit. |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
545 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
546 |
6393 | 547 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
548 Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris? | |
549 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
550 Who knows ... It's said to work, so please test it and send feedback. Refer to | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
551 the documentation of libdvdread and its homepage as well. We're not the authors |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
552 of libdvdread. |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
553 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
554 |
6393 | 555 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
556 What about subtitles? Can MPlayer display them? | |
557 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
558 Yes! See the <A HREF="cd-dvd.html">DVD chapter</A> of the documentation. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
559 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
560 |
6393 | 561 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
562 How can I set the region code of my DVD-drive? I don't have Windows! | |
563 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
564 Use the | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
565 <A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</A>. |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
566 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
567 |
6393 | 568 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
569 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play a DVD? | |
570 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
571 No, only for old-style DVD support. However you must have | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
572 the proper rights on the DVD device entry (in <CODE>/dev/</CODE>). |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
573 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
574 |
6393 | 575 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
576 Where can I get libdvdread and libdvdcss packages? | |
577 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
578 From the | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
579 <A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle site</A>. |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
580 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
581 |
6393 | 582 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
583 Is it possible to play/encode only selected chapters? | |
584 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
585 Yes, try the <CODE>-chapter</CODE> option. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
586 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
587 |
6393 | 588 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
589 My DVD playback is sluggish! | |
590 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
591 Use the <CODE>-cache</CODE> option (described in the man page) | |
6352 | 592 and try enabling DMA for the DVD drive with the hdparm tool (described in the |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
593 <A HREF="cd-dvd.html">DVD chapter</A> of the documentation). |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
594 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
595 |
1682 | 596 <TD COLSPAN=3> |
6393 | 597 <B><A NAME="5.6">5.6 Feature requests</A></B> |
1682 | 598 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 599 |
6393 | 600 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I'd like to seek +/- 1 frames instead of 10 seconds. |
601 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This won't be done. It was, but then it messed up A/V sync. Feel free to | |
2859 | 602 implement it, and send a patch. Don't ask for it. |
603 </TD><TR><TD COLSPAN=3> </TD><TR> | |
604 | |
6393 | 605 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B> Where is the Windows version? |
606 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> It's not released, and won't be. Look around the Windows scene (open source | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
607 ASF parsers, open source ASF encoders, etc) and you'll know why. We don't |
3053 | 608 want to go to jail. |
609 </TD><TR><TD COLSPAN=3> </TD><TR> | |
610 | |
3489 | 611 |
6393 | 612 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>What card do you suggest me to buy? |
613 </B></TD><TR><TD></TD><TD VALIGN=top>A0:</TD><TD>It's for your information only but our criteria are: | |
614 </TD><TR><TD></TD><TD VALIGN=top>A1:</TD><TD>Speed:<BR> | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
615 This parameter can be computed easily: |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
616 <OL> |
6055 | 617 <LI>Which movies do you plan to watch? |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
618 <UL> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
619 <LI><B>MPEG1:</B> 320x200@32=256000<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
620 You need only 256*25fps=6.4MB/sec of bandwidth (This format can be played |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
621 in real-time on any PC since the times of Pentium-100 + S3Virge).</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
622 <LI><B>MPEG4:</B> 640x480@32=1228800<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
623 You need a video bandwidth of 1.2*25fps=30MB/sec. To watch such a movie |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
624 in real-time you need a PC equivalent to a Celeron-450 and a DIMM based |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
625 video card.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
626 <LI><B>MPEG2 (aka DVD or SDTV):</B> 1024x768@32=3145728<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
627 You need a video bandwidth of 3*30fps=90MB/sec. In extreme cases (if your |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
628 video card supports IDCT decoding) the hardware requirements are the same |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
629 as for MPEG4.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
630 <LI><B>HDTV (High Definition TeleVision):</B> 2000x2000@32=16000000<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
631 You need a video bandwidth of 16*30fps=480MB/sec. You also need at least |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
632 32MB of video memory to watch this stream: 16MB for the RGB area and 16MB |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
633 for the YUV area.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
634 </UL> |
6055 | 635 </LI> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
636 <LI>The bandwidth of PCI slots is: 33MHz*32Bit=133MB/sec. PCI2.1 has |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
637 66MHz*32Bit=266MB/sec which is more than enough for playing any movie (except |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
638 HDTV streams which really require an AGP bus).</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
639 <LI>What memory type should be installed on the video card: |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
640 <UL> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
641 <LI><B>SIMM</B> - Avoid that.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
642 <LI><B>DIMM</B> - Good if your video card has 128-bit memory access.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
643 <LI><B>DDR</B> - Is fast enough for all types.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
644 </UL> |
6055 | 645 </LI> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
646 </OL> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
647 Note: DGA comparison shows that there is no visible difference between video |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
648 cards which have the same type of video memory installed.<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
649 <B>Conclusion:</B> If you have enough CPU power (Celeron-450 or K6-2-500) it |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
650 should be enough to buy any video card which has at least 8MB of DIMM or DDR |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
651 memory. |
6393 | 652 </TD><TR><TD></TD><TD VALIGN=top>A2:</TD><TD>Quality:<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
653 This question was investigated in depth at: |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
654 <br><a href="http://www.anandtech.com/showdoc.html?i=1332&rndr=04132002115140"> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
655 AnandTech</a> - Video Card Roundup - DVD Quality, Features & Performance |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
656 (October 2000) |
6393 | 657 </TD><TR><TD></TD><TD VALIGN=top>A3:</TD><TD><B>Working</B> features under Linux:<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
658 If you are a Win32 user then probably you have support (from driver and DirectX8 |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
659 side) for any feature your chip has.<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
660 But for <B>Linux</B> users there are currently only a few vendors which have more |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
661 or less advanced driver support:<BR><BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
662 |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
663 <table BORDER=1 COLS=5 WIDTH="100%"> |
3489 | 664 <tr> |
665 <td> </td> | |
666 | |
667 <td> | |
5700 | 668 <center>Matrox Gxxx</center> |
3489 | 669 </td> |
670 | |
671 <td> | |
5700 | 672 <center>ATI m64/r128/radeon</center> |
3489 | 673 </td> |
674 | |
675 <td> | |
5700 | 676 <center>nVidia tnt/geforce</center> |
3489 | 677 </td> |
678 | |
679 <td> | |
5700 | 680 <center>S3 Virge/Savage</center> |
3489 | 681 </td> |
682 </tr> | |
683 | |
684 <tr> | |
685 <td>Driver's provider</td> | |
686 | |
5700 | 687 <td>OEM and enthusiasts</td> |
3489 | 688 |
5700 | 689 <td>OEM and enthusiasts</td> |
3489 | 690 |
5700 | 691 <td>OEM or enthusiasts</td> |
3489 | 692 |
693 <td>enthusiasts</td> | |
694 </tr> | |
695 | |
696 <tr> | |
697 <td>Driver's quality</td> | |
698 | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
699 <td>best (X11,kernel)</td> |
3489 | 700 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
701 <td>best (X11,GATOS,kernel)</td> |
3489 | 702 |
5700 | 703 <td>buggy/unstable (X11 only)</td> |
3489 | 704 |
5700 | 705 <td>slow (X11 only)</td> |
3489 | 706 </tr> |
707 | |
708 <tr> | |
709 <td>VIDEO OVERLAY</td> | |
710 | |
711 <td></td> | |
712 | |
713 <td></td> | |
714 | |
715 <td></td> | |
716 | |
717 <td></td> | |
718 </tr> | |
719 | |
720 <tr> | |
721 <td>BES and YV2RGB</td> | |
722 | |
723 <td>YES</td> | |
724 | |
725 <td>YES</td> | |
726 | |
727 <td>YES</td> | |
728 | |
729 <td>YES</td> | |
730 </tr> | |
731 | |
732 <tr> | |
733 <td>scaling filters</td> | |
734 | |
735 <td>N/A</td> | |
736 | |
737 <td>YES</td> | |
738 | |
739 <td>N/A</td> | |
740 | |
741 <td>N/A</td> | |
742 </tr> | |
743 | |
744 <tr> | |
745 <td>adaptive deinterlace</td> | |
746 | |
5700 | 747 <td>N/A</td> |
3489 | 748 |
749 <td>YES</td> | |
750 | |
751 <td>N/A</td> | |
752 | |
753 <td>N/A</td> | |
754 </tr> | |
755 | |
756 <tr> | |
757 <td>Video equalizer (hue, contrast, saturation, color correction)</td> | |
758 | |
5700 | 759 <td>YES</td> |
3489 | 760 |
5700 | 761 <td>YES</td> |
3489 | 762 |
5700 | 763 <td>GeForce only</td> |
3489 | 764 |
765 <td>N/A</td> | |
766 </tr> | |
767 | |
768 <tr> | |
769 <td>Alpha blending, color and video keys</td> | |
770 | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
771 <td>PARTIAL</td> |
3489 | 772 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
773 <td>PARTIAL (under development)</td> |
3489 | 774 |
775 <td>N/A</td> | |
776 | |
777 <td>N/A</td> | |
778 </tr> | |
779 | |
780 <tr> | |
781 <td>Video capture</td> | |
782 | |
5700 | 783 <td>YES (Marvel)</td> |
3489 | 784 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
785 <td>YES (GATOS)</td> |
3489 | 786 |
787 <td>N/A</td> | |
788 | |
789 <td>N/A</td> | |
790 </tr> | |
791 | |
792 <tr> | |
793 <td>TV-out</td> | |
794 | |
5700 | 795 <td>G400 only</td> |
3489 | 796 |
797 <td>YES</td> | |
798 | |
799 <td>N/A</td> | |
800 | |
801 <td>N/A</td> | |
802 </tr> | |
803 </table> | |
804 | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
805 <P>It's a very rough overview of video cards. We should pay attention to video |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
806 card models. If for example Matrox G400 drivers support TV-out then G450 and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
807 G550 do not necessarily have this feature.<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
808 Another example: Adaptive deinterlacing exists only for the Rage128 chip and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
809 isn't present on Mach64+ ones. The same goes for 3D features. They are different |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
810 from Mach64 to the Radeon 8500 with TRUFORM technology.</P> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
811 |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
812 <P><B>ANYWAY - THE MPLAYER TEAM DOESN'T ACCEPT ANY CLAIMS IF AFTER READING THIS |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
813 MATERIAL YOU BUY A CARD WHICH IS UNSATISFACTORY FOR YOU!!! THIS IS ONLY OUR |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
814 POINT OF VIEW.</B></P> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
815 |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
816 <P><B>Q:</B> If a PCI slot is fast enough for most types of movies then why is |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
817 the S3 Virge too slow for them?<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
818 <B>A:</B> Due to its SIMM memory.</P> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
819 |
3489 | 820 </TD><TR><TD COLSPAN=3> </TD><TR> |
821 | |
3192 | 822 <TD COLSPAN=3> |
6393 | 823 <B><A NAME="5.7">5.7 Encoding</A></B> |
3192 | 824 </TD><TR><TD COLSPAN=3> </TD><TR> |
825 | |
6393 | 826 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>How can I encode? |
827 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <B>MEncoder</B> <A HREF="encoding.html">documentation</A>. | |
3192 | 828 </TD><TR><TD COLSPAN=3> </TD><TR> |
829 | |
6393 | 830 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>My tuner works, I can hear the sound and watch the video with MPlayer, but |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
831 MEncoder doesn't encode audio! |
6393 | 832 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>TV audio encoding for Linux is currently unimplemented, we're working on it. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
833 At the moment it works only on BSD. |
3966 | 834 </TD><TR><TD COLSPAN=3> </TD><TR> |
835 | |
6393 | 836 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I can't encode DVD subtitles into the AVI! |
837 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have to specify the <CODE>-sid</CODE> option correctly! | |
3966 | 838 </TD><TR><TD COLSPAN=3> </TD><TR> |
839 | |
6393 | 840 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>MEncoder segfaults on startup! |
841 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Upgrade DivX4Linux. | |
4116 | 842 </TD><TR><TD COLSPAN=3> </TD><TR> |
843 | |
6393 | 844 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>How can I encode only selected chapters from a DVD? |
845 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Use the <CODE>-chapter</CODE> option correctly, like: <CODE>-chapter 5-7</CODE> | |
4398 | 846 </TD><TR><TD COLSPAN=3> </TD><TR> |
847 | |
6393 | 848 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>I'm trying to work with 2GB+ files on a VFAT file system. Does it work? |
849 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>No, VFAT doesn't support 2GB+ files. | |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
850 </TD><TR><TD COLSPAN=3> </TD><TR> |
4116 | 851 |
6393 | 852 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B>Why is the recommended bitrate printed by MEncoder negative? |
853 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Because the bitrate you encoded the audio with is too large to fit the | |
6385
65ceb2d07a71
Q/A about mencoder printing negative recommended bitrate
gabucino
parents:
6352
diff
changeset
|
854 movie on any CD. Check if you have libmp3lame installed properly. |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
855 </TD><TR><TD COLSPAN=3> </TD><TR> |
6385
65ceb2d07a71
Q/A about mencoder printing negative recommended bitrate
gabucino
parents:
6352
diff
changeset
|
856 |
1682 | 857 </TABLE> |
1612 | 858 |
859 </BODY> | |
860 </HTML> |