Mercurial > mplayer.hg
annotate DOCS/faq.html @ 7018:89c0f67785d0
skip black in outline (white skip code is #if 0 as there is no speed difference)
author | michael |
---|---|
date | Thu, 15 Aug 2002 22:45:34 +0000 |
parents | 72059027f953 |
children | 4f87cd0f642f |
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> |
6882
f3f87f6bf5cf
Added a uniform title: something - MPlayer - The Movie Player for Linux.
diego
parents:
6782
diff
changeset
|
5 <TITLE>FAQ - MPlayer - The Movie Player for Linux</TITLE> |
6391 | 6 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
8 <STYLE TYPE="text/css"> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
9 dt { |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
10 font-weight : bold; |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
11 } |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
12 </STYLE> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
13 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
14 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
15 <BODY> |
1704 | 16 |
1612 | 17 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
18 <P><B><A NAME="faq">5. FAQ</A></B></P> |
1682 | 19 |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
20 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
21 <LI><A HREF="#compilation">5.1 Compilation</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
22 <LI><A HREF="#general">5.2 General questions</A></LI> |
6999 | 23 <LI><A HREF="#playback">5.3 Playback problems</A></LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
24 <LI><A HREF="#driver">5.4 Video/audio driver problems (vo/ao)</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
25 <LI><A HREF="#dvd">5.5 DVD playback</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
26 <LI><A HREF="#features">5.6 Feature requests</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
27 <LI><A HREF="#encoding">5.7 Encoding</A></LI> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
28 </UL> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
29 |
1682 | 30 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
31 <P><B><A NAME="compilation">5.1 Compilation</A></B></P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
32 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
33 <DL> |
1682 | 34 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
35 <DT>Q: Compilation stops with an error message similar to this one: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
36 <PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
37 In file included from mplayer.c:34: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
38 mw.h: In function `mplMainDraw': |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
39 mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
40 Please submit a full bug report, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
41 with preprocessed source if appropriate. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
42 </PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
43 </DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
44 <DD>A: This is a known problem of gcc 3.0.4, upgrade to 3.1 to solve the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
45 problem. How to install gcc is described |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
46 <A HREF="users_against_developers.html#gcc">here</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
47 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
48 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
49 <DT>Q: Configure ends with this text, and MPlayer won't compile!<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
50 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
51 </DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
52 <DD>A: Your gcc isn't installed correctly, check the <CODE>config.log</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
53 file for details.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
54 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
55 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
56 <DT>Q: What does "No such file or directory" mean?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
57 <DD>A: Probably there is no such file or directory.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
58 <DD> </DD> |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
59 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
60 <DT>Q: What's the problem with gcc 2.96?</DT> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
61 <DD>A: <B>We strongly discourage the use of gcc 2.96!</B><BR> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
62 Read <A HREF="users_against_developers.html#gcc">this</A> document for |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
63 details about why Red Hat released gcc 2.96 and what the problems are all |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
64 about. If you still really really want to use it, be sure to get the latest |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
65 release and give the <CODE>--disable-gcc-checking</CODE> option to |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
66 configure. Remember that you are on your own from this point. Do <B>not</B> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
67 report bugs, do <B>not</B> ask for help on the mailing lists. We will |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
68 <B>not</B> provide any support in case you run into problems.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
69 <DD> </DD> |
3290 | 70 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
71 <DT>Q: Great, I have gcc 3.0.1 from Red Hat/Mandrake, then I'm fine!</DT> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
72 <DD>A: No, since there have been/are issues with these compilers as well. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
73 To check the status of current compilers' MPlayer support, see the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
74 <A HREF="documentation.html#installation">Installation</A> section.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
75 <DD> </DD> |
2117 | 76 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
77 <DT>Q: I tried to compile MPlayer, but I got this output: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
78 <PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
79 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
80 from /usr/include/g++-v3/bits/fpos.h:40, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
81 from /usr/include/g++-v3/bits/char_traits.h:40, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
82 from /usr/include/g++-v3/bits/std_string.h:41, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
83 from /usr/include/g++-v3/string:31, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
84 from libwin32.h:36, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
85 from DS_AudioDecoder.h:4, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
86 from DS_AudioDec.cpp:5: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
87 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
88 wchar_t**, int)': |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
89 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
90 `const |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
91 </PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
92 </DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
93 <DD>A: Upgrade your glibc to the latest release. On Mandrake, use 2.2.4-8mdk.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
94 <DD> </DD> |
1612 | 95 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
96 <DT>Q: ... gcc 2.96 ... (Yes, some people are STILL flaming about gcc 2.96!)</DT> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
97 <DD>A: Quoted from a |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
98 <A HREF="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-October/005351.html">mail</A> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
99 A'rpi sent to the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
100 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
101 list (the word 'ideg' is described below): |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
102 <BLOCKQUOTE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
103 <P>And we have idegs. And our idegcounter overflowed again and again.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
104 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
105 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
106 users who can't even use Windows, and never tried to compile a kernel. They |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
107 installed (with default options) Mandrake or Red Hat or SuSE, and without |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
108 RTFM'ing they send messages saying 'it doesn't work! help me! please! i'm |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
109 new to Linux! help! oh! help me!'. We can't stop them, but at least we try |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
110 to force them to RTFM and to read the messages of ./configure and MPlayer.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
111 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
112 <P>And you clever guys come and flame us with gcc 2.96 and binary packages. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
113 Instead of helping users or making patches to help solve problems.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
114 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
115 <P>Half of our spare/free time is spent by answering silly mails here and |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
116 making newer tricks and checks to configure to avoid such mails.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
117 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
118 <P>And there is a balance. On the one side are you, clever guys, saying we |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
119 are very bad because we don't like buggy gcc 2.96, and on the other side |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
120 there are the 'new to Linux' guys who are showing us gcc 2.96 is buggy.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
121 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
122 <P>Conclusion: We can't be good. Half the people will always say we are bad.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
123 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
124 <P>Maybe we should close the project, make it closed source, commercial, and |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
125 provide install support for it. then we could leave current work, so |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
126 development could go faster, and we could earn lots of money with it and buy |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
127 a big house, etc etc. Do you really want it? It seems.</P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
128 </BLOCKQUOTE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
129 </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
130 <DD> </DD> |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
131 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
132 <DT>Q: SDL output doesn't work or compile. The problem is ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
133 <DD>A: It was tested to work with SDL 1.2.x and may run on SDL 1.1.7+. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
134 It does <B>not</B> work with any previous version. So if you choose to use |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
135 such a version, you are on your own.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
136 <DD> </DD> |
1612 | 137 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
138 <DT>Q: I am still having trouble compiling with SDL support. gcc says |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
139 something about "undefined reference to `SDL_EnableKeyRepeat'". What |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
140 now?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
141 <DD>A: Where did you install the SDL library? If you installed in /usr/local |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
142 (the default) then edit the top level config.mak and add |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
143 "-L/usr/local/lib" after "X_LIBS=". Now type make. You're done!</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
144 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
145 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
146 <DT>Q: It doesn't compile, and it misses uint64_t inttypes.h and similar |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
147 things ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
148 <DD>A: Copy etc/inttypes.h to the <B>MPlayer</B> directory |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
149 (<CODE>cp etc/inttypes.h .</CODE>) and try again ...</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
150 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
151 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
152 <DT>Q: I have Linux running on a Pentium III but <CODE>./configure</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
153 doesn't detect SSE ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
154 <DD>A: Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
155 be prepared for problems).</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
156 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
157 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
158 <DT>Q: I have a G200/G400, how do I compile/use the mga_vid driver?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
159 <DD>A: Read the <A HREF="video.html#mga_vid">mga_vid documentation</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
160 <DD> </DD> |
2137 | 161 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
162 <DT>Q: Are there rpm/deb/... packages of <B>MPlayer</B>?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
163 <DD>A: You can make a .deb package for yourself, check the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
164 <A HREF="documentation.html#debian">Debian packaging</A> section. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
165 There are links to official Red Hat RPM packages available on our |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
166 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">download page</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
167 <DD> </DD> |
2137 | 168 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
169 <DT>Q: During 'make', MPlayer complains about X11 libraries. I don't |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
170 understand, I DO have X installed!?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
171 <DD>A: ... but you don't have the X development package installed. Or not |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
172 correctly. It's called XFree86-devel* under Red Hat, and xlibs-dev under |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
173 Debian. Also check if the <CODE>/usr/X11</CODE> and <CODE>/usr/include/X11</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
174 symlinks exist (this can be a problem on Mandrake systems). They can be |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
175 created with these commands:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
176 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
177 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
178 Your distribution may differ from the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
179 <A HREF="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
180 <DD> </DD> |
2137 | 181 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
182 <DT>Q: I can't compile SVGAlib. I'm using kernel 2.3/2.4 ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
183 <DD>A: You have to edit SVGAlib's Makefile.cfg and comment |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
184 <CODE>BACKGROUND = y</CODE> out.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
185 <DD> </DD> |
2137 | 186 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
187 <DT>Q: I compiled MPlayer with libdvdcss/libdivxdecore support, but when |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
188 I try to start it, it says:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
189 <CODE>> error while loading shared libraries: lib*.so.0: cannot load |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
190 shared object file: No such file or directory</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
191 I checked up on the file and it IS there in <CODE>/usr/local/lib</CODE> ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
192 <DD>A: Add <CODE>/usr/local/lib</CODE> to <CODE>/etc/ld.so.conf</CODE> and run |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
193 <CODE>ldconfig</CODE>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
194 <DD> </DD> |
2137 | 195 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
196 <DT>Q: Hmm, strange. When loading the mga_vid.o kernel module, I found this in |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
197 the logs:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
198 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE></DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
199 <DD>A: The latest kernel modutils require a flag indicating the license |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
200 (mainly to avoid kernel hackers debugging closed source drivers). |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
201 Upgrade your kernel, modutils and <B>MPlayer</B>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
202 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
203 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
204 <DT>Q: When compiling <B>MEncoder</B>, it segfaults at linking!</DT> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
205 <DD>A: This is a linker problem. Upgrading binutils should help (2.11.92.* |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
206 or newer should be good). Since it is not our fault, please do <B>not</B> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
207 report!</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
208 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
209 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
210 <DT>Q: MPlayer dies with segmentation fault upon pthread check!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
211 <DD>A: chmod 644 /usr/lib/libc.so</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
212 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
213 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
214 <DT>Q: I'd like to compile <B>MPlayer</B> on Minix!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
215 <DD>A: Me too. :)</DD> |
2137 | 216 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
217 </DL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
218 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
219 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
220 <P><B><A NAME="general">5.2 General questions</A></B></P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
221 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
222 <DL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
223 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
224 <DT>Q: There is a timer in the upper left corner. How can I get rid of it?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
225 <DD>A: Press <CODE>o</CODE> and try the <CODE>-osdlevel</CODE> option.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
226 <DD> </DD> |
1612 | 227 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
228 <DT>Q: The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
229 x11 driver (<CODE>-vo x11</CODE>) ...</DT> |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
230 <DD>A: It does, but you have to explicitly specify software scaling (very |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
231 slow) with the <CODE>-zoom</CODE> option. You better use XF86VidMode |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
232 support: You must specify the <CODE>-vm</CODE> and the <CODE>-fs</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
233 switch, and you're done. Make sure you have the right modelines in your |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
234 XF86Config file, and try to make the <A HREF="video.html#dga">DGA driver</A> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
235 and <A HREF="video.html#sdl">SDL's DGA driver</A> work for you. |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
236 It's much faster. If SDL's DGA works, use that, it'll be even faster.</DD> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
237 <DD> </DD> |
1612 | 238 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
239 <DT>Q: What is the meaning of the numbers on the status line?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
240 <DD>A: Example: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
241 <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
242 <UL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
243 <LI>A: audio position in seconds</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
244 <LI>V: video position in seconds</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
245 <LI>A-V: audio-video difference in seconds (delay)</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
246 <LI>ct: total A-V sync correction done</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
247 <LI>frames played (counting from last seek)</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
248 <LI>frames decoded (counting from last seek)</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
249 <LI>video codec cpu usage in percent (for slices and DR this includes |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
250 video_out)</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
251 <LI>video_out cpu usage</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
252 <LI>audio codec cpu usage in percent</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
253 <LI>frames needed to drop to maintain A-V sync</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
254 <LI>current level of image postprocessing (when using <CODE>-autoq</CODE>)</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
255 <LI>current cache size used (around 50% is normal)</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
256 </UL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
257 Most of them are for debug purposes and will be removed at some point.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
258 <DD> </DD> |
1682 | 259 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
260 <DT>Q: What if I don't want them to appear?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
261 <DD>A: Use the <CODE>-quiet</CODE> option and read the man page.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
262 <DD> </DD> |
1682 | 263 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
264 <DT>Q: Why is video_out cpu usage zero (0%) for some files?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
265 <DD>A1: It's not zero, but it's called from the codec and thus cannot be |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
266 measured separately. You should try to play the file using |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
267 <CODE>-vo null</CODE> and then <CODE>-vo ...</CODE> and check the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
268 difference to see the video_out speed.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
269 <DD>A2: You are using Direct Rendering, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
270 where the codec renders to the video memory itself. In this case, the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
271 decoding percentage contains the display percentage, too.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
272 <DD> </DD> |
1612 | 273 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
274 <DT>Q: There are error messages about file not found |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
275 <CODE>/usr/lib/win32/</CODE> ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
276 <DD>A: Download the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
277 <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.90.tar.bz2">Win32 codecs</A> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
278 from <B>our</B> FTP site (avifile's codec package has a different DLL set) |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
279 and install it.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
280 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
281 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
282 <DT>Q: Are there any mailing lists on MPlayer?</DT> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
283 <DD>A: Yes. See the bottom of the info page on |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
284 <A HREF="http://www.mplayerhq.hu/homepage/info.html">our homepage</A> to |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
285 subscribe.</DD> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
286 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
287 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
288 <DT>Q: I've found a nasty bug when I tried to play my favorite video! |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
289 Who should I inform?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
290 <DD>A: Please read the <A HREF="bugreports.html">bug reporting guidelines</A> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
291 and follow the instructions.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
292 <DD> </DD> |
1682 | 293 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
294 <DT>Q: I have problems playing files with the ... codec. Can I use them?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
295 <DD>A: Check the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
296 <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</A>, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
297 if it doesn't contain your codec, read the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
298 <A HREF="codecs.html">codec documentation</A>, especially the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
299 <A HREF="codecs.html#importing">codec importing HOWTO</A> and contact us.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
300 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
301 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
302 <DT>Q: Umm, what is "IdegCounter"?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
303 <DD>A: A combination of a Hungarian and an English word. "Ideg" in Hungarian |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
304 means the same as "nerve" in English, and is pronounced as something like |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
305 "ydaegh". It was first used to measure the nervousness of A'rpi, after some |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
306 (umm) "mysterious" disappearance of CVS code ;)</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
307 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
308 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
309 <DT>Q: And what is "Faszom(C)ounter"?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
310 <DD>A: "Fasz" is a Hungarian word you don't want to know, the others are |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
311 connected to the perverted minds of the MPlayer developers.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
312 <DD> </DD> |
1682 | 313 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
314 <DT>Q: LIRC doesn't work, because ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
315 <DD>A: Are you sure you are using <CODE>mplayer</CODE> instead of |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
316 <CODE>mplayer_lirc</CODE>? Note that it was <CODE>mplayer_lirc</CODE> for a |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
317 long time, including the 0.60 release, but it was recently changed back to |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
318 <CODE>mplayer</CODE>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
319 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
320 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
321 <DT>Q: Subtitles are very nice, the most beautiful I've ever seen, but they |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
322 slow down playing! I know it's unlikely ...</DT> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
323 <DD>A: After running <CODE>./configure</CODE>, edit <CODE>config.h</CODE> and |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
324 replace <CODE>#undef FAST_OSD</CODE> with <CODE>#define FAST_OSD</CODE>. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
325 Then recompile.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
326 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
327 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
328 <DT>Q: The onscreen display (OSD) is flickering!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
329 <DD>A: You use a vo driver with single buffering (x11,xv). With xv, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
330 use the <CODE>-double</CODE> option. Also try <CODE>-vop expand</CODE></DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
331 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
332 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
333 <DT>Q: What exactly is this libavcodec thing?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
334 <DD>A: See the <A HREF="codecs.html#libavcodec">libavcodec section</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
335 <DD> </DD> |
1682 | 336 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
337 <DT>Q: But configure tells me "Checking for libavcodec ... no"!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
338 <DD>A: You need to get libavcodec from FFmpeg's CVS. Read the instructions in |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
339 the <A HREF="codecs.html#libavcodec">libavcodec section</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
340 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
341 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
342 <DT>Q: Icewm's taskbar keeps covering the movie in fullscreen mode!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
343 <DD>A: This shouldn't happen anymore, if it still does use the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
344 <CODE>-icelayer</CODE> option and report it to the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
345 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
346 mailing list.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
347 <DD> </DD> |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
348 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
349 <DT>Q: I can't access the GUI menu. I press right click, but I can't access |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
350 any menu items!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
351 <DD>A: Are you using FVWM? Try the following:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
352 Start -> Settings -> Configuration -> Base Configuration<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
353 Set "Use Applications position hints" to "Yes".</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
354 <DD> </DD> |
2772 | 355 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
356 <DT>Q: How can I run MPlayer in the background?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
357 <DD>A: Use: <CODE>mplayer <options> <filename> < /dev/null &</CODE></DD> |
6639 | 358 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
359 </DL> |
3053 | 360 |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
361 |
6999 | 362 <P><B><A NAME="playback">5.3 Playback problems</A></B></P> |
1612 | 363 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
364 <DL> |
6782
be9ab9dcd653
Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
diego
parents:
6777
diff
changeset
|
365 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
366 <DT>Q: I can play certain AVIs but I get no sound and this kind of error: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
367 <PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
368 Detected audio codec: [divx] afm:4 (DivX audio (WMA)) |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
369 Requested audio codec family [divx] (afm=4) not available (enable it at |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
370 compile time!) |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
371 </PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
372 </DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
373 <DD>A: Probably the audio uses a codec not natively supported by |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
374 <B>MPlayer</B>. Install the Win32 codec package as described in the README |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
375 or <A HREF="documentation.html#installation">here</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
376 <DD> </DD> |
1612 | 377 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
378 <DT>Q: ... works with avifile/aviplay but doesn't with MPlayer.</DT> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
379 <DD>A: <B>MPlayer</B> is not avifile. |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
380 The only common thing between these players is the Win32 DLL loader. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
381 The codecs (DLL) set, synchronization, demultiplexing etc is totally |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
382 different and shouldn't be compared. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
383 If something works with aviplay it doesn't mean that <B>MPlayer</B> will |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
384 work and vice versa.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
385 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
386 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
387 <DT>Q: Audio goes out of sync playing an AVI file.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
388 <DD>A: Try the <CODE>-bps</CODE> or <CODE>-nobps</CODE> option. If it does not |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
389 improve, read <A HREF="bugreports.html">this</A> and upload the file to FTP.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
390 <DD> </DD> |
1612 | 391 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
392 <DT>Q: MPlayer exits with some error when using l3codeca.acm.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
393 <DD>A: Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
394 <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
395 where "?" is any number then it's OK, the error is not here. If it is:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
396 <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
397 then there is a problem with your kernel/libc. Maybe you are using some |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
398 security patches (for example Solar Designer's OpenWall patch) which |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
399 forces loading libraries to very low addresses. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
400 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
401 0x00400000, we can't change this. You should use a non-patched kernel, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
402 or use <B>MPlayer</B>'s <CODE>-afm 1</CODE> option to disable using |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
403 l3codeca.acm.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
404 <DD> </DD> |
1612 | 405 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
406 <DT>Q: My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
407 mp3 sound too slow. When I use -nosound switch, everything is OK (but |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
408 quiet).</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
409 <DD>A: Your machine is too slow or your soundcard driver is broken. Consult |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
410 the documentation to see if you can improve performance.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
411 <DD> </DD> |
1682 | 412 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
413 <DT>Q: MPlayer dies with "MPlayer interrupted by signal 4 in module: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
414 decode_video".</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
415 <DD>A: Try running <B>MPlayer</B> on the machine you compiled on. Or recompile |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
416 with runtime CPU detection |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
417 (<CODE>./configure --enable-runtime-cpudetection</CODE>). Don't |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
418 use <B>MPlayer</B> on a CPU different from the one it was compiled on, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
419 without using the feature mentioned just now.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
420 <DD> </DD> |
1682 | 421 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
422 <DT>Q: I have problems with [your window manager] and fullscreen |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
423 xv/xmga/sdl/x11 modes ...</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
424 <DD>A: Read the <A HREF="bugreports.html">bug reporting guidelines</A> and |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
425 send us a proper bug report.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
426 <DD> </DD> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
427 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
428 <DT>Q: I got this playing MPEG files: Can't find codec for video format |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
429 0x10000001!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
430 <DD>A: You have an old version of codecs.conf at <CODE>~/.mplayer/</CODE>. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
431 Upgrade it from <CODE>/etc/</CODE>.<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
432 <B>OR</B> you have the <CODE>vc=</CODE> option or something similar in your |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
433 config file(s).</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
434 <DD> </DD> |
1612 | 435 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
436 <DT>Q: When starting MPlayer under KDE I just get a black screen and nothing |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
437 happens. After about one minute the video starts playing.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
438 <DD>A: The KDE arts sound daemon is blocking the sound device. Either wait |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
439 until the video starts or disable the arts-daemon in kontrol center. If you |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
440 want to use arts sound, specify audio output via our native arts audio |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
441 driver (<CODE>-ao arts</CODE>). If it fails or isn't compiled in, try SDL |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
442 (<CODE>-ao sdl</CODE>) and make sure your SDL can handle arts sound. Yet |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
443 another option is to start <B>MPlayer</B> with artsdsp.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
444 <DD> </DD> |
1682 | 445 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
446 <DT>Q: I have an AVI that produces a gray screen when played with |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
447 <CODE>-vc odivx</CODE> and a green one with <CODE>-vc divx4</CODE>.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
448 <DD>A: It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
449 <DD> </DD> |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
450 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
451 <DT>Q: When I play this movie I get video-audio desync and/or MPlayer crashes |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
452 with the following message:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
453 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
454 <DD>A: This can have multiple reasons. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
455 <UL> |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
456 <LI>Your CPU <B>and/or</B> video card <B>and/or</B> bus is too slow. |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
457 <B>MPlayer</B> displays a message if this is the case (and the dropped |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
458 frames counter goes up fast).</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
459 <LI>If it is an AVI, maybe it has bad interleaving. Try the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
460 <CODE>-ni</CODE> option.</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
461 <LI>Your sound driver is buggy, or you use ALSA 0.5 with <CODE>-ao oss</CODE>. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
462 See the <A HREF="sound.html">sound card section</A>.</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
463 <LI>The AVI has a bad header, try the <CODE>-nobps</CODE> option, and/or |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
464 <CODE>-mc 0</CODE>.</LI> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
465 </UL></DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
466 <DD> </DD> |
6777
a0414ad68a4e
Added 2 entries: no sound without win32 and no sound with sound daemon.
diego
parents:
6672
diff
changeset
|
467 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
468 <DT>Q: I have an MJPEG file which works with other players but displays only a |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
469 black image in MPlayer.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
470 <DD>A: Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
471 <CODE>-vc ffmjpeg</CODE> option (compile MPlayer with libavcodec for this |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
472 to work).</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
473 <DD> </DD> |
1682 | 474 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
475 <DT>Q: When I try to grab from my tuner, it works, but colors are strange. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
476 It's OK with other applications.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
477 <DD>A: Your card probably misreports its colorspace capacity. Try with YUY2 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
478 instead of default YV12 (see the <A HREF="documentation.html#tv">TV input |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
479 documentation</A>).</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
480 <DD> </DD> |
1612 | 481 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
482 <DT>Q: When I start playing, I get this message but everything seems fine:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
483 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE></DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
484 <DD>A: You need root privileges or a |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
485 specially set up kernel to use the new timing code. For details see the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
486 <A HREF="documentation.html#rtc">RTC section</A> of the documentation.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
487 <DD> </DD> |
1612 | 488 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
489 <DT>Q: I have A/V sync problems. Some of my AVIs play fine, but some play with |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
490 double speed!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
491 <DD>A: You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
492 and you try to play a file which has 22050Hz audio. Try the resample audio |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
493 plugin.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
494 <DD> </DD> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
495 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
496 <DT>Q: All the WMV (or other..) files I play create a green/gray window and |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
497 there is only sound! MPlayer prints:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
498 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE></DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
499 <DD>A: Update your <CODE>codecs.conf</CODE>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
500 <DD> </DD> |
1682 | 501 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
502 <DT>Q: I get very strange percentage values (way too big) while playing files |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
503 on my notebook.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
504 <DD>A: It's an effect of the power management / power saving system of your |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
505 notebook (BIOS, not kernel). Plug the external power connector in |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
506 <B>before</B> you power on your notebook.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
507 <DD> </DD> |
1682 | 508 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
509 <DT>Q: The audio/video gets totally out of sync when I run MPlayer as root on |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
510 my notebook. It works normal when i run it as a user.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
511 <DD>A: This is again a power management effect (see above). Plug the external |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
512 power connector in <B>before</B> you power on your notebook or use the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
513 <CODE>-nortc</CODE> switch.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
514 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
515 </DL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
516 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
517 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
518 <P><B><A NAME="driver">5.4 Video/audio driver problems (vo/ao)</A></B></P> |
1682 | 519 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
520 <DL> |
1892 | 521 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
522 <DT>Q: I have no sound when playing a video and get error messages similar to |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
523 this one: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
524 <PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
525 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
526 audio_setup: Can't open audio device /dev/dsp: Device or resource busy |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
527 couldn't open/init audio device -> NOSOUND |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
528 Audio: no sound!!! |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
529 Start playing... |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
530 </PRE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
531 </DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
532 <DD>A: Are you running KDE or GNOME with the arts or esd sound daemon? Try |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
533 disabling the sound daemon, or use the <CODE>-ao arts</CODE> switch to make |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
534 <B>MPlayer</B> use arts.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
535 <DD> </DD> |
2606 | 536 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
537 <DT>Q: What about the DGA driver? I can't find it!</DT> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
538 <DD>A: <CODE>./configure</CODE> autodetects your DGA driver. If |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
539 <CODE>-vo help</CODE> doesn't show DGA, then there's a problem with your X |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
540 installation. Try <CODE>./configure --enable-dga</CODE> and read the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
541 <A HREF="video.html#dga">documentation</A>. Alternatively, try SDL's DGA |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
542 driver with the <CODE>-vo sdl:dga</CODE> option.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
543 <DD> </DD> |
3053 | 544 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
545 <DT>Q: OK, <CODE>-vo help</CODE> shows DGA driver, but it complains about |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
546 permissions. Help me!</DT> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
547 <DD>A: It works only if running as root! It's a DGA limitation. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
548 You should become root (<CODE>su -</CODE>), and try again. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
549 Another solution is making <B>MPlayer</B> SUID root, but it's |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
550 <B>not recommended!</B><BR> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
551 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
552 <CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
553 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
554 <BLOCKQUOTE> |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
555 <B>Warning: security risk</B><BR> |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
556 This is a <B>big</B> security risk! <B>Never</B> do this on a server or |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
557 on a computer that you do not control completely because other users can |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
558 gain root privileges through SUID root <B>MPlayer</B>. <B>You have been |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
559 warned.</B> |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
560 </BLOCKQUOTE> |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6999
diff
changeset
|
561 </DD> |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
562 <DD> </DD> |
3053 | 563 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
564 <DT>Q: When using Xvideo, my Voodoo 3/Banshee says:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
565 <CODE>X Error of failed request: BadAccess (attempt to access private |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
566 resource denied)<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
567 Major opcode of failed request: 147 (MIT-SHM)<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
568 Minor opcode of failed request: 1 (X_ShmAttach)<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
569 Serial number of failed request: 26<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
570 Current serial number in output stream:27</CODE></DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
571 <DD>A: The "tdfx" driver in XFree86 4.0.2/4.0.3 had this bug. This was solved |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
572 by <A HREF="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621 of the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
573 XFree86 4.1.0 CVS log</A>. So upgrade to XFree86 4.1.0 or later. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
574 Alternatively, either download (at least) DRI version 0.6 from the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
575 <A HREF="http://dri.sourceforge.net">DRI homepage</A>, or use CVS DRI.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
576 <DD> </DD> |
1612 | 577 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
578 <DT>Q: OpenGL (<CODE>-vo gl</CODE>) output doesn't work (hang/black window/X11 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
579 errors/...).</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
580 <DD>A: Your OpenGL driver doesn't support dynamic texture changes |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
581 (glTexSubImage). It's known not to work with nVidia's binary mess. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
582 It's known to work with Utah-GLX/DRI and Matrox G400 cards. Also with |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
583 DRI and Radeon cards. It won't work with DRI and other cards. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
584 it will not work with 3DFX cards because of the 256x256 texture size limit.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
585 <DD> </DD> |
1612 | 586 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
587 <DT>Q: I have an nVidia TNT/TNT2 card, and I have a band with strange colors, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
588 right under the movie! Whose fault is this?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
589 <DD>A: This is a bug of nVidia's binary X driver. These bugs appear ONLY with |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
590 the TNT/TNT2 cards, and we can't do anything about it. To fix the problem, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
591 upgrade to the latest nVidia binary driver version. If still bad, complain |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
592 to nVidia!</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
593 <DD> </DD> |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
594 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
595 <DT>Q: I have an nVidia XYZ card, and when I click on the GUI's display window |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
596 to toggle displaying the GUI panel, a black square appears where I clicked. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
597 I have the newest driver.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
598 <DD>A: Yes, nVidia corrected a previous bug (above), and introduced a new one. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
599 Let's congratulate them. UPDATE: According to |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
600 <A HREF="users_against_developers.html#nvidia">nVidia</A>, this has already |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
601 been fixed.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
602 <DD> </DD> |
1612 | 603 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
604 <DT>Q: When I use the GUI with SDL video output, a second video window is |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
605 created.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
606 <DD>A: Known, don't use SDL for the GUI yet.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
607 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
608 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
609 <DT>Q: Oh the world is cruel ...! SDL has only <CODE>x11</CODE> target, but |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
610 not <CODE>xv</CODE>!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
611 <DD>A: Try that <CODE>x11</CODE> target again. Now try |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
612 <CODE>-vo x11 -fs -zoom</CODE>. See the difference? No?! OK, here comes the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
613 enlightenment: SDL's <CODE>x11</CODE> target uses xv when available, you |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
614 don't have to worry about it ... Note: you can force/disable Xv via SDL |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
615 using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
616 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
617 </DL> |
1612 | 618 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
619 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
620 <P><B><A NAME="dvd">5.5 DVD playback</A></B></P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
621 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
622 <DL> |
1612 | 623 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
624 <DT>Q: While playing a DVD, I encountered this error:<BR> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
625 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
626 nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE></DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
627 <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit</B>, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
628 which is present in MPlayer source, and used by default.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
629 <DD> </DD> |
1612 | 630 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
631 <DT>Q: Can I compile libdvdread and libdvdcss on my sweet SPARC under |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
632 Solaris?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
633 <DD>A: Who knows ... It's said to work, so please test it and send feedback. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
634 Refer to the documentation of libdvdread and its homepage as well. We're not |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
635 the authors of libdvdread. Use <B>libmpdvdkit</B>, which is present in |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
636 <B>MPlayer</B> source, and used by default.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
637 <DD> </DD> |
2065 | 638 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
639 <DT>Q: What about subtitles? Can MPlayer display them?</DT> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6980
diff
changeset
|
640 <DD>A: Yes. See the <A HREF="cd-dvd.html#dvd">DVD chapter</A> of the |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
641 documentation.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
642 <DD> </DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
643 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
644 <DT>Q: How can I set the region code of my DVD-drive? I don't have |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
645 Windows!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
646 <DD>A: Use the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
647 <A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
648 <DD> </DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
649 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
650 <DT>Q: Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
651 a DVD?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
652 <DD>A: No, only for old-style DVD support. However you must have |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
653 the proper rights on the DVD device entry (in <CODE>/dev/</CODE>).</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
654 <DD> </DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
655 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
656 <DT>Q: Where can I get libdvdread and libdvdcss packages?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
657 <DD>A: You don't need to. Use <B>libmpdvdkit</B>, which is present in |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
658 <B>MPlayer</B> source, and used by default. Anyway, the packages mentioned |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
659 can be get from the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
660 <A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle site</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
661 <DD> </DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
662 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
663 <DT>Q: Is it possible to play/encode only selected chapters?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
664 <DD>A: Yes, try the <CODE>-chapter</CODE> option.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
665 <DD> </DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
666 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
667 <DT>Q: My DVD playback is sluggish!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
668 <DD>A: Use the <CODE>-cache</CODE> option (described in the man page) |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
669 and try enabling DMA for the DVD drive with the hdparm tool (described in |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
670 the <A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).</DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
671 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
672 </DL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
673 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
674 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
675 <P><B><A NAME="features">5.6 Feature requests</A></B></P> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
676 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
677 <DL> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
678 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
679 <DT>Q: If <B>MPlayer</B> is paused and I try to seek or press any key at all, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
680 <B>MPlayer</B> ceases to be paused. I would like to be able to seek in the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
681 paused movie.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
682 <DD>A: This is very tricky to implement without losing A/V synchronization. |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
683 All attempts have failed so far, but patches are welcome.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
684 <DD> </DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
685 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
686 <DT>Q: I'd like to seek +/- 1 frames instead of 10 seconds.</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
687 <DD>A: This won't be done. It was, but then it messed up A/V sync. Feel free |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
688 to implement it, and send a patch. Don't ask for it.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
689 <DD> </DD> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
690 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
691 <DT>Q: Where is the Windows version?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
692 <DD>A: It's not released, and won't be. Look around the Windows scene (open |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
693 source ASF parsers, open source ASF encoders, etc) and you'll know why. We |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
694 don't want to go to jail. BTW you can compile it yourself, under |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
695 <A HREF="documentation.html#cygwin">Cygwin</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
696 <DD> </DD> |
1612 | 697 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
698 </DL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
699 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
700 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
701 <P><B><A NAME="encoding">5.7 Encoding</A></B></P> |
6782
be9ab9dcd653
Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
diego
parents:
6777
diff
changeset
|
702 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
703 <DL> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
704 |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
705 <DT>Q: How can I encode?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
706 <DD>A: Read the <B>MEncoder</B> <A HREF="encoding.html">documentation</A>.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
707 <DD> </DD> |
2859 | 708 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
709 <DT>Q: How can I create VCDs?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
710 <DD>A: Try the <CODE>mencvcd</CODE> script from the <CODE>TOOLS</CODE> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
711 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
712 format and even burn them directly to CD.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
713 <DD> </DD> |
3192 | 714 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
715 <DT>Q: My tuner works, I can hear the sound and watch the video with MPlayer, |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
716 but MEncoder doesn't encode audio!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
717 <DD>A: TV audio encoding for Linux is currently unimplemented, we're working |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
718 on it. At the moment it works only on BSD.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
719 <DD> </DD> |
6782
be9ab9dcd653
Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
diego
parents:
6777
diff
changeset
|
720 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
721 <DT>Q: I can't encode DVD subtitles into the AVI!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
722 <DD>A: You have to specify the <CODE>-sid</CODE> option correctly!</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
723 <DD> </DD> |
3966 | 724 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
725 <DT>Q: MEncoder segfaults on startup!</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
726 <DD>A: Upgrade DivX4Linux.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
727 <DD> </DD> |
3966 | 728 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
729 <DT>Q: How can I encode only selected chapters from a DVD?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
730 <DD>A: Use the <CODE>-chapter</CODE> option correctly, like: |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
731 <CODE>-chapter 5-7</CODE></DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
732 <DD> </DD> |
4398 | 733 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
734 <DT>Q: I'm trying to work with 2GB+ files on a VFAT file system. Does it work?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
735 <DD>A: No, VFAT doesn't support 2GB+ files.</DD> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
736 <DD> </DD> |
4116 | 737 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
738 <DT>Q: Why is the recommended bitrate printed by MEncoder negative?</DT> |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
739 <DD>A: Because the bitrate you encoded the audio with is too large to fit the |
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
740 movie on any CD. Check if you have libmp3lame installed properly.</DD> |
6385
65ceb2d07a71
Q/A about mencoder printing negative recommended bitrate
gabucino
parents:
6352
diff
changeset
|
741 |
6980
7e23c06a58b9
HTML restructured. Now using definition lists instead of tables.
diego
parents:
6970
diff
changeset
|
742 </DL> |
1612 | 743 |
744 </BODY> | |
745 </HTML> |