annotate DOCS/xml/en/faq.xml @ 11483:462b97f8746f

move section out of <link> tags
author wight
date Sun, 16 Nov 2003 19:55:53 +0000
parents 0180e49c3b71
children e8def84e924a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
10913
49b1a67e7381 Add revision keyword to english xml files, to ease translation synchronization
lumag
parents: 10631
diff changeset
2 <!-- $Revision$ -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <chapter id="faq" xreflabel="FAQ">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <title>Frequently Asked Questions</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
6 <qandaset defaultlabel="qanda">
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
7
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
8 <qandadiv id="faq-development">
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
9 <title>Development</title>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
10
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
11 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
12 <question><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
13 How do I create a proper patch for <application>MPlayer</application>?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
14 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
15 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
16 We made a <ulink url="../../tech/patches.txt">short document</ulink>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
17 describing all the necessary details. Please follow the instructions.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
18 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
19 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
20
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
21 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
22 <question><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
23 How can I support <application>MPlayer</application> development?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
24 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
25 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
26 We are more than happy to accept your hardware and software
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
27 <ulink url="http://www.mplayerhq.hu/homepage/donations.html">donations</ulink>.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
28 They help us in continuously improving MPlayer.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
29 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
30 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
31
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
32 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
33 <question><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
34 How can I become an <application>MPlayer</application> developer?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
35 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
36 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
37 We always welcome coders and documenters. Read the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
38 <ulink url="../../tech/">technical documentation</ulink>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
39 to get a first grasp. Then you should subscribe to the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
40 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</ulink>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
41 mailing list and start coding.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
42 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
43 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
44
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
45 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
46 <question><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
47 Why don't you use autoconf/automake?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
48 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
49 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
50 We have a modular, handwritten build system. It does a reasonably good
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
51 job, so why change? Besides, we dislike the auto* tools, just like
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
52 <ulink url="http://freshmeat.net/articles/view/889/">other people</ulink>.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
53 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
54 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
55 </qandadiv>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 <qandadiv id="faq-compilation">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 <title>Compilation</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
61 Are there binary (RPM/deb) packages of <application>MPlayer</application>?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
62 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
63 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
64 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
65 section for details.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
66 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
67 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
68
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
69 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
70 <question><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71 Compilation stops with an error message similar to this one:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 <screen>
11031
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
73 cfft.c: In function`passf2':
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
74 cfft.c:556: unable to find a register to spill in class `FLOAT_REGS'
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
75 cfft.c:556: this is the insn:
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
76 (insn 235 233 246 (set (subreg:SF (reg/v:DI 29 rmm0 [110]) 0)
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
77 (minus:SF (mem:SF (plus:SI (mult:SI (reg:SI 1 edx [112])
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
78 (const_int 8 [0x8]))
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
79 (reg/v/f:SI 3 ebx [62])) [4 S4 A32])
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
80 (reg:SF 8 st(0) [132]))) 533 {*fop_sf_1_nosse} (insn_list
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
81 232 (nil)) (expr_list:REG_DEAD (reg:SF 8 st(0) [132])
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
82 (nil)))
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
83 cfft.c:556: confused by earlier errors, bailing out
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
84 </screen>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
85 </para></question>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
86 <answer><para>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
87 This is a known problem of <application>gcc</application> 3.2, upgrade
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
88 to 3.3 to solve the problem. How to install gcc is described in the
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
89 <link linkend="gcc-296">gcc 2.96</link> section. Alternatively you can use
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
90 an external FAAD library as described in the
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
91 <link linkend="aac">AAC</link> section.
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
92 </para></answer>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
93 </qandaentry>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
94
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
95 <qandaentry>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
96 <question><para>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
97 Compilation stops with an error message similar to this one:
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
98 <screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 In file included from mplayer.c:34:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
100 mw.h: In function `mplMainDraw':
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101 mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102 Please submit a full bug report,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 with preprocessed source if appropriate.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 This is a known problem of <application>gcc</application> 3.0.4, upgrade
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 to 3.1 to solve the problem. How to install gcc is described in the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109 <link linkend="gcc-296">gcc 2.96</link> section.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
115 Configure ends with this text, and MPlayer won't compile!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
116 <screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119 Your gcc isn't installed correctly, check the <filename>config.log</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
120 file for details.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 What's the problem with gcc 2.96?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 <emphasis role="bold">We strongly discourage the use of gcc 2.96!</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 Read <link linkend="gcc-296">this</link> document for details about why Red Hat
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 released gcc 2.96 and what the problems are all about. If you still really really
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 want to use it, be sure to get the latest release and give the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 <option>--disable-gcc-checking</option> option to configure. Remember that you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 are on your own from this point. Do <emphasis role="bold">not</emphasis> report
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 bugs, do <emphasis role="bold">not</emphasis> ask for help on the mailing lists.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 We will <emphasis role="bold">not</emphasis> provide any support in case you run
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 into problems.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
139 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
142 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 Great, I have gcc 3.0.1 from Red Hat/Mandrake, then I'm fine!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 No, since there have been/are issues with these compilers as well.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 To check the status of current compilers' MPlayer support, see the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 <link linkend="install">Installation</link> section.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 I tried to compile MPlayer, but I got this output:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 from /usr/include/g++-v3/bits/fpos.h:40,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
158 from /usr/include/g++-v3/bits/char_traits.h:40,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159 from /usr/include/g++-v3/bits/std_string.h:41,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 from /usr/include/g++-v3/string:31,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 from libwin32.h:36,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 from DS_AudioDecoder.h:4,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163 from DS_AudioDec.cpp:5:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
164 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 wchar_t**, int)':
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167 `const
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
171 Upgrade your glibc to the latest release. On Mandrake, use 2.2.4-8mdk.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
172 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
173 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
174
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
175 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 .. gcc 2.96 ... (Yes, some people are STILL flaming about gcc 2.96!)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
179 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 Quoted from a <ulink url="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-October/005351.html">mail</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 A'rpi sent to the <ulink url="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 list (the word 'ideg' is described below):
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
183 <blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185 And we have idegs. And our idegcounter overflowed again and again.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
186 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 Unfortunately MPlayer is out of our control. It's used by lamers, Linux
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 users who can't even use Windows, and never tried to compile a kernel. They
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 installed (with default options) Mandrake or Red Hat or SuSE, and without
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 RTFM'ing they send messages saying 'it doesn't work! help me! please! i'm
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
192 new to Linux! help! oh! help me!'. We can't stop them, but at least we try
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193 to force them to RTFM and to read the messages of ./configure and MPlayer.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
194 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
195 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
196 And you clever guys come and flame us with gcc 2.96 and binary packages.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
197 Instead of helping users or making patches to help solve problems.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
198 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
200 Half of our spare/free time is spent by answering silly mails here and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
201 making newer tricks and checks to configure to avoid such mails.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 And there is a balance. On the one side are you, clever guys, saying we
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
205 are very bad because we don't like buggy gcc 2.96, and on the other side
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
206 there are the 'new to Linux' guys who are showing us gcc 2.96 is buggy.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
207 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
208 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
209 Conclusion: We can't be good. Half the people will always say we are bad.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
210 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
211 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
212 Maybe we should close the project, make it closed source, commercial, and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213 provide install support for it. then we could leave current work, so development
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 could go faster, and we could earn lots of money with it and buy a big house,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
215 etc etc. Do you really want it? It seems.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
216 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
217 </blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
218 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
219 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
220
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
223 SDL output doesn't work or compile. The problem is ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
224 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226 It was tested to work with SDL 1.2.x and may run on SDL 1.1.7+. It does
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
227 <emphasis role="bold">not</emphasis> work with any previous version. So
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
228 if you choose to use such a version, you are on your own.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
229 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
230 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
231
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
232 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
233 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
234 I am still having trouble compiling with SDL support. gcc says something
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
235 about &quot;undefined reference to `SDL_EnableKeyRepeat'&quot;. What now?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
236 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
237 <answer><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
238 Where did you install the SDL library? If you installed in
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
239 <filename class="directory">/usr/local</filename> (the default) then edit the
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
240 top level <filename>config.mak</filename> and add &quot;-L/usr/local/lib&quot;
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
241 after &quot;X_LIBS=&quot;. Now type <command>make</command>. You're done!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
242 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
243 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
244
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
245 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
246 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
247 It doesn't compile, and it misses uint64_t inttypes.h and similar things ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
248 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
249 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
250 Copy <filename>etc/inttypes.h</filename> to the MPlayer directory
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
251 (<command>cp etc/inttypes.h .</command>) and try again ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
252 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
253 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
254
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
255 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
256 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
257 I have Linux running on a Pentium III but <filename>./configure</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
258 doesn't detect SSE ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
259 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
260 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
261 Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but be
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
262 prepared for problems).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
263 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
264 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
265
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
266 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
267 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
268 I have a Matrox G200/G400/G450/G550, how do I compile/use the mga_vid driver?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
269 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
270 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
271 Read the <link linkend="mga_vid">mga_vid</link> section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
272 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
273 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
274
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
275 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
276 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
277 Hmm, strange. When loading the <filename>mga_vid.o</filename> kernel
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
278 module, I found this in the logs:
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
279 <screen>Warning: loading mga_vid.o will taint the kernel: no license</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
280 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
281 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
282 The latest kernel modutils require a flag indicating the license
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
283 (mainly to avoid kernel hackers debugging closed source drivers).
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
284 Upgrade your kernel, modutils and <application>MPlayer</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
285 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
286 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
287
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
288 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
289 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
290 During 'make', MPlayer complains about X11 libraries. I don't understand,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
291 I DO have X installed!?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
292 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
293 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
294 ... but you don't have the X development package installed. Or not correctly.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
295 It's called <filename>XFree86-devel*</filename> under Red Hat, and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
296 <filename>xlibs-dev</filename> under Debian. Also check if the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
297 <filename class="directory">/usr/X11</filename> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
298 <filename class="directory">/usr/include/X11</filename> symlinks exist (this
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
299 can be a problem on Mandrake systems). They can be created with these commands:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
300 <screen>
11364
428974d67179 These directories are usually only writable by root, so insinuate being
diego
parents: 11272
diff changeset
301 # ln -sf /usr/X11R6 /usr/X11
428974d67179 These directories are usually only writable by root, so insinuate being
diego
parents: 11272
diff changeset
302 # ln -sf /usr/X11R6/include/X11 /usr/include/X11
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
303 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
304 Your distribution may differ from the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
305 <ulink url="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
306 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
307 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
308
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
309 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
310 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
311 I can't compile SVGAlib. I'm using kernel 2.3/2.4 ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
312 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
313 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
314 You have to edit SVGAlib's <filename>Makefile.cfg</filename> and comment
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
315 <systemitem>BACKGROUND = y</systemitem> out.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
316 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
317 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
318
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
319 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
320 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
321 I compiled MPlayer with libdvdcss/libdivxdecore support, but when I try to start it, it says:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
322 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
323 error while loading shared libraries: lib*.so.0: cannot load shared object file: No such file or directory
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
324 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
325 I checked up on the file and it IS there in <filename class="directory">/usr/local/lib</filename> ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
326 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
327 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
328 Add <filename class="directory">/usr/local/lib</filename> to <filename>/etc/ld.so.conf</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
329 and run <command>ldconfig</command>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
330 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
331 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
332
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
333 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
334 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
335 When compiling <application>MEncoder</application>, it segfaults at linking!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
336 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
337 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
338 This is a linker problem. Upgrading binutils should help (2.11.92.*
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
339 or newer should be good). Since it is not our fault, please do
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
340 <emphasis role="bold">not</emphasis> report!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
341 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
342 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
343
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
344 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
345 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
346 MPlayer dies with segmentation fault upon pthread check!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
347 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
348 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
349 <command>chmod 644 /usr/lib/libc.so</command>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
350 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
351 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
352
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
353 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
354 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
355 I'd like to compile <application>MPlayer</application> on Minix!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
356 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
357 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
358 Me too. :)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
359 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
360 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
361
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
362 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
363
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
364 <qandadiv id="faq-general">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
365 <title>General questions</title>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
366
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
367 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
368 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
369 Are there any mailing lists on <application>MPlayer</application>?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
370 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
371 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
372 Yes. See the <link linkend="mailinglists">mailing lists</link>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
373 section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
374 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
375 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
376
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
377 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
378 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
379 I've found a nasty bug when I tried to play my favorite video! Who should I inform?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
380 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
381 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
382 Please read the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
383 <link linkend="bugreports">bug reporting guidelines</link>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
384 and follow the instructions.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
385 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
386 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
387
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
388 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
389 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
390 I have problems playing files with the ... codec. Can I use them?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
391 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
392 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
393 Check the <ulink url="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</ulink>,
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
394 if it doesn't contain your codec, read the <link linkend="codecs">codec documentation</link>,
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
395 especially the <link linkend="win32-codecs">codec importing HOWTO</link> and contact us.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
396 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
397 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
398
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
399 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
400 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
401 When I start playing, I get this message but everything seems fine:
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
402 <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
403 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
404 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
405 You need root privileges or a specially set up kernel to use the new timing
11483
462b97f8746f move section out of <link> tags
wight
parents: 11400
diff changeset
406 code. For details see the <link linkend="rtc">RTC</link> section of the documentation.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
407 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
408 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
409
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
410 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
411 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
412 There is a timer in the upper left corner. How can I get rid of it?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
413 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
414 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
415 Press <keycap>o</keycap> and try the <option>-osdlevel</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
416 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
417 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
418
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
419 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
420 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
421 The <option>-xy</option> or <option>-fs</option> option doesn't work with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
422 the x11 driver (<option>-vo x11</option>) ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
423 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
424 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
425 It does, but you have to explicitly specify software scaling (very slow) with the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
426 <option>-zoom</option> option. You better use XF86VidMode support: You must
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
427 specify the <option>-vm</option> and the <option>-fs</option> option, and you're
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
428 done. Make sure you have the right modelines in your <filename>XF86Config</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
429 file, and try to make the <link linkend="dga">DGA driver</link> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
430 <link linkend="sdl">SDL's DGA driver</link> work for you. It's much
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
431 faster. If SDL's DGA works, use that, it'll be even faster.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
432 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
433 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
434
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
435 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
436 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
437 What is the meaning of the numbers on the status line?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
438 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
439 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
440 Example:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
441 <screen>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
442 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
443 <listitem><para>A: audio position in seconds</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
444 <listitem><para>V: video position in seconds</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
445 <listitem><para>A-V: audio-video difference in seconds (delay)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
446 <listitem><para>ct: total A-V sync correction done</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
447 <listitem><para>frames played (counting from last seek)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
448 <listitem><para>frames decoded (counting from last seek)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
449 <listitem><para>video codec cpu usage in percent (for slices and DR this includes
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
450 video_out)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
451 <listitem><para>video_out cpu usage</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
452 <listitem><para>audio codec cpu usage in percent</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
453 <listitem><para>frames needed to drop to maintain A-V sync</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
454 <listitem><para>current level of image postprocessing (when using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
455 <option>-autoq</option>)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
456 <listitem><para>current cache size used (around 50% is normal)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
457 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
458 Most of them are for debug purposes and will be removed at some point.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
459 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
460 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
461
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
462 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
463 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
464 What if I don't want them to appear?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
465 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
466 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
467 Use the <option>-quiet</option> option and read the man page.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
468 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
469 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
470
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
471 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
472 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
473 Why is video_out cpu usage zero (0%) for some files?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
474 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
475 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
476 It's not zero, but it's called from the codec and thus cannot be measured
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
477 separately. You should try to play the file using <option>-vo null</option> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
478 then <option>-vo ...</option> and check the difference to see the video_out speed.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
479 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
480 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
481 You are using Direct Rendering, where the codec renders to the video memory
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
482 itself. In this case, the decoding percentage contains the display percentage, too.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
483 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
484 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
485
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
486 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
487 <question><para>
10185
d927b21b57c1 /usr/local/lib/codecs is now the default codecs directory.
diego
parents: 10042
diff changeset
488 There are error messages about file not found <filename>/usr/local/lib/codecs/</filename> ...
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
489 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
490 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
491 Download the Win32 codecs from our
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
492 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
493 (avifile's codec package has a different DLL set) and install it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
494 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
495 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
496
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
497 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
498 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
499 Umm, what is &quot;IdegCounter&quot;?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
500 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
501 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
502 A combination of a Hungarian and an English word. &quot;Ideg&quot; in Hungarian
11400
0180e49c3b71 Missing & + quotes should be entities, pointed out by
diego
parents: 11364
diff changeset
503 means the same as &quot;nerve&quot; in English, and is pronounced as something like
0180e49c3b71 Missing & + quotes should be entities, pointed out by
diego
parents: 11364
diff changeset
504 &quot;ydaegh&quot;. It was first used to measure the nervousness of A'rpi, after
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
505 some (umm) &quot;mysterious&quot; disappearance of CVS code ;)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
506 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
507 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
508
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
509 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
510 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
511 And what is &quot;Faszom(C)ounter&quot;?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
512 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
513 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
514 &quot;Fasz&quot; is a Hungarian word you don't want to know, the others are
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
515 connected to the perverted minds of the MPlayer developers.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
516 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
517 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
518
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
519 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
520 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
521 LIRC doesn't work, because ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
522 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
523 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
524 Are you sure you are using <command>mplayer</command> instead of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
525 <command>mplayer_lirc</command>? Note that it was <command>mplayer_lirc</command>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
526 for a long time, including the 0.60 release, but it was recently changed back to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
527 <command>mplayer</command>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
528 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
529 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
530
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
531 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
532 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
533 Subtitles are very nice, the most beautiful I've ever seen, but they
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
534 slow down playing! I know it's unlikely ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
535 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
536 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
537 After running <filename>./configure</filename>, edit <filename>config.h</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
538 and replace <systemitem>#undef FAST_OSD</systemitem> with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
539 <systemitem>#define FAST_OSD</systemitem>. Then recompile.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
540 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
541 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
542
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
543 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
544 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
545 The onscreen display (OSD) is flickering!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
546 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
547 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
548 You use a vo driver with single buffering (x11,xv). With xv, use the
9677
142c42fa0986 sync with HTML
nicolas
parents: 9675
diff changeset
549 <option>-double</option> option. Also try <option>-vf expand</option>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
550 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
551 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
552
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
553 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
554 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
555 What exactly is this libavcodec thing?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
556 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
557 <answer><para>
11483
462b97f8746f move section out of <link> tags
wight
parents: 11400
diff changeset
558 See the <link linkend="ffmpeg">libavcodec</link> section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
559 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
560 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
561
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
562 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
563 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
564 But configure tells me &quot;Checking for libavcodec ... no&quot;!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
565 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
566 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
567 You need to get libavcodec from FFmpeg's CVS. Read the instructions in the
11483
462b97f8746f move section out of <link> tags
wight
parents: 11400
diff changeset
568 <link linkend="ffmpeg">libavcodec</link> section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
569 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
570 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
571
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
572 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
573 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
574 Icewm's taskbar keeps covering the movie in fullscreen mode!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
575 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
576 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
577 This shouldn't happen anymore, if it still does use the <option>-fstype</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
578 layer option and report it to the <ulink url="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
579 mailing list.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
580 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
581 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
582
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
583 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
584 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
585 I can't access the GUI menu. I press right click, but I can't
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
586 access any menu items!
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
587 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
588 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
589 Are you using FVWM? Try the following:
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
590 <orderedlist>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
591 <listitem><para>Start -> Settings -> Configuration -> Base Configuration</para></listitem>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
592 <listitem><para>Set &quot;Use Applications position hints&quot; to &quot;Yes&quot;</para></listitem>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
593 </orderedlist>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
594 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
595 </qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
596
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
597 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
598 <question><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
599 How can I run MPlayer in the background?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
600 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
601 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
602 Use:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
603 <screen>mplayer <replaceable>options</replaceable> <replaceable>filename</replaceable> &lt; /dev/null &amp;</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
604 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
605 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
606 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
607
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
608 <qandadiv id="faq-playback">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
609 <title>Playback problems</title>
10490
37915f569f6d just in case
diego
parents: 10461
diff changeset
610
37915f569f6d just in case
diego
parents: 10461
diff changeset
611 <qandaentry>
37915f569f6d just in case
diego
parents: 10461
diff changeset
612 <question><para>
37915f569f6d just in case
diego
parents: 10461
diff changeset
613 I cannot pinpoint the cause of some strange playback problem.
37915f569f6d just in case
diego
parents: 10461
diff changeset
614 </para></question>
37915f569f6d just in case
diego
parents: 10461
diff changeset
615 <answer><para>
37915f569f6d just in case
diego
parents: 10461
diff changeset
616 Do you have a stray <filename>codecs.conf</filename> file in
37915f569f6d just in case
diego
parents: 10461
diff changeset
617 <filename>~/.mplayer/</filename>, <filename>/etc/</filename>,
10505
cb83f897404c Better explanation, as suggested by Ivan Kalvachev.
diego
parents: 10490
diff changeset
618 <filename>/usr/local/etc/</filename> or a similar location? Remove it,
cb83f897404c Better explanation, as suggested by Ivan Kalvachev.
diego
parents: 10490
diff changeset
619 outdated <filename>codecs.conf</filename> files can cause obscure
cb83f897404c Better explanation, as suggested by Ivan Kalvachev.
diego
parents: 10490
diff changeset
620 problems. MPlayer will use its builtin one instead.
10490
37915f569f6d just in case
diego
parents: 10461
diff changeset
621 </para></answer>
37915f569f6d just in case
diego
parents: 10461
diff changeset
622 </qandaentry>
37915f569f6d just in case
diego
parents: 10461
diff changeset
623
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
624 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
625 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
626 ... works with <application>xine/avifile/...</application> but doesn't with
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
627 <application>MPlayer</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
628 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
629 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
630 <application>MPlayer</application> is not <application>xine/avifile/...</application>.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
631 Although these players have some code in common, the codecs (DLL) set,
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
632 synchronization, demultiplexing etc is different and should not be
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
633 compared. If you have a file <application>MPlayer</application> fails to
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
634 play correctly but works in another player, please read the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
635 <link linkend="bugreports">bug reporting guidelines</link> and upload
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
636 the file to our FTP server.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
637 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
638 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
639
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
640 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
641 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
642 Audio goes out of sync playing an AVI file.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
643 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
644 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
645 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
646 improve, read <link linkend="bugreports">this</link> and upload the file to FTP.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
647 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
648 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
649
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
650 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
651 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
652 <application>MPlayer</application> exits with some error when using <filename>l3codeca.acm</filename>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
653 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
654 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
655 Check <command>ldd /usr/local/bin/mplayer</command> output. If it contains
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
656 <screen>libc.so.6 => /lib/libc.so.6 (0x4???????)</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
657 where &quot;?&quot; is any number then it's OK, the error is not here. If it is:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
658 <screen>libc.so.6 => /lib/libc.so.6 (0x00??????)</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
659 then there is a problem with your kernel/libc. Maybe you are using some security
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
660 patches (for example Solar Designer's OpenWall patch) which forces loading
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
661 libraries to very low addresses. Because <filename>l3codeca.acm</filename> is a
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
662 non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
663 change this. You should use a non-patched kernel, or use MPlayer's
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
664 <option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
665 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
666 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
667
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
668 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
669 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
670 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo mp3 sound
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
671 too slow. When I use <option>-nosound</option> option, everything is OK (but quiet).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
672 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
673 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
674 Your machine is too slow or your soundcard driver is broken. Consult the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
675 documentation to see if you can improve performance.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
676 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
677 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
678
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
679 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
680 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
681 <application>MPlayer</application> dies with &quot;MPlayer interrupted by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
682 signal 4 in module: decode_video&quot;.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
683 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
684 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
685 Try running MPlayer on the machine you compiled on. Or recompile with runtime
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
686 CPU detection (<command>./configure --enable-runtime-cpudetection</command>).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
687 Don't use MPlayer on a CPU different from the one it was compiled on, without
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
688 using the feature mentioned just now.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
689 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
690 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
691
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
692 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
693 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
694 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
695 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
696 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
697 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
698 a proper bug report.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
699 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
700 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
701
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
702 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
703 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
704 I got this playing MPEG files: Can't find codec for video format 0x10000001!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
705 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
706 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
707 You have an old version of <filename>codecs.conf</filename> in
10403
23c9ebca2e24 Strings attached to codecs.conf explained.
diego
parents: 10373
diff changeset
708 <filename class="directory">~/.mplayer/</filename>,
23c9ebca2e24 Strings attached to codecs.conf explained.
diego
parents: 10373
diff changeset
709 <filename class="directory">/etc/</filename>,
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
710 <filename class="directory">/usr/local/etc/</filename> or similar. Remove it,
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
711 it's not needed anymore.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
712 <emphasis role="bold">OR</emphasis> you have the <option>vc=</option> option or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
713 something similar in your config file(s).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
714 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
715 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
716
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
717 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
718 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
719 When starting <application>MPlayer</application> under KDE I just get a black
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
720 screen and nothing happens. After about one minute the video starts playing.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
721 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
722 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
723 The KDE arts sound daemon is blocking the sound device. Either wait until the
11272
fbe233791571 typo fix by <ismail.donmez@boun.edu.tr>
diego
parents: 11140
diff changeset
724 video starts or disable the arts-daemon in control center. If you want to use
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
725 arts sound, specify audio output via our native arts audio driver
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
726 (<option>-ao arts</option>). If it fails or isn't compiled in, try SDL
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
727 (<option>-ao sdl</option>) and make sure your SDL can handle arts sound. Yet
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
728 another option is to start <application>MPlayer</application> with artsdsp.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
729 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
730 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
731
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
732 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
733 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
734 I have an AVI that produces a gray screen when played with <option>-vc odivx</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
735 and a green one with <option>-vc divx4</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
736 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
737 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
738 It's not a DivX file, but an MS MPEG4v3.
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
739 If you have an old version of <filename>codecs.conf</filename> in
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
740 <filename class="directory">~/.mplayer/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
741 <filename class="directory">/etc/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
742 <filename class="directory">/usr/local/etc/</filename> or similar, remove it.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
743 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
744 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
745
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
746 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
747 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
748 When I play this movie I get video-audio desync and/or <application>MPlayer</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
749 crashes with the following message:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
750 <screen>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
751 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
752 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
753 This can have multiple reasons.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
754 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
755 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
756 Your CPU <emphasis role="bold">and/or</emphasis> video card <emphasis role="bold">and/or</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
757 bus is too slow. MPlayer displays a message if this is the case (and the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
758 dropped frames counter goes up fast).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
759 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
760 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
761 If it is an AVI, maybe it has bad interleaving. Try the <option>-ni</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
762 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
763 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
764 Your sound driver is buggy, or you use ALSA 0.5 with <option>-ao oss</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
765 See the <link linkend="audio-dev">sound card section</link>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
766 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
767 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
768 The AVI has a bad header, try the <option>-nobps</option> option, and/or <option>-mc 0</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
769 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
770 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
771 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
772 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
773
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
774 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
775 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
776 I have an MJPEG file which works with other players but displays only a black image in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
777 <application>MPlayer</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
778 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
779 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
780 Use another codec to play the file, try <option>-vc ffmjpeg</option>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
781 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
782 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
783
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
784 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
785 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
786 When I try to grab from my tuner, it works, but colors are strange. It's OK with other
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
787 applications.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
788 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
789 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
790 Your card probably misreports its colorspace capacity. Try with YUY2 instead of
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
791 default YV12 (see the <link linkend="tv-input">TV</link> section).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
792 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
793 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
794
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
795 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
796 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
797 I have A/V sync problems. Some of my AVIs play fine, but some play with double speed!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
798 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
799 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
800 You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
801 try to play a file which has 22050Hz audio. Try the resample audio plugin.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
802 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
803 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
804
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
805 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
806 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
807 All the WMV (or other..) files I play create a green/gray window and there is
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
808 only sound! <application>MPlayer</application> prints:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
809 <screen>Detected video codec: [null] drv:0 (NULL codec (no decoding))</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
810 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
811 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
812 If you have an old version of <filename>codecs.conf</filename> in
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
813 <filename class="directory">~/.mplayer/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
814 <filename class="directory">/etc/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
815 <filename class="directory">/usr/local/etc/</filename> or similar, remove it.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
816 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
817 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
818
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
819 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
820 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
821 I get very strange percentage values (way too big) while playing files on my notebook.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
822 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
823 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
824 It's an effect of the power management / power saving system of your notebook
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
825 (BIOS, not kernel). Plug the external power connector in
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
826 <emphasis role="bold">before</emphasis> you power on your notebook. You can also
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
827 try whether <ulink url="http://www.brodo.de/cpufreq/">cpufreq</ulink>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
828 (a SpeedStep interface for Linux) helps you.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
829 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
830 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
831
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
832 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
833 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
834 The audio/video gets totally out of sync when I run <application>MPlayer</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
835 as root on my notebook. It works normal when i run it as a user.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
836 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
837 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
838 This is again a power management effect (see above). Plug the external power
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
839 connector in <emphasis role="bold">before</emphasis> you power on your notebook
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
840 or use the <option>-nortc</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
841 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
842 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
843
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
844 <qandaentry>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
845 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
846 While playing a movie it suddenly gets jerky and I get the following message:
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
847 <screen>Badly interleaved AVI file detected - switching to -ni mode...</screen>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
848 </para></question>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
849 <answer><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
850 Badly interleaved files and <option>-cache</option> don't work well together.
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
851 Try <option>-nocache</option>.
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
852 </para></answer>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
853 </qandaentry>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
854
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
855 <qandaentry>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
856 <question><para>
11140
4d6a0bfe770e punctuation fixes
attila
parents: 11134
diff changeset
857 How can i play MPEG Layer 2 (mp2) audio files?
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
858 </para></question>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
859 <answer><para>
11140
4d6a0bfe770e punctuation fixes
attila
parents: 11134
diff changeset
860 You have to use <option>-rawaudio on:format=0x50</option>.
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
861 </para></answer>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
862 </qandaentry>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
863 </qandadiv>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
864
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
865
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
866 <qandadiv id="faq-driver">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
867 <title>Video/audio driver problems (vo/ao)</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
868 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
869 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
870 I have no sound when playing a video and get error messages similar to this one:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
871 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
872 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
873 audio_setup: Can't open audio device /dev/dsp: Device or resource busy
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
874 couldn't open/init audio device -> NOSOUND
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
875 Audio: no sound!!!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
876 Start playing...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
877 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
878 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
879 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
880 Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try disabling
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
881 the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
882 option to make MPlayer use ARTS or ESD.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
883 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
884 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
885
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
886 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
887 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
888 What about the DGA driver? I can't find it!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
889 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
890 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
891 <filename>./configure</filename> autodetects your DGA driver. If <option>-vo help</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
892 doesn't show DGA, then there's a problem with your X installation. Try
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
893 <command>./configure --enable-dga</command> and read the
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
894 <link linkend="dga">DGA</link> section. Alternatively, try SDL's DGA driver
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
895 with the <option>-vo sdl:dga</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
896 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
897 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
898
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
899 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
900 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
901 OK, <option>-vo help</option> shows DGA driver, but it complains about permissions.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
902 Help me!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
903 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
904 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
905 It works only if running as root! It's a DGA limitation. You should become root
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
906 (<command>su -</command>), and try again. Another solution is making MPlayer SUID
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
907 root, but it's not recommended!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
908 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
909 chown root /usr/local/bin/mplayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
910 chmod 755 /usr/local/bin/mplayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
911 chmod +s /usr/local/bin/mplayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
912 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
913 <warning><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
914 This is a <emphasis role="bold">big</emphasis> security risk! <emphasis role="bold">Never</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
915 do this on a server or on a computer that you do not control completely because
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
916 other users can gain root privileges through SUID root MPlayer.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
917 <emphasis role="bold">You have been warned</emphasis>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
918 </para></warning>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
919 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
920 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
921
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
922 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
923 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
924 When using Xvideo, my Voodoo 3/Banshee says:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
925 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
926 X Error of failed request: BadAccess (attempt to access private resource denied)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
927 Major opcode of failed request: 147 (MIT-SHM)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
928 Minor opcode of failed request: 1 (X_ShmAttach)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
929 Serial number of failed request: 26
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
930 Current serial number in output stream:27
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
931 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
932 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
933 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
934 The &quot;tdfx&quot; driver in XFree86 4.0.2/4.0.3 had this bug. This was
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
935 solved by <ulink url="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
936 of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
937 Alternatively, either download (at least) DRI version 0.6 from the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
938 <ulink url="http://dri.sourceforge.net">DRI homepage</ulink>, or use CVS DRI.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
939 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
940 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
941
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
942 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
943 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
944 OpenGL (<option>-vo gl</option>) output doesn't work (hang/black window/X11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
945 errors/...).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
946 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
947 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
948 Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
949 It's known not to work with nVidia's binary mess. It's known to work with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
950 Utah-GLX/DRI and Matrox G400 cards. Also with DRI and Radeon cards. It won't
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
951 work with DRI and other cards. it will not work with 3DFX cards because of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
952 the 256x256 texture size limit.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
953 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
954 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
955
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
956 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
957 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
958 I have an nVidia TNT/TNT2 card, and I have a band with strange colors, right
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
959 under the movie! Whose fault is this?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
960 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
961 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
962 This is a bug of nVidia's binary X driver. These bugs appear ONLY with the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
963 TNT/TNT2 cards, and we can't do anything about it. To fix the problem, upgrade
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
964 to the latest nVidia binary driver version. If still bad, complain to nVidia!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
965 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
966 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
967
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
968 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
969 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
970 I have an nVidia XYZ card, and when I click on the GUI's display window to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
971 toggle displaying the GUI panel, a black square appears where I clicked. I have
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
972 the newest driver.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
973 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
974 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
975 Yes, nVidia corrected a previous bug (above), and introduced a new one.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
976 Let's congratulate them. UPDATE: According to <link linkend="nvidia">nVidia</link>,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
977 this has already been fixed.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
978 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
979 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
980
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
981 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
982 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
983 Oh the world is cruel ...! SDL has only <systemitem>x11</systemitem> target,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
984 but not <systemitem>xv</systemitem>!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
985 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
986 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
987 Try that <systemitem>x11</systemitem> target again. Now try <option>-vo x11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
988 -fs -zoom</option>. See the difference? No?! OK, here comes the enlightenment:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
989 SDL's <systemitem>x11</systemitem> target uses xv when available, you don't have
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
990 to worry about it ... Note: you can force/disable Xv via SDL using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
991 <option>-forcexv</option> and <option>-noxv</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
992 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
993 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
994 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
995
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
996 <qandadiv id="faq-dvd">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
997 <title>DVD playback</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
998 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
999 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1000 What about DVD navigation?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1001 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1002 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1003 Support for dvdnav in <application>MPlayer</application> is currently broken,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1004 normal playback does work, though. If you want to have fancy menus, you will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1005 have to use another player like <application>Xine</application> or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1006 <application>Ogle</application>. If you care about DVD navigation, send a
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1007 <ulink url="../../tech/patches.txt">patch</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1008 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1009 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1010
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1011 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1012 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1013 While playing a DVD, I encountered this error:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1014 <screen>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1015 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1016 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1017 This is a known libdvdread 0.9.1/0.9.2 bug. Use <emphasis role="bold">libmpdvdkit2</emphasis>,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1018 which is present in <application>MPlayer</application> source, and used by default.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1019 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1020 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1021
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1022 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1023 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1024 Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1025 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1026 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1027 Who knows ... It's said to work, so please test it and send feedback. Refer to
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1028 the documentation of libdvdread and its homepage as well. We're not the authors
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1029 of libdvdread. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is present
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1030 in <application>MPlayer</application> source, and used by default.
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1031 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1032 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1033
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1034 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1035 <question><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1036 What about subtitles? Can MPlayer display them?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1037 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1038 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1039 Yes. See the <link linkend="dvd">DVD chapter</link>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1040 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1041 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1042
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1043 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1044 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1045 How can I set the region code of my DVD-drive? I don't have Windows!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1046 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1047 <answer><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1048 Use the <ulink url="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1049 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1050 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1051
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1052 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1053 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1054 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play a DVD?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1055 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1056 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1057 No, only for old-style DVD support. However you must have the proper rights
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1058 on the DVD device entry (in <filename class="directory">/dev/</filename>).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1059 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1060 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1061
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1062 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1063 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1064 Where can I get libdvdread and libdvdcss packages?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1065 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1066 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1067 You don't need to. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1068 present in the MPlayer source, and used by default. You can get the mentioned
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1069 packages from the <ulink url="http://www.dtek.chalmers.se/groups/dvd/">Ogle site</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1070 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1071 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1072
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1073 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1074 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1075 Is it possible to play/encode only selected chapters?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1076 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1077 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1078 Yes, try the <option>-chapter</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1079 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1080 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1081
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1082 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1083 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1084 My DVD playback is sluggish!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1085 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1086 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1087 Use the <option>-cache</option> option (described in the man page) and try
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1088 enabling DMA for the DVD drive with the <command>hdparm</command> tool (described
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1089 in the <link linkend="drives">CD chapter</link>).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1090 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1091 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1092 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1093
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1094 <qandadiv id="faq-features">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1095 <title>Feature requests</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1096 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1097 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1098 If MPlayer is paused and I try to seek or press any key at all, MPlayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1099 ceases to be paused. I would like to be able to seek in the paused movie.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1100 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1101 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1102 This is very tricky to implement without losing A/V synchronization.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1103 All attempts have failed so far, but patches are welcome.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1104 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1105 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1106
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1107 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1108 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1109 I'd like to seek +/- 1 frames instead of 10 seconds.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1110 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1111 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1112 This won't be done. It was, but then it messed up A/V sync.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1113 Feel free to implement it, and send a patch. Don't ask for it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1114 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1115 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1116
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1117 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1118 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1119 How can I make MPlayer remember the options I use for this particular file?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1120 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1121 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1122 Create a file named <filename>movie.avi.conf</filename> with the file-specific
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1123 options in it and put it in <filename class="directory">~/.mplayer</filename> or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1124 in the same directory as the file.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1125 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1126 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1127 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1128
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1129 <qandadiv id="faq-encoding">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1130 <title>Encoding</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1131 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1132 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1133 How can I encode?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1134 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1135 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1136 Read the <link linkend="mencoder">MEncoder</link> section.
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1137 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1138 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1139
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1140 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1141 <question><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1142 How can I create VCDs?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1143 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1144 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1145 Try the <filename>mencvcd</filename> script from the <filename class="directory">TOOLS</filename>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1146 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD format
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1147 and even burn them directly to CD.
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1148 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1149 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1150
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1151 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1152 <question><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1153 How can I join two video files?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1154 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1155 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1156 This has been discussed to no end on mplayer-users. Go search the
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1157 <ulink url="http://mplayerhq.hu/cgi-bin/htsearch?restrict=/mplayer-users/">archives</ulink>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1158 for a complete answer. This is a complicated topic and your mileage may vary a
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1159 lot depending on the kind of files you want to merge. MPEGs can be concatenated
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1160 into a single file with luck. For AVIs there are two tools,
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1161 <ulink url="http://fixounet.free.fr/avidemux/">avidemux</ulink> and
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1162 <application>avimerge</application> (part of the
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1163 <ulink url="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/">transcode</ulink>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1164 tool set), available that might do the job. You can also try <application>MEncoder</application>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1165 if you have two files sharing the same dimensions and codec. Try
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1166 <screen>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1167 cat file1 file2 > file3
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1168 mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1169 </screen>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1170 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1171 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1172
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1173 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1174 <question><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1175 My tuner works, I can hear the sound and watch the video with <application>MPlayer</application>,
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1176 but <application>MEncoder</application> doesn't encode audio!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1177 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1178 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1179 TV audio encoding for Linux is currently unimplemented, we're working
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1180 on it. At the moment it works only on BSD.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1181 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1182 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1183
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1184 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1185 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1186 I can't encode DVD subtitles into the AVI!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1187 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1188 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1189 You have to specify the <option>-sid</option> option correctly!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1190 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1191 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1192
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1193 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1194 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1195 <application>MEncoder</application> segfaults on startup!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1196 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1197 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1198 Upgrade DivX4Linux.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1199 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1200 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1201
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1202 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1203 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1204 How can I encode only selected chapters from a DVD?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1205 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1206 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1207 Use the <option>-chapter</option> option correctly, like: <option>-chapter 5-7</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1208 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1209 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1210
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1211 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1212 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1213 I'm trying to work with 2GB+ files on a VFAT file system. Does it work?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1214 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1215 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1216 No, VFAT doesn't support 2GB+ files.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1217 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1218 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1219
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1220 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1221 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1222 Why is the recommended bitrate printed by <application>MEncoder</application> negative?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1223 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1224 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1225 Because the bitrate you encoded the audio with is too large to fit the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1226 movie on any CD. Check if you have libmp3lame installed properly.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1227 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1228 </qandaentry>
10448
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1229
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1230 <qandaentry>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1231 <question><para>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1232 I can't encode ASF files to AVI/DivX because it uses 1000 fps?
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1233 </para></question>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1234 <answer><para>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1235 Because ASF uses variable frame rate but AVI uses a fixed one, you
10461
diego
parents: 10448
diff changeset
1236 have to set it by hand using <option>-ofps</option>.
10448
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1237 </para></answer>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1238 </qandaentry>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1239
10631
diego
parents: 10505
diff changeset
1240
diego
parents: 10505
diff changeset
1241 <qandaentry>
diego
parents: 10505
diff changeset
1242 <question><para>
diego
parents: 10505
diff changeset
1243 How can I put subtitles in the output file?
diego
parents: 10505
diff changeset
1244 </para></question>
diego
parents: 10505
diff changeset
1245 <answer><para>
diego
parents: 10505
diff changeset
1246 Just pass the <option>-sub &lt;filename&gt;</option> (or <option>-sid</option>,
diego
parents: 10505
diff changeset
1247 <option>-vobsub</option>, respectively) option to MEncoder.
diego
parents: 10505
diff changeset
1248 </para></answer>
diego
parents: 10505
diff changeset
1249 </qandaentry>
diego
parents: 10505
diff changeset
1250
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1251 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1252 </qandaset>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1253
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1254 </chapter>