annotate DOCS/xml/en/faq.xml @ 14654:ca1f3ca346b3

Add Reimar's hint for building 32 bit MPlayer on Athlon64.
author diego
date Sat, 05 Feb 2005 14:19:42 +0000
parents f1c2f7046748
children 7422f9b6be5c
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>
11813
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
23 How do I translate <application>MPlayer</application> to a new language?
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
24 </para></question>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
25 <answer><para>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
26 Read the <ulink url="../../tech/translations.txt">translation HOWTO</ulink>,
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
27 it should explain everything. You can get further help on the
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
28 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-docs">mplayer-docs</ulink>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
29 mailing list.
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
30 </para></answer>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
31 </qandaentry>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
32
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
33 <qandaentry>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
34 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
35 How can I support <application>MPlayer</application> development?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
36 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
37 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
38 We are more than happy to accept your hardware and software
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
39 <ulink url="http://www.mplayerhq.hu/homepage/donations.html">donations</ulink>.
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
40 They help us in continuously improving <application>MPlayer</application>.
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
41 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
42 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
43
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
44 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
45 <question><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
46 How can I become an <application>MPlayer</application> developer?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
47 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
48 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
49 We always welcome coders and documenters. Read the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
50 <ulink url="../../tech/">technical documentation</ulink>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
51 to get a first grasp. Then you should subscribe to the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
52 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</ulink>
11813
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
53 mailing list and start coding. If you want to help out with the documentation,
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
54 join the
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
55 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-docs">mplayer-docs</ulink>
629063044de5 How to help with documentation and translation.
diego
parents: 11791
diff changeset
56 mailing list.
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
57 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
58 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
59
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
60 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
61 <question><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
62 Why don't you use autoconf/automake?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
63 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
64 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
65 We have a modular, handwritten build system. It does a reasonably good
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
66 job, so why change? Besides, we dislike the auto* tools, just like
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
67 <ulink url="http://freshmeat.net/articles/view/889/">other people</ulink>.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
68 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
69 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
70 </qandadiv>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 <qandadiv id="faq-compilation">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 <title>Compilation</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
76 Are there binary (RPM/deb) packages of <application>MPlayer</application>?
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
77 </para></question>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
78 <answer><para>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
79 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
80 section for details.
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
81 </para></answer>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
82 </qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
83
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
84 <qandaentry>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
85 <question><para>
14654
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
86 How can I build a 32 bit <application>MPlayer</application> on 64 bit Athlon?
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
87 </para></question>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
88 <answer><para>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
89 Try the following configure options:
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
90 <screen>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
91 ./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
92 </screen>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
93 </para></answer>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
94 </qandaentry>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
95
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
96 <qandaentry>
ca1f3ca346b3 Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents: 14615
diff changeset
97 <question><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98 Compilation stops with an error message similar to this one:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 <screen>
11031
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
100 cfft.c: In function`passf2':
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
101 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
102 cfft.c:556: this is the insn:
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
103 (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
104 (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
105 (const_int 8 [0x8]))
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
106 (reg/v/f:SI 3 ebx [62])) [4 S4 A32])
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
107 (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
108 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
109 (nil)))
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
110 cfft.c:556: confused by earlier errors, bailing out
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
111 </screen>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
112 </para></question>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
113 <answer><para>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
114 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
115 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
116 <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
117 an external FAAD library as described in the
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12437
diff changeset
118 <link linkend="aac">AAC</link> section.
11031
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
119 </para></answer>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
120 </qandaentry>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
121
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
122 <qandaentry>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
123 <question><para>
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
124 Compilation stops with an error message similar to this one:
f57563a141aa libfaad FAQ, external FAAD info added back.
diego
parents: 10913
diff changeset
125 <screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 In file included from mplayer.c:34:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 mw.h: In function `mplMainDraw':
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 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
129 Please submit a full bug report,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 with preprocessed source if appropriate.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 This is a known problem of <application>gcc</application> 3.0.4, upgrade
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 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
136 <link linkend="gcc-296">gcc 2.96</link> section.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
139
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
142 Configure ends with this text, and <application>MPlayer</application> won't compile!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 <screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen>
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>
13697
031a8e9e3477 Typo noticed by Reimar D«Óffinger.
diego
parents: 13547
diff changeset
146 Your gcc isn't installed correctly, check the <filename>configure.log</filename>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 file for details.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 What's the problem with gcc 2.96?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 <emphasis role="bold">We strongly discourage the use of gcc 2.96!</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 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
158 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
159 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
160 <option>--disable-gcc-checking</option> option to configure. Remember that you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 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
162 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
163 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
164 into problems.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 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
171 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
172 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
173 No, since there have been/are issues with these compilers as well.
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
174 To check the status of current compilers' <application>MPlayer</application>
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
175 support, see the <link linkend="install">Installation</link> section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
179 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 .. gcc 2.96 ... (Yes, some people are STILL flaming about gcc 2.96!)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
183 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 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
185 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
186 list (the word 'ideg' is described below):
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 <blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 And we have idegs. And our idegcounter overflowed again and again.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 <para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
192 Unfortunately <application>MPlayer</application> is out of our control.
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
193 It's used by lamers, Linux users who can't even use Windows, and never
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
194 tried to compile a kernel. They installed (with default options) Mandrake
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
195 or Red Hat or SuSE, and without RTFM'ing they send messages saying
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
196 'it doesn't work! help me! please! i'm new to Linux! help! oh! help me!'.
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
197 We can't stop them, but at least we try to force them to RTFM and to read
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
198 the messages of ./configure and <application>MPlayer</application>.
9675
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 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
201 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
202 Instead of helping users or making patches to help solve problems.
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 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
205 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
206 making newer tricks and checks to configure to avoid such mails.
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 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
210 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
211 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
212 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 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
215 </para>
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 Maybe we should close the project, make it closed source, commercial, and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
218 provide install support for it. then we could leave current work, so development
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
219 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
220 etc etc. Do you really want it? It seems.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222 </blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
223 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
224 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
227 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
228 SDL output doesn't work or compile. The problem is ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
229 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
230 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
231 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
232 <emphasis role="bold">not</emphasis> work with any previous version. So
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
233 if you choose to use such a version, you are on your own.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
234 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
235 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
236
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
237 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
238 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
239 I am still having trouble compiling with SDL support. gcc says something
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
240 about <screen>undefined reference to SDL_EnableKeyRepeat</screen>. What now?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
241 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
242 <answer><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
243 Where did you install the SDL library? If you installed in
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
244 <filename class="directory">/usr/local</filename> (the default) then edit the
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
245 top level <filename>config.mak</filename> and add
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
246 <systemitem>-L/usr/local/lib</systemitem> after <systemitem>X_LIBS=</systemitem>.
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
247 Now type <command>make</command>. You're done!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
248 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
249 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
250
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
251 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
252 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
253 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
254 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
255 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
256 Read the <link linkend="mga_vid">mga_vid</link> section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
257 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
258 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
259
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
260 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
261 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
262 During 'make', <application>MPlayer</application> complains about X11 libraries.
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
263 I don't understand, I DO have X installed!?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
264 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
265 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
266 ... but you don't have the X development package installed. Or not correctly.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
267 It's called <filename>XFree86-devel*</filename> under Red Hat, and
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
268 <filename>xlibs-dev</filename> under Debian Woody,
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
269 <filename>libx11-dev</filename> under Debian Sarge. Also check if the
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
270 <filename class="directory">/usr/X11</filename> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
271 <filename class="directory">/usr/include/X11</filename> symlinks exist (this
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
272 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
273 <screen>
11364
428974d67179 These directories are usually only writable by root, so insinuate being
diego
parents: 11272
diff changeset
274 # ln -sf /usr/X11R6 /usr/X11
428974d67179 These directories are usually only writable by root, so insinuate being
diego
parents: 11272
diff changeset
275 # ln -sf /usr/X11R6/include/X11 /usr/include/X11
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
276 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
277 Your distribution may differ from the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
278 <ulink url="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
279 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
280 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
281
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
282 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
283 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
284 I can't compile SVGAlib. I'm using kernel 2.3/2.4 ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
285 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
286 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
287 You have to edit SVGAlib's <filename>Makefile.cfg</filename> and comment
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
288 <systemitem>BACKGROUND = y</systemitem> out.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
289 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
290 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
291
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
292 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
293 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
294 I compiled <application>MPlayer</application> with libdvdcss/libdivxdecore support,
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
295 but when I try to start it, it says:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
296 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
297 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
298 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
299 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
300 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
301 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
302 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
303 and run <command>ldconfig</command>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
304 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
305 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
306
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 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
309 When compiling <application>MEncoder</application>, it segfaults at linking!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
310 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
311 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
312 This is a linker problem. Upgrading binutils should help (2.11.92.*
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
313 or newer should be good). Since it is not our fault, please do
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
314 <emphasis role="bold">not</emphasis> report!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
315 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
316 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
317
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
318 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
319 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
320 <application>MPlayer</application> dies with segmentation fault upon pthread check!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
321 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
322 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
323 <command>chmod 644 /usr/lib/libc.so</command>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
324 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
325 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
326
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
327 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
328 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
329 I'd like to compile <application>MPlayer</application> on Minix!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
330 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
331 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
332 Me too. :)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
333 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
334 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
335
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
336 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
337
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
338 <qandadiv id="faq-general">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
339 <title>General questions</title>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
340
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
341 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
342 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
343 Are there any mailing lists on <application>MPlayer</application>?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
344 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
345 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
346 Yes. See the <link linkend="mailinglists">mailing lists</link>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
347 section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
348 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
349 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
350
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 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
353 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
354 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
355 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
356 Please read the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
357 <link linkend="bugreports">bug reporting guidelines</link>
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
358 and follow the instructions.
9675
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 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
363 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
364 I have problems playing files with the ... codec. Can I use them?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
365 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
366 <answer><para>
11990
69c3c8b71f0c new location of codecs-status.html
gabucino
parents: 11908
diff changeset
367 Check the <ulink url="http://www.mplayerhq.hu/homepage/codecs-status.html">codec status</ulink>,
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
368 if it doesn't contain your codec, read the <link linkend="codecs">codec documentation</link>,
14061
682ddd07f14e better label
diego
parents: 14060
diff changeset
369 especially the <link linkend="codec-importing">codec importing HOWTO</link> and contact us.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
370 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
371 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
372
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
373 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
374 <question><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
375 When I start playing, I get this message but everything seems fine:
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
376 <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
377 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
378 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
379 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
380 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
381 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
382 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
383
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
384 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
385 <question><para>
13547
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
386 How can I make a screenshot?
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
387 </para></question>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
388 <answer><para>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
389 You have to use a video output driver that does not employ an overlay to be
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
390 able to take a screenshot. Under X11, <option>-vo x11</option> will do, under
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
391 Windows <option>-vo directx:noaccel</option> works.
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
392 </para></answer>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
393 </qandaentry>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
394
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
395 <qandaentry>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
396 <question><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
397 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
398 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
399 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
400 Press <keycap>o</keycap> and try the <option>-osdlevel</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
401 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
402 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
403
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
404 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
405 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
406 The <option>-xy</option> or <option>-fs</option> option doesn't work with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
407 the x11 driver (<option>-vo x11</option>) ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
408 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
409 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
410 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
411 <option>-zoom</option> option. You better use XF86VidMode support: You must
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
412 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
413 done. Make sure you have the right modelines in your <filename>XF86Config</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
414 file, and try to make the <link linkend="dga">DGA driver</link> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
415 <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
416 faster. If SDL's DGA works, use that, it'll be even faster.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
417 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
418 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
419
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
420 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
421 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
422 What is the meaning of the numbers on the status line?
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 Example:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
426 <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
427 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
428 <listitem><para>A: audio position in seconds</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
429 <listitem><para>V: video position in seconds</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
430 <listitem><para>A-V: audio-video difference in seconds (delay)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
431 <listitem><para>ct: total A-V sync correction done</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
432 <listitem><para>frames played (counting from last seek)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
433 <listitem><para>frames decoded (counting from last seek)</para></listitem>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
434 <listitem><para>video codec CPU usage in percent (for slices and DR this includes
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
435 video_out)</para></listitem>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
436 <listitem><para>video_out CPU usage</para></listitem>
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
437 <listitem><para>audio codec CPU usage in percent</para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
438 <listitem><para>frames needed to drop to maintain A-V sync</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
439 <listitem><para>current level of image postprocessing (when using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
440 <option>-autoq</option>)</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
441 <listitem><para>current cache size used (around 50% is normal)</para></listitem>
13947
c2e7b559f7a1 wording
diego
parents: 13937
diff changeset
442 <listitem><para>playback speed as a factor of original speed</para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
443 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
444 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
445 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
446 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
447
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
448 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
449 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
450 What if I don't want them to appear?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
451 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
452 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
453 Use the <option>-quiet</option> option and read the man page.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
454 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
455 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
456
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
457 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
458 <question><para>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
459 Why is video_out CPU usage zero (0%) for some files?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
460 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
461 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
462 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
463 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
464 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
465 </para></answer>
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 You are using Direct Rendering, where the codec renders to the video memory
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
468 itself. In this case, the decoding percentage contains the display percentage, too.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
469 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
470 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
471
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
472 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
473 <question><para>
10185
d927b21b57c1 /usr/local/lib/codecs is now the default codecs directory.
diego
parents: 10042
diff changeset
474 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
475 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
476 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
477 Download the Win32 codecs from our
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
478 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
479 (avifile's codec package has a different DLL set) and install it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
480 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
481 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
482
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
483 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
484 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
485 Umm, what is &quot;IdegCounter&quot;?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
486 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
487 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
488 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
489 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
490 &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
491 some (umm) &quot;mysterious&quot; disappearance of CVS code ;)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
492 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
493 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
494
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 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
497 And what is &quot;Faszom(C)ounter&quot;?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
498 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
499 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
500 &quot;Fasz&quot; is a Hungarian word you don't want to know, the others are
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
501 connected to the perverted minds of the <application>MPlayer</application> developers.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
502 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
503 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
504
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
505 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
506 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
507 Subtitles are very nice, the most beautiful I've ever seen, but they
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
508 slow down playing! I know it's unlikely ...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
509 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
510 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
511 After running <filename>./configure</filename>, edit <filename>config.h</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
512 and replace <systemitem>#undef FAST_OSD</systemitem> with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
513 <systemitem>#define FAST_OSD</systemitem>. Then recompile.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
514 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
515 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
516
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 <question><para>
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
519 What exactly is this <systemitem class="library">libavcodec</systemitem> thing?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
520 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
521 <answer><para>
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
522 See the
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
523 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
524 section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
525 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
526 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
527
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
528 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
529 <question><para>
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
530 But configure tells me
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
531 <screen>Checking for libavcodec ... no</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
532 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
533 <answer><para>
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
534 You need to get <systemitem class="library">libavcodec</systemitem> from
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
535 FFmpeg's CVS. Read the instructions in the
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
536 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11813
diff changeset
537 section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
538 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
539 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
540
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 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
543 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
544 access any menu items!
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
545 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
546 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
547 Are you using FVWM? Try the following:
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
548 <orderedlist>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
549 <listitem><para>Start -> Settings -> Configuration -> Base Configuration</para></listitem>
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
550 <listitem><para>Set <systemitem>Use Applications position hints</systemitem>
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
551 to <systemitem>Yes</systemitem></para></listitem>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
552 </orderedlist>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
553 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
554 </qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
555
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
556 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
557 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
558 How can I run <application>MPlayer</application> in the background?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
559 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
560 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
561 Use:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
562 <screen>mplayer <replaceable>options</replaceable> <replaceable>filename</replaceable> &lt; /dev/null &amp;</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
563 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
564 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
565 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
566
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
567 <qandadiv id="faq-playback">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
568 <title>Playback problems</title>
10490
37915f569f6d just in case
diego
parents: 10461
diff changeset
569
37915f569f6d just in case
diego
parents: 10461
diff changeset
570 <qandaentry>
37915f569f6d just in case
diego
parents: 10461
diff changeset
571 <question><para>
13547
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
572 How can I select audio/subtitle tracks from a DVD, OGM, Matroska or NUT file?
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
573 </para></question>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
574 <answer><para>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
575 You have to use <option>-aid</option> (audio ID) or <option>-alang</option>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
576 (audio language), <option>-sid</option>(subtitle ID) or <option>-slang</option>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
577 (subtitle language), for example:
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
578 <screen>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
579 mplayer example.mkv -alang eng -slang eng
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
580 mplayer example.mkv -aid 1 -sid 1
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
581 </screen>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
582 To see which ones are available:
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
583 <screen>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
584 mplayer -vo null -ao null -frames 0 -v <replaceable>filename</replaceable> | grep sid
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
585 mplayer -vo null -ao null -frames 0 -v <replaceable>filename</replaceable> | grep aid
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
586 </screen>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
587 </para></answer>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
588 </qandaentry>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
589
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
590 <qandaentry>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
591 <question><para>
12437
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
592 I'm trying to play a random stream off the internet but it fails.
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
593 </para></question>
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
594 <answer><para>
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
595 Try playing the stream with the <option>-playlist</option> option.
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
596 </para></answer>
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
597 </qandaentry>
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
598
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
599 <qandaentry>
8f429708a95a Hint at -playlist option for playing streams.
diego
parents: 12349
diff changeset
600 <question><para>
12323
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
601 I downloaded a movie off a P2P network and it doesn't work!
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
602 </para></question>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
603 <answer><para>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
604 Your file is most probably broken or a fake file. If you got it from
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
605 a friend, and he says it works, try comparing
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
606 <application>md5sum</application> hashes.
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
607 </para></answer>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
608 </qandaentry>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
609
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
610 <qandaentry>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
611 <question><para>
12241
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
612 I've just installed <application>MPlayer</application>. When I want to
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
613 open a video file it causes a fatal error:
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
614 <screen>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
615 Error opening/initializing the selected video_out (-vo) device.
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
616 </screen>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
617 How can I solve my problem?
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
618 </para></question>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
619 <answer><para>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
620 Just change your video output device. Issue the following command to get
12241
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
621 a list of available video output drivers:
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
622 <screen>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
623 mplayer -vo help
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
624 </screen>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
625 After you've chosen the correct video output driver, add it to
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
626 your configuration file. Add
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
627 <programlisting>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
628 vo = <replaceable>selected_vo</replaceable>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
629 </programlisting>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
630 to <filename>~/.mplayer/config</filename> and/or
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
631 <programlisting>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
632 vo_driver = <replaceable>selected_vo</replaceable>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
633 </programlisting>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
634 to <filename>~/.mplayer/gui.conf</filename>.
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
635 </para></answer>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
636 </qandaentry>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
637
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
638 <qandaentry>
bcb8260d93e4 Common -vo driver problem solution explained by Lukasz Proszek.
diego
parents: 12079
diff changeset
639 <question><para>
12323
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
640 I'm having trouble getting my subtitles to display, help!!
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
641 </para></question>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
642 <answer><para>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
643 Make sure you have installed fonts properly. Run through the steps in the
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
644 <link linkend="mpsub-install">OSD and subtitle</link> part of the installation
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
645 section again. If you are using TrueType fonts, verify that you have the
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
646 <systemitem class="library">FreeType</systemitem> library installed.
12323
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
647 Other things include checking your subtitles in a text editor or with other
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
648 players. Also try converting them to another format.
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
649 </para></answer>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
650 </qandaentry>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
651
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
652 <qandaentry>
26966802589b 2 more FAQs based on a patch made by Compn.
diego
parents: 12241
diff changeset
653 <question><para>
10490
37915f569f6d just in case
diego
parents: 10461
diff changeset
654 I cannot pinpoint the cause of some strange playback problem.
37915f569f6d just in case
diego
parents: 10461
diff changeset
655 </para></question>
37915f569f6d just in case
diego
parents: 10461
diff changeset
656 <answer><para>
37915f569f6d just in case
diego
parents: 10461
diff changeset
657 Do you have a stray <filename>codecs.conf</filename> file in
37915f569f6d just in case
diego
parents: 10461
diff changeset
658 <filename>~/.mplayer/</filename>, <filename>/etc/</filename>,
10505
cb83f897404c Better explanation, as suggested by Ivan Kalvachev.
diego
parents: 10490
diff changeset
659 <filename>/usr/local/etc/</filename> or a similar location? Remove it,
cb83f897404c Better explanation, as suggested by Ivan Kalvachev.
diego
parents: 10490
diff changeset
660 outdated <filename>codecs.conf</filename> files can cause obscure
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
661 problems. <application>MPlayer</application> will use its built-in one instead.
10490
37915f569f6d just in case
diego
parents: 10461
diff changeset
662 </para></answer>
37915f569f6d just in case
diego
parents: 10461
diff changeset
663 </qandaentry>
37915f569f6d just in case
diego
parents: 10461
diff changeset
664
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
665 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
666 <question><para>
12026
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
667 Why doesn't <application>MPlayer</application> work on Fedora Core?
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
668 </para></question>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
669 <answer><para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
670 There is a bad interaction on Fedora between exec-shield,
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
671 prelink, and any applications which use Windows DLLs
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
672 (such as <application>MPlayer</application>).
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
673 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
674 <para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
675 The problem is that exec-shield randomizes the load addresses of all the
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
676 system libraries. This randomization happens at prelink time (once every
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
677 two weeks).
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
678 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
679 <para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
680 When <application>MPlayer</application> tries to load a Windows DLL it
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
681 wants to put it at a specific address (0x400000). If an important system
12079
c931c69d2525 added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
paszczi
parents: 12026
diff changeset
682 library happens to be there already, <application>MPlayer</application>
c931c69d2525 added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
paszczi
parents: 12026
diff changeset
683 will crash.
12026
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
684 (A typical symptom would be a segmentation fault when trying
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
685 to play Windows Media 9 files.)
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
686 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
687 <para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
688 If you run into this problem you have two options:
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
689 <itemizedlist>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
690 <listitem><para>Wait two weeks. It might start working again.</para></listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
691 <listitem><para>Relink all the binaries on the system with different
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
692 prelink options. Here are step by step instructions:</para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
693 <para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
694 <orderedlist>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
695 <listitem><para>Edit <filename>/etc/syconfig/prelink</filename> and change</para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
696 <para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
697 <programlisting>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
698 PRELINK_OPTS=-mR
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
699 </programlisting>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
700 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
701 <para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
702 to
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
703 <programlisting>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
704 PRELINK_OPTS="-mR --no-exec-shield"
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
705 </programlisting>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
706 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
707 </listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
708 <listitem><para><command>touch /var/lib/misc/prelink.force</command></para></listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
709 <listitem><para><command>/etc/cron.daily/prelink</command>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
710 (This relinks all the applications, and it takes
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
711 quite a while.)</para></listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
712 <listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
713 <para><command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command>
12079
c931c69d2525 added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
paszczi
parents: 12026
diff changeset
714 (This turns off exec-shield for the <application>MPlayer</application> binary.)
12026
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
715 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
716 </listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
717 </orderedlist>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
718 </para>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
719 </listitem>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
720 </itemizedlist>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
721 </para></answer>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
722 </qandaentry>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
723
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
724 <qandaentry>
252b9e2f7417 How to make MPlayer work on Fedora core.
diego
parents: 11990
diff changeset
725 <question><para>
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
726 ... works with <application>xine/vlc/...</application> but doesn't with
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
727 <application>MPlayer</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
728 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
729 <answer><para>
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
730 <application>MPlayer</application> is not <application>xine/vlc/...</application>.
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
731 Although these players have some code in common, the codecs (DLL) set,
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
732 synchronization, demultiplexing etc is different and should not be
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
733 compared. If you have a file <application>MPlayer</application> fails to
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
734 play correctly but works in another player, please read the
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
735 <link linkend="bugreports">bug reporting guidelines</link> and upload
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
736 the file to our FTP server.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
737 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
738 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
739
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
740 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
741 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
742 Audio goes out of sync playing an AVI file.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
743 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
744 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
745 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
746 improve, read the
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
747 <link linkend="bugreports">bug reporting guidelines</link>
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
748 and upload the file to FTP.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
749 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
750 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
751
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
752 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
753 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
754 <application>MPlayer</application> exits with some error when using <filename>l3codeca.acm</filename>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
755 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
756 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
757 Check <command>ldd /usr/local/bin/mplayer</command> output. If it contains
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
758 <screen>libc.so.6 => /lib/libc.so.6 (0x4???????)</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
759 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
760 <screen>libc.so.6 => /lib/libc.so.6 (0x00??????)</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
761 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
762 patches (for example Solar Designer's OpenWall patch) which forces loading
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
763 libraries to very low addresses. Because <filename>l3codeca.acm</filename> is a
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
764 non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
765 change this. You should use a non-patched kernel, or use <application>MPlayer</application>'s
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
766 <option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
767 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
768 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
769
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
770 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
771 <question><para>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
772 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo MP3 sound
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
773 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
774 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
775 <answer><para>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
776 Your machine is too slow or your sound card driver is broken. Consult the
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
777 documentation to see if you can improve performance.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
778 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
779 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
780
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
781 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
782 <question><para>
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
783 <application>MPlayer</application> dies with
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
784 <screen>MPlayer interrupted by signal 4 in module: decode_video</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
785 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
786 <answer><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
787 Try running <application>MPlayer</application> on the machine you compiled on.
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
788 Or recompile with runtime CPU detection
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
789 (<command>./configure --enable-runtime-cpudetection</command>).
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
790 Don't use <application>MPlayer</application> on a CPU different from the one
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
791 it was compiled on, without using the feature mentioned just now.
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 problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ...
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 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
801 a proper bug report.
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
802 Also try experimenting with the <option>-fstype</option> option.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
803 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
804 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
805
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
806 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
807 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
808 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
809 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
810 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
811 You have an old version of <filename>codecs.conf</filename> in
10403
23c9ebca2e24 Strings attached to codecs.conf explained.
diego
parents: 10373
diff changeset
812 <filename class="directory">~/.mplayer/</filename>,
23c9ebca2e24 Strings attached to codecs.conf explained.
diego
parents: 10373
diff changeset
813 <filename class="directory">/etc/</filename>,
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
814 <filename class="directory">/usr/local/etc/</filename> or similar. Remove it,
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
815 it's not needed anymore.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
816 <emphasis role="bold">OR</emphasis> you have the <option>vc=</option> option or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
817 something similar in your config file(s).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
818 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
819 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
820
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
821 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
822 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
823 When starting <application>MPlayer</application> under KDE I just get a black
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
824 screen and nothing happens. After about one minute the video starts playing.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
825 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
826 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
827 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
828 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
829 arts sound, specify audio output via our native arts audio driver
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
830 (<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
831 (<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
832 another option is to start <application>MPlayer</application> with artsdsp.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
833 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
834 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
835
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
836 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
837 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
838 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
839 and a green one with <option>-vc divx4</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
840 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
841 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
842 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
843 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
844 <filename class="directory">~/.mplayer/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
845 <filename class="directory">/etc/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
846 <filename class="directory">/usr/local/etc/</filename> or similar, remove it.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
847 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
848 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
849
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
850 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
851 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
852 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
853 crashes with the following message:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
854 <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
855 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
856 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
857 This can have multiple reasons.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
858 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
859 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
860 Your CPU <emphasis role="bold">and/or</emphasis> video card <emphasis role="bold">and/or</emphasis>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
861 bus is too slow. <application>MPlayer</application> displays a message if this is the case (and the
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
862 dropped frames counter goes up fast).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
863 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
864 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
865 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
866 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
867 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
868 Your sound driver is buggy, or you use ALSA 0.5 with <option>-ao oss</option>.
13912
c66b1514ce5b Remove pointless devices section, make video and audio top level sections.
diego
parents: 13766
diff changeset
869 See the <link linkend="audio">sound card section</link>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
870 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
871 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
872 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
873 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
874 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
875 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
876 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
877
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
878 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
879 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
880 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
881 <application>MPlayer</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
882 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
883 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
884 Use another codec to play the file, try <option>-vc ffmjpeg</option>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
885 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
886 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
887
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
888 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
889 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
890 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
891 applications.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
892 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
893 <answer><para>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
894 Your card probably reports some colorspaces as supported when in fact
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
895 it does not support them. Try with YUY2 instead of the
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
896 default YV12 (see the <link linkend="tv-input">TV</link> section).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
897 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
898 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
899
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
900 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
901 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
902 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
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 You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
13766
6473da1ceadb Audio plugins have been superceded by audio filters, noticed by Gabrov.
diego
parents: 13763
diff changeset
906 try to play a file which has 22050Hz audio. Try the resample audio filter.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
907 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
908 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
909
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
910 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
911 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
912 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
913 only sound! <application>MPlayer</application> prints:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
914 <screen>Detected video codec: [null] drv:0 (NULL codec (no decoding))</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
915 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
916 <answer><para>
10407
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
917 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
918 <filename class="directory">~/.mplayer/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
919 <filename class="directory">/etc/</filename>,
18e423f22d0b codecs.conf files are a thing of the past.
diego
parents: 10403
diff changeset
920 <filename class="directory">/usr/local/etc/</filename> or similar, remove it.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
921 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
922 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
923
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
924 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
925 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
926 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
927 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
928 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
929 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
930 (BIOS, not kernel). Plug the external power connector in
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
931 <emphasis role="bold">before</emphasis> you power on your notebook. You can also
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
932 try whether <ulink url="http://www.brodo.de/cpufreq/">cpufreq</ulink>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
933 (a SpeedStep interface for Linux) helps you.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
934 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
935 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
936
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
937 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
938 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
939 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
940 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
941 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
942 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
943 This is again a power management effect (see above). Plug the external power
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
944 connector in <emphasis role="bold">before</emphasis> you power on your notebook
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
945 or use the <option>-nortc</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
946 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
947 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
948
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
949 <qandaentry>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
950 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
951 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
952 <screen>Badly interleaved AVI file detected - switching to -ni mode...</screen>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
953 </para></question>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
954 <answer><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
955 Badly interleaved files and <option>-cache</option> don't work well together.
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
956 Try <option>-nocache</option>.
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
957 </para></answer>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9677
diff changeset
958 </qandaentry>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
959
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
960 <qandaentry>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
961 <question><para>
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
962 How can I play MPEG Layer 2 (MP2) audio files?
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
963 </para></question>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
964 <answer><para>
11140
4d6a0bfe770e punctuation fixes
attila
parents: 11134
diff changeset
965 You have to use <option>-rawaudio on:format=0x50</option>.
11124
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
966 </para></answer>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
967 </qandaentry>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
968 </qandadiv>
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
969
b5bffec1a657 * why codecs.conf should be removed
attila
parents: 11031
diff changeset
970
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
971 <qandadiv id="faq-driver">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
972 <title>Video/audio driver problems (vo/ao)</title>
13547
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
973
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
974 <qandaentry>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
975 <question><para>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
976 How can I use <application>dmix</application> with
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
977 <application>MPlayer</application>?
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
978 </para></question>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
979 <answer><para>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
980 After setting up your
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
981 <ulink url="http://alsa.opensrc.org/index.php?page=DmixPlugin">asoundrc</ulink>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
982 you have to use <option>-ao alsa:device=dmix</option>.
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
983 </para></answer>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
984 </qandaentry>
144af0141ac4 How to take a screenshot, how to use dmix, how to choose languages and
diego
parents: 13511
diff changeset
985
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
986 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
987 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
988 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
989 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
990 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
991 audio_setup: Can't open audio device /dev/dsp: Device or resource busy
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
992 couldn't open/init audio device -> NOSOUND
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
993 Audio: no sound!!!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
994 Start playing...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
995 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
996 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
997 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
998 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
999 the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1000 option to make <application>MPlayer</application> use ARTS or ESD.
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
1001 You might also be running ALSA without OSS emulation, try loading the ALSA OSS
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
1002 kernel modules or add <option>-ao alsa</option> to your command line to
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
1003 directly use the ALSA audio output driver.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1004 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1005 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1006
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1007 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1008 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1009 What about the DGA driver? I can't find it!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1010 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1011 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1012 <filename>./configure</filename> autodetects your DGA driver. If <option>-vo help</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1013 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
1014 <command>./configure --enable-dga</command> and read the
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1015 <link linkend="dga">DGA</link> section. Alternatively, try SDL's DGA driver
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1016 with the <option>-vo sdl:dga</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1017 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1018 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1019
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1020 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1021 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1022 OK, <option>-vo help</option> shows DGA driver, but it complains about permissions.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1023 Help me!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1024 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1025 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1026 It works only if running as root! It's a DGA limitation. You should become root
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1027 (<command>su -</command>), and try again. Another solution is making
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1028 <application>MPlayer</application> SUID root, but it's not recommended!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1029 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1030 chown root /usr/local/bin/mplayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1031 chmod 755 /usr/local/bin/mplayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1032 chmod +s /usr/local/bin/mplayer
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1033 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1034 <warning><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1035 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
1036 do this on a server or on a computer that you do not control completely because
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1037 other users can gain root privileges through SUID root <application>MPlayer</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1038 <emphasis role="bold">You have been warned</emphasis>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1039 </para></warning>
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>
12349
1deefcd5428d spelling
diego
parents: 12348
diff changeset
1045 When using XVideo, my Voodoo 3/Banshee says:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1046 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1047 X Error of failed request: BadAccess (attempt to access private resource denied)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1048 Major opcode of failed request: 147 (MIT-SHM)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1049 Minor opcode of failed request: 1 (X_ShmAttach)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1050 Serial number of failed request: 26
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1051 Current serial number in output stream:27
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1052 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1053 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1054 <answer><para>
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
1055 The <systemitem>tdfx</systemitem> driver in XFree86 4.0.2/4.0.3 had this bug. This was
12348
9782f90f4f44 typos, wording
diego
parents: 12323
diff changeset
1056 solved by <ulink url="http://www.xfree86.org/cvs/changes_4_1.html">bug fix #621
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1057 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
1058 Alternatively, either download (at least) DRI version 0.6 from the
13977
7895a1b73828 URL updates
diego
parents: 13975
diff changeset
1059 <ulink url="http://dri.sf.net">DRI homepage</ulink>, or use CVS DRI.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1060 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1061 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1062
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1063 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1064 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1065 OpenGL (<option>-vo gl</option>) output doesn't work (hang/black window/X11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1066 errors/...).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1067 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1068 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1069 Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1070 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
1071 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
1072 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
1073 the 256x256 texture size limit.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1074 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1075 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1076
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1077 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1078 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1079 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
1080 under the movie! Whose fault is this?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1081 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1082 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1083 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
1084 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
1085 to the latest nVidia binary driver version. If still bad, complain to nVidia!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1086 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1087 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1088
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1089 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1090 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1091 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
1092 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
1093 the newest driver.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1094 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1095 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1096 Yes, nVidia corrected a previous bug (above), and introduced a new one.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1097 Let's congratulate them. UPDATE: According to <link linkend="nvidia">nVidia</link>,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1098 this has already been fixed.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1099 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1100 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1101
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1102 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1103 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1104 Oh the world is cruel ...! SDL has only <systemitem>x11</systemitem> target,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1105 but not <systemitem>xv</systemitem>!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1106 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1107 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1108 Try that <systemitem>x11</systemitem> target again. Now try <option>-vo x11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1109 -fs -zoom</option>. See the difference? No?! OK, here comes the enlightenment:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1110 SDL's <systemitem>x11</systemitem> target uses xv when available, you don't have
11532
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
1111 to worry about it ... Note: With SDL you can force/disable Xv using
e8def84e924a Replace &quot; with proper markup.
diego
parents: 11483
diff changeset
1112 <option>-forcexv</option> and <option>-noxv</option>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1113 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1114 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1115 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1116
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1117 <qandadiv id="faq-dvd">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1118 <title>DVD playback</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1119 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1120 <question><para>
13419
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1121 What about DVD navigation/menus?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1122 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1123 <answer><para>
13419
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1124 <application>MPlayer</application> does not support DVD menus due to serious
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1125 architectural limitations that prevent proper handling of still images and
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1126 interactive content. If you want to have fancy menus, you will have to use
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1127 another player like <application>xine</application>,
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1128 <application>vlc</application> or <application>Ogle</application>.
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1129 If you want to see DVD navigation in <application>MPlayer</application> you
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1130 will have to implement it yourself, but be aware that it is a major
1167f25567ef Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents: 12957
diff changeset
1131 undertaking.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1132 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1133 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1134
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1135 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1136 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1137 While playing a DVD, I encountered this error:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1138 <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
1139 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1140 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1141 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
1142 which is present in <application>MPlayer</application> source, and used by default.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1143 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1144 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1145
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1146 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1147 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1148 Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1149 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1150 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1151 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
1152 the documentation of libdvdread and its homepage as well. We're not the authors
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1153 of libdvdread. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is present
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1154 in <application>MPlayer</application> source, and used by default.
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1155 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1156 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1157
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1158 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1159 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1160 What about subtitles? Can <application>MPlayer</application> display them?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1161 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1162 <answer><para>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1163 Yes. See the <link linkend="dvd">DVD chapter</link>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1164 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1165 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1166
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1167 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1168 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1169 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
1170 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1171 <answer><para>
14113
4c91818a371c link updates
diego
parents: 14061
diff changeset
1172 Use the <ulink url="http://linvdr.org/projects/regionset/">regionset tool</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1173 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1174 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1175
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1176 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1177 <question><para>
12957
f5dd97090f64 fibmap_mplayer is long obsolete, noticed by Torinthiel.
diego
parents: 12815
diff changeset
1178 Do I need to be (setuid) root to be able to play a DVD?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1179 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1180 <answer><para>
11598
d18111ea13d0 removing last pitiful traces of old-style DVD support, with no remorse, but
gabucino
parents: 11540
diff changeset
1181 No. However you must have the proper rights
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1182 on the DVD device entry (in <filename class="directory">/dev/</filename>).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1183 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1184 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1185
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1186 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1187 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1188 Where can I get libdvdread and libdvdcss packages?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1189 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1190 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1191 You don't need to. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1192 present in the <application>MPlayer</application> source, and used by default.
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1193 You can get the mentioned packages from the
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1194 <ulink url="http://www.dtek.chalmers.se/groups/dvd/">Ogle site</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1195 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1196 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1197
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1198 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1199 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1200 Is it possible to play/encode only selected chapters?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1201 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1202 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1203 Yes, try the <option>-chapter</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1204 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1205 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1206
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1207 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1208 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1209 My DVD playback is sluggish!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1210 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1211 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1212 Use the <option>-cache</option> option (described in the man page) and try
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1213 enabling DMA for the DVD drive with the <command>hdparm</command> tool (described
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1214 in the <link linkend="drives">CD chapter</link>).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1215 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1216 </qandaentry>
13511
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1217
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1218 <qandaentry>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1219 <question><para>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1220 I copied a DVD using vobcopy. How do I play/encode it from my hard disk?
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1221 </para></question>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1222 <answer><para>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1223 Use the <option>-dvd-device</option> option to refer to the directory
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1224 that contains the files:
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1225 <screen>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1226 mplayer dvd://1 -dvd-device /path/to/directory
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1227 </screen>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1228 </para></answer>
63fad2297d40 Explanation how to play a VOB from the hard disk.
diego
parents: 13419
diff changeset
1229 </qandaentry>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1230 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1231
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1232 <qandadiv id="faq-features">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1233 <title>Feature requests</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1234 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1235 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1236 If <application>MPlayer</application> is paused and I try to seek or press any key at all,
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1237 <application>MPlayer</application> ceases to be paused. I would like to be able
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1238 to seek in the paused movie.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1239 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1240 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1241 This is very tricky to implement without losing A/V synchronization.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1242 All attempts have failed so far, but patches are welcome.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1243 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1244 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1245
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1246 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1247 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1248 I'd like to seek +/- 1 frames instead of 10 seconds.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1249 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1250 <answer><para>
14312
0b849af0b8a2 Framestepping does not require pause mode.
diego
parents: 14309
diff changeset
1251 You can step forward one frame by pressing <keycap>.</keycap>.
14320
648c8526bf05 Clarification as suggested by Alexander Strasser.
diego
parents: 14312
diff changeset
1252 If the movie was not paused it will be paused afterwards
648c8526bf05 Clarification as suggested by Alexander Strasser.
diego
parents: 14312
diff changeset
1253 (see the man page for details).
14309
8d50aec385f7 Forward framestepping is now implemented.
diego
parents: 14113
diff changeset
1254 Stepping backwards is unlikely to be implemented anytime soon.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1255 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1256 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1257
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1258 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1259 <question><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1260 How can I make <application>MPlayer</application> remember the options I use
14615
f1c2f7046748 Remove overly outdated entries, update a few others.
diego
parents: 14320
diff changeset
1261 for a particular file, e.g. <filename>movie.avi</filename>?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1262 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1263 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1264 Create a file named <filename>movie.avi.conf</filename> with the file-specific
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1265 options in it and put it in <filename class="directory">~/.mplayer</filename> or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1266 in the same directory as the file.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1267 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1268 </qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1269 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1270
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1271 <qandadiv id="faq-encoding">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1272 <title>Encoding</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1273 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1274 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1275 How can I encode?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1276 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1277 <answer><para>
11540
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1278 Read the <link linkend="mencoder"><application>MEncoder</application></link>
d480f7e36b74 <application> attack
wight
parents: 11532
diff changeset
1279 section.
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1280 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1281 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1282
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1283 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1284 <question><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1285 How can I create VCDs?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1286 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1287 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1288 Try the <filename>mencvcd</filename> script from the <filename class="directory">TOOLS</filename>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1289 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
1290 and even burn them directly to CD.
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1291 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1292 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1293
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1294 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1295 <question><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1296 How can I join two video files?
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1297 </para></question>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1298 <answer><para>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1299 This has been discussed to no end on mplayer-users. Go search the
11908
f32bb59c58d5 & removed - build fix
wight
parents: 11907
diff changeset
1300 <ulink url="http://mplayerhq.hu/cgi-bin/s-arch.cgi?sbm=mplayer-users">archives</ulink>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1301 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
1302 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
1303 into a single file with luck. For AVIs there are two tools,
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1304 <ulink url="http://fixounet.free.fr/avidemux/">avidemux</ulink> and
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1305 <application>avimerge</application> (part of the
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1306 <ulink url="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/">transcode</ulink>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1307 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
1308 if you have two files sharing the same dimensions and codec. Try
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1309 <screen>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1310 cat file1 file2 > file3
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1311 mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1312 </screen>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1313 </para></answer>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1314 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1315
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1316 <qandaentry>
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1317 <question><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1318 I can't encode DVD subtitles into the AVI!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1319 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1320 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1321 You have to specify the <option>-sid</option> option correctly!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1322 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1323 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1324
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1325 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1326 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1327 How can I encode only selected chapters from a DVD?
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1328 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1329 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1330 Use the <option>-chapter</option> option correctly, like: <option>-chapter 5-7</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1331 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1332 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1333
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1334 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1335 <question><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1336 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
1337 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1338 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1339 No, VFAT doesn't support 2GB+ files.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1340 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1341 </qandaentry>
10373
9d36646579fa sync with HTML
nicolas
parents: 10185
diff changeset
1342
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1343 <qandaentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1344 <question><para>
10042
47ebc28813aa various fixes and updates
nicolas
parents: 9722
diff changeset
1345 Why is the recommended bitrate printed by <application>MEncoder</application> negative?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1346 </para></question>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1347 <answer><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1348 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
1349 movie on any CD. Check if you have libmp3lame installed properly.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1350 </para></answer>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1351 </qandaentry>
10448
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1352
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1353 <qandaentry>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1354 <question><para>
14024
0d9e27059495 MPEG-X spelling
diego
parents: 13977
diff changeset
1355 I can't encode an ASF file to AVI/MPEG-4 (DivX) because it uses 1000 fps.
10448
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1356 </para></question>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1357 <answer><para>
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12437
diff changeset
1358 Because ASF uses variable frame rate but AVI uses a fixed one, you
10461
diego
parents: 10448
diff changeset
1359 have to set it by hand using <option>-ofps</option>.
10448
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1360 </para></answer>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1361 </qandaentry>
091fc3a26c00 Small correction and port to XML.
diego
parents: 10407
diff changeset
1362
10631
diego
parents: 10505
diff changeset
1363
diego
parents: 10505
diff changeset
1364 <qandaentry>
diego
parents: 10505
diff changeset
1365 <question><para>
diego
parents: 10505
diff changeset
1366 How can I put subtitles in the output file?
diego
parents: 10505
diff changeset
1367 </para></question>
diego
parents: 10505
diff changeset
1368 <answer><para>
diego
parents: 10505
diff changeset
1369 Just pass the <option>-sub &lt;filename&gt;</option> (or <option>-sid</option>,
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12437
diff changeset
1370 respectively) option to <application>MEncoder</application>.
10631
diego
parents: 10505
diff changeset
1371 </para></answer>
diego
parents: 10505
diff changeset
1372 </qandaentry>
diego
parents: 10505
diff changeset
1373
14060
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1374 <qandaentry>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1375 <question><para>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1376 How do I encode only sound from a music video?
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1377 </para></question>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1378 <answer><para>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1379 It's not possible directly, but you can try this (note the
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1380 <emphasis role="bold">&amp;</emphasis> at the end of
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1381 <command>mplayer</command> command):
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1382 <screen>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1383 mkfifo encode
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1384 mplayer -ao pcm -aofile encode dvd://1 &amp;
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1385 lame <replaceable>your_opts</replaceable> encode music.mp3
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1386 rm encode
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1387 </screen>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1388 This allows you to use any encoder, not only <application>LAME</application>,
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1389 just replace <command>lame</command> with your favorite audio encoder in the
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1390 above command.
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1391 </para></answer>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1392 </qandaentry>
9f7c1022627b FAQ about audio-only encoding (approved by Diego)
rathann
parents: 14024
diff changeset
1393
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1394 </qandadiv>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1395 </qandaset>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1396
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1397 </chapter>