Mercurial > mplayer.hg
annotate DOCS/xml/en/faq.xml @ 28168:d093bee92b15
Convert Win32 codec importing HOWTO into a text document in the tech section.
author | diego |
---|---|
date | Sat, 27 Dec 2008 14:38:42 +0000 |
parents | 8643ce75a61d |
children | 97835ed2978a |
rev | line source |
---|---|
20535 | 1 <?xml version="1.0" encoding="utf-8"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10631
diff
changeset
|
2 <!-- $Revision$ --> |
9675 | 3 <chapter id="faq" xreflabel="FAQ"> |
4 <title>Frequently Asked Questions</title> | |
5 | |
10373 | 6 <qandaset defaultlabel="qanda"> |
7 | |
8 <qandadiv id="faq-development"> | |
9 <title>Development</title> | |
10 | |
11 <qandaentry> | |
12 <question><para> | |
13 How do I create a proper patch for <application>MPlayer</application>? | |
14 </para></question> | |
15 <answer><para> | |
16 We made a <ulink url="../../tech/patches.txt">short document</ulink> | |
17 describing all the necessary details. Please follow the instructions. | |
18 </para></answer> | |
19 </qandaentry> | |
20 | |
21 <qandaentry> | |
22 <question><para> | |
11813 | 23 How do I translate <application>MPlayer</application> to a new language? |
24 </para></question> | |
25 <answer><para> | |
26 Read the <ulink url="../../tech/translations.txt">translation HOWTO</ulink>, | |
27 it should explain everything. You can get further help on the | |
19709 | 28 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-translations">MPlayer-translations</ulink> |
11813 | 29 mailing list. |
30 </para></answer> | |
31 </qandaentry> | |
32 | |
33 <qandaentry> | |
34 <question><para> | |
10373 | 35 How can I support <application>MPlayer</application> development? |
36 </para></question> | |
37 <answer><para> | |
38 We are more than happy to accept your hardware and software | |
17706
83c1acef76d5
New website structure, the /homepage subdirectory is gone.
diego
parents:
17424
diff
changeset
|
39 <ulink url="http://www.mplayerhq.hu/donations.html">donations</ulink>. |
11540 | 40 They help us in continuously improving <application>MPlayer</application>. |
10373 | 41 </para></answer> |
42 </qandaentry> | |
43 | |
44 <qandaentry> | |
45 <question><para> | |
46 How can I become an <application>MPlayer</application> developer? | |
47 </para></question> | |
48 <answer><para> | |
49 We always welcome coders and documenters. Read the | |
50 <ulink url="../../tech/">technical documentation</ulink> | |
51 to get a first grasp. Then you should subscribe to the | |
19709 | 52 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">MPlayer-dev-eng</ulink> |
11813 | 53 mailing list and start coding. If you want to help out with the documentation, |
54 join the | |
19709 | 55 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs">MPlayer-docs</ulink> |
11813 | 56 mailing list. |
10373 | 57 </para></answer> |
58 </qandaentry> | |
59 | |
60 <qandaentry> | |
61 <question><para> | |
62 Why don't you use autoconf/automake? | |
63 </para></question> | |
64 <answer><para> | |
65 We have a modular, handwritten build system. It does a reasonably good | |
66 job, so why change? Besides, we dislike the auto* tools, just like | |
67 <ulink url="http://freshmeat.net/articles/view/889/">other people</ulink>. | |
68 </para></answer> | |
69 </qandaentry> | |
70 </qandadiv> | |
9675 | 71 |
21521 | 72 <!-- ********** --> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
73 |
16665
dfa3bd6ee92b
Rename compilation section to compilation and installation.
diego
parents:
16658
diff
changeset
|
74 <qandadiv id="faq-compilation-installation"> |
dfa3bd6ee92b
Rename compilation section to compilation and installation.
diego
parents:
16658
diff
changeset
|
75 <title>Compilation and installation</title> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
76 |
9675 | 77 <qandaentry> |
78 <question><para> | |
14824 | 79 Compilation fails with an error and <application>gcc</application> bails out |
80 with some cryptic message containing the phrase | |
81 <systemitem>internal compiler error</systemitem> or | |
21912 | 82 <systemitem>unable to find a register to spill</systemitem> or |
83 <systemitem>can't find a register in class `GENERAL_REGS' | |
23574
9f2d63b24552
added some carriage returns and full stops, plus a missing 'option'
ptt
parents:
21912
diff
changeset
|
84 while reloading `asm'</systemitem>. |
9f2d63b24552
added some carriage returns and full stops, plus a missing 'option'
ptt
parents:
21912
diff
changeset
|
85 </para></question> |
14824 | 86 <answer><para> |
87 You have stumbled over a bug in <application>gcc</application>. Please | |
88 <ulink url="http://gcc.gnu.org/bugs.html">report it to the gcc team</ulink> | |
89 but not to us. For some reason <application>MPlayer</application> seems to | |
90 trigger compiler bugs frequently. Nevertheless we cannot fix them and do not | |
14829
e76a8c56d81b
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.
diego
parents:
14824
diff
changeset
|
91 add workarounds for compiler bugs to our sources. To avoid this problem, |
e76a8c56d81b
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.
diego
parents:
14824
diff
changeset
|
92 either stick with a compiler version that is known to be reliable and |
e76a8c56d81b
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.
diego
parents:
14824
diff
changeset
|
93 stable, or upgrade frequently. |
14824 | 94 </para></answer> |
95 </qandaentry> | |
96 | |
97 <qandaentry> | |
98 <question><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
99 Are there binary (RPM/Debian) packages of <application>MPlayer</application>? |
10373 | 100 </para></question> |
101 <answer><para> | |
102 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link> | |
103 section for details. | |
104 </para></answer> | |
105 </qandaentry> | |
106 | |
107 <qandaentry> | |
108 <question><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
109 How can I build a 32 bit <application>MPlayer</application> on a 64 bit Athlon? |
14654
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
110 </para></question> |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
111 <answer><para> |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
112 Try the following configure options: |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
113 <screen> |
27651
f445847b8ec1
fix FAQ about compiling 32 bit mplayer on x86_64
gpoirier
parents:
27198
diff
changeset
|
114 ./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib |
14654
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
115 </screen> |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
116 </para></answer> |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
117 </qandaentry> |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
118 |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
119 <qandaentry> |
ca1f3ca346b3
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diego
parents:
14615
diff
changeset
|
120 <question><para> |
11540 | 121 Configure ends with this text, and <application>MPlayer</application> won't compile! |
9675 | 122 <screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen> |
123 </para></question> | |
124 <answer><para> | |
13697 | 125 Your gcc isn't installed correctly, check the <filename>configure.log</filename> |
9675 | 126 file for details. |
127 </para></answer> | |
128 </qandaentry> | |
129 | |
130 <qandaentry> | |
131 <question><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
132 I have a Matrox G200/G400/G450/G550, how do I compile/use the |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
133 <systemitem>mga_vid</systemitem> driver? |
9675 | 134 </para></question> |
135 <answer><para> | |
10373 | 136 Read the <link linkend="mga_vid">mga_vid</link> section. |
9675 | 137 </para></answer> |
138 </qandaentry> | |
139 | |
140 <qandaentry> | |
141 <question><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
142 During 'make', <application>MPlayer</application> complains about |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
143 missing X11 libraries. I don't understand, I <emphasis>do</emphasis> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
144 have X11 installed!? |
9675 | 145 </para></question> |
146 <answer><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
147 ... but you don't have the X11 development package installed. Or not correctly. |
20641 | 148 It's called <filename>XFree86-devel*</filename> under Red Hat, |
149 <filename>xlibs-dev</filename> under Debian Woody and | |
14615
f1c2f7046748
Remove overly outdated entries, update a few others.
diego
parents:
14320
diff
changeset
|
150 <filename>libx11-dev</filename> under Debian Sarge. Also check if the |
9675 | 151 <filename class="directory">/usr/X11</filename> and |
23588
a44fc12de744
Nico claims to never have had any problems with X11 compilation on Mandrake.
diego
parents:
23574
diff
changeset
|
152 <filename class="directory">/usr/include/X11</filename> symlinks exist. |
9675 | 153 </para></answer> |
154 </qandaentry> | |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
155 |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
156 <qandaentry> |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
157 <question><para> |
23574
9f2d63b24552
added some carriage returns and full stops, plus a missing 'option'
ptt
parents:
21912
diff
changeset
|
158 Building on Mac OS 10.3 leads to several link errors. |
9f2d63b24552
added some carriage returns and full stops, plus a missing 'option'
ptt
parents:
21912
diff
changeset
|
159 </para></question> |
21689 | 160 <answer> |
161 <para> | |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
162 The link error you're experiencing most likely looks like this: |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
163 <screen> |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
164 ld: Undefined symbols: |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
165 _LLCStyleInfoCheckForOpenTypeTables referenced from QuartzCore expected to be defined in ApplicationServices |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
166 _LLCStyleInfoGetUserRunFeatures referenced from QuartzCore expected to be defined in ApplicationServices |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
167 </screen> |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
168 This problem is the result of Apple developers using 10.4 to compile |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
169 their software and distributing the binaries to 10.3 users via |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
170 Software Update. |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
171 The undefined symbols are present in Mac OS 10.4, |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
172 but not 10.3. |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
173 One solution can be to downgrade to QuickTime 7.0.1. |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
174 Here is a better solution. |
21689 | 175 </para> |
176 <para> | |
177 Get an | |
178 <ulink url="http://rapidshare.de/files/20281171/CompatFrameworks.tgz.html">older copy of the frameworks</ulink>. | |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
179 This will give you a compressed file that contains the QuickTime |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
180 7.0.1 Framework and a 10.3.9 QuartzCore Framework. |
21689 | 181 </para> |
182 <para> | |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
183 Uncompress the files somewhere that is not in your System folder. |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
184 (i.e. do not install these frameworks into your |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
185 <filename class="directory">/System/Library/Frameworks</filename>! |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
186 Using this older copy is only meant to get around link errors!) |
21689 | 187 <screen>gunzip < CompatFrameworks.tgz | tar xvf -</screen> |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
188 In config.mak, you should append |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
189 <systemitem>-F/path/to/where/you/extracted</systemitem> |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
190 to the <systemitem>OPTFLAGS</systemitem> variable. |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
191 If you use <application>X-Code</application>, you can just select these |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
192 frameworks instead of the system ones. |
21689 | 193 </para> |
194 <para> | |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
195 The resulting <application>MPlayer</application> binary will actually |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
196 use the framework that is installed on your system via dynamic links that |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
197 are resolved at run-time. |
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
198 (You can verify this using <systemitem>otool -l</systemitem>). |
21689 | 199 </para> |
200 </answer> | |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
201 </qandaentry> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
202 </qandadiv> |
18925
7e6f4455b732
Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
gpoirier
parents:
17706
diff
changeset
|
203 |
21521 | 204 <!-- ********** --> |
9675 | 205 |
206 <qandadiv id="faq-general"> | |
207 <title>General questions</title> | |
10373 | 208 |
9675 | 209 <qandaentry> |
210 <question><para> | |
10373 | 211 Are there any mailing lists on <application>MPlayer</application>? |
9675 | 212 </para></question> |
213 <answer><para> | |
19726
a7c1cd01d515
Mailing list descriptions are on the homepage, remove from here.
diego
parents:
19713
diff
changeset
|
214 Yes. Look at the |
19795 | 215 <ulink url="http://www.mplayerhq.hu/design7/mailing_lists.html">mailing lists section</ulink> |
19726
a7c1cd01d515
Mailing list descriptions are on the homepage, remove from here.
diego
parents:
19713
diff
changeset
|
216 of our homepage. |
9675 | 217 </para></answer> |
218 </qandaentry> | |
219 | |
220 <qandaentry> | |
221 <question><para> | |
21521 | 222 I've found a nasty bug when I tried to play my favorite video! |
223 Who should I inform? | |
9675 | 224 </para></question> |
225 <answer><para> | |
21521 | 226 Please read the <link linkend="bugreports">bug reporting guidelines</link> |
10373 | 227 and follow the instructions. |
9675 | 228 </para></answer> |
229 </qandaentry> | |
230 | |
231 <qandaentry> | |
232 <question><para> | |
10373 | 233 I have problems playing files with the ... codec. Can I use them? |
9675 | 234 </para></question> |
235 <answer><para> | |
15316 | 236 Check the <ulink url="../../codecs-status.html">codec status</ulink>, |
21521 | 237 if it doesn't contain your codec, read the |
238 <link linkend="codecs">codec documentation</link>, especially the | |
28168
d093bee92b15
Convert Win32 codec importing HOWTO into a text document in the tech section.
diego
parents:
28165
diff
changeset
|
239 <ulink url="../../tech/win32-codec-howto">Win32 codec HOWTO</ulink> |
d093bee92b15
Convert Win32 codec importing HOWTO into a text document in the tech section.
diego
parents:
28165
diff
changeset
|
240 and contact us. |
9675 | 241 </para></answer> |
242 </qandaentry> | |
243 | |
244 <qandaentry> | |
245 <question><para> | |
28165 | 246 I get a core dump when trying to dump streams, what's wrong? |
247 </para></question> | |
248 <answer><para> | |
249 Don't panic. Make sure you know where your towel is.</para> | |
250 <para> | |
251 Seriously, notice the smiley and start looking for files that end in | |
252 <filename>.dump</filename>. | |
253 </para></answer> | |
254 </qandaentry> | |
255 | |
256 <qandaentry> | |
257 <question><para> | |
10373 | 258 When I start playing, I get this message but everything seems fine: |
259 <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen> | |
9675 | 260 </para></question> |
261 <answer><para> | |
21521 | 262 You need a specially set up kernel to use the RTC timing code. |
263 For details see the <link linkend="rtc">RTC</link> section of the documentation. | |
9675 | 264 </para></answer> |
265 </qandaentry> | |
266 | |
267 <qandaentry> | |
268 <question><para> | |
13547
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
269 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
|
270 </para></question> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
271 <answer><para> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
272 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
|
273 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
|
274 Windows <option>-vo directx:noaccel</option> works. |
16562
9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
diego
parents:
16341
diff
changeset
|
275 </para> |
9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
diego
parents:
16341
diff
changeset
|
276 <para> |
9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
diego
parents:
16341
diff
changeset
|
277 Alternatively you can run <application>MPlayer</application> with the |
9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
diego
parents:
16341
diff
changeset
|
278 <systemitem>screenshot</systemitem> video filter |
9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
diego
parents:
16341
diff
changeset
|
279 (<option>-vf screenshot</option>), and press the <keycap>s</keycap> |
9b05da9f128c
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
diego
parents:
16341
diff
changeset
|
280 key to grab a screenshot. |
13547
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
281 </para></answer> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
282 </qandaentry> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
283 |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
284 <qandaentry> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
285 <question><para> |
9675 | 286 What is the meaning of the numbers on the status line? |
287 </para></question> | |
288 <answer><para> | |
289 Example: | |
21521 | 290 <screen> |
291 A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49% 1.00x | |
292 </screen> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
293 <variablelist> |
21521 | 294 <varlistentry> |
295 <term><systemitem>A: 2.1</systemitem></term> | |
296 <listitem><para>audio position in seconds</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
297 </varlistentry> |
21521 | 298 <varlistentry> |
299 <term><systemitem>V: 2.2</systemitem></term> | |
300 <listitem><para>video position in seconds</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
301 </varlistentry> |
21521 | 302 <varlistentry> |
303 <term><systemitem>A-V: -0.167</systemitem></term> | |
304 <listitem><para>audio-video difference in seconds (delay)</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
305 </varlistentry> |
21521 | 306 <varlistentry> |
307 <term><systemitem>ct: 0.042</systemitem></term> | |
308 <listitem><para>total A-V sync correction done</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
309 </varlistentry> |
21521 | 310 <varlistentry> |
311 <term><systemitem>57/57</systemitem></term> | |
312 <listitem><para> | |
313 frames played/decoded (counting from last seek) | |
314 </para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
315 </varlistentry> |
21521 | 316 <varlistentry> |
317 <term><systemitem>41%</systemitem></term> | |
318 <listitem><para> | |
319 video codec CPU usage in percent | |
320 (for slice rendering and direct rendering this includes video_out) | |
321 </para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
322 </varlistentry> |
21521 | 323 <varlistentry> |
324 <term><systemitem>0%</systemitem></term> | |
325 <listitem><para>video_out CPU usage</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
326 </varlistentry> |
21521 | 327 <varlistentry> |
328 <term><systemitem>2.6%</systemitem></term> | |
329 <listitem><para>audio codec CPU usage in percent</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
330 </varlistentry> |
21521 | 331 <varlistentry> |
332 <term><systemitem>0</systemitem></term> | |
333 <listitem><para>frames dropped to maintain A-V sync</para></listitem> | |
334 </varlistentry> | |
335 <varlistentry> | |
336 <term><systemitem>4</systemitem></term> | |
337 <listitem><para> | |
338 current level of image postprocessing (when using <option>-autoq</option>) | |
339 </para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
340 </varlistentry> |
21521 | 341 <varlistentry> |
342 <term><systemitem>49%</systemitem></term> | |
343 <listitem><para> | |
344 current cache size used (around 50% is normal) | |
345 </para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
346 </varlistentry> |
21521 | 347 <varlistentry> |
348 <term><systemitem>1.00x</systemitem></term> | |
349 <listitem><para>playback speed as a factor of original speed</para></listitem> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
350 </varlistentry> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
351 </variablelist> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
352 Most of them are for debug purposes, use the <option>-quiet</option> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
353 option to make them disappear. |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
354 You might notice that video_out CPU usage is zero (0%) for some files. |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
355 This is because it is called directly from the codec and thus cannot |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
356 be measured separately. If you wish to know the video_out speed, compare |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
357 the difference when playing the file with <option>-vo null</option> and |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
358 your usual video output driver. |
9675 | 359 </para></answer> |
360 </qandaentry> | |
361 | |
362 <qandaentry> | |
363 <question><para> | |
21521 | 364 There are error messages about file not found |
365 <filename>/usr/local/lib/codecs/</filename> ... | |
9675 | 366 </para></question> |
367 <answer><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
368 Download and install the binary codecs from our |
19803
a8367d5b416b
link fix: The codecs page was merged into the download page.
diego
parents:
19795
diff
changeset
|
369 <ulink url="http://www.mplayerhq.hu/design7/dload.html">download page</ulink>. |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
370 </para></answer> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
371 </qandaentry> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
372 |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
373 <qandaentry> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
374 <question><para> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
375 How can I make <application>MPlayer</application> remember the options I |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
376 use for a particular file, e.g. <filename>movie.avi</filename>? |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
377 </para></question> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
378 <answer><para> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
379 Create a file named <filename>movie.avi.conf</filename> with the file-specific |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
380 options in it and put it in <filename class="directory">~/.mplayer</filename> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
381 or in the same directory as the file. |
9675 | 382 </para></answer> |
383 </qandaentry> | |
384 | |
385 <qandaentry> | |
386 <question><para> | |
387 Subtitles are very nice, the most beautiful I've ever seen, but they | |
388 slow down playing! I know it's unlikely ... | |
389 </para></question> | |
390 <answer><para> | |
21521 | 391 After running <filename>./configure</filename>, |
392 edit <filename>config.h</filename> and replace | |
393 <systemitem>#undef FAST_OSD</systemitem> with | |
9675 | 394 <systemitem>#define FAST_OSD</systemitem>. Then recompile. |
395 </para></answer> | |
396 </qandaentry> | |
397 | |
398 <qandaentry> | |
399 <question><para> | |
10042 | 400 I can't access the GUI menu. I press right click, but I can't |
401 access any menu items! | |
402 </para></question> | |
403 <answer><para> | |
404 Are you using FVWM? Try the following: | |
405 <orderedlist> | |
21689 | 406 <listitem><para> |
21721
6be31bc59a0e
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
torinthiel
parents:
21689
diff
changeset
|
407 <menuchoice><guimenu>Start</guimenu><guisubmenu>Settings</guisubmenu> |
6be31bc59a0e
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
torinthiel
parents:
21689
diff
changeset
|
408 <guisubmenu>Configuration</guisubmenu> |
6be31bc59a0e
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
torinthiel
parents:
21689
diff
changeset
|
409 <guimenuitem>Base Configuration</guimenuitem></menuchoice> |
21689 | 410 </para></listitem> |
411 <listitem><para> | |
412 Set <systemitem>Use Applications position hints</systemitem> | |
413 to <systemitem>Yes</systemitem> | |
414 </para></listitem> | |
10042 | 415 </orderedlist> |
416 </para></answer> | |
417 </qandaentry> | |
418 | |
419 <qandaentry> | |
420 <question><para> | |
11540 | 421 How can I run <application>MPlayer</application> in the background? |
9675 | 422 </para></question> |
423 <answer><para> | |
424 Use: | |
21521 | 425 <screen> |
426 mplayer <replaceable>options</replaceable> <replaceable>filename</replaceable> < /dev/null & | |
427 </screen> | |
9675 | 428 </para></answer> |
429 </qandaentry> | |
430 </qandadiv> | |
431 | |
21521 | 432 <!-- ********** --> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
433 |
9675 | 434 <qandadiv id="faq-playback"> |
435 <title>Playback problems</title> | |
10490 | 436 |
437 <qandaentry> | |
438 <question><para> | |
14995 | 439 I cannot pinpoint the cause of some strange playback problem. |
440 </para></question> | |
441 <answer><para> | |
442 Do you have a stray <filename>codecs.conf</filename> file in | |
443 <filename>~/.mplayer/</filename>, <filename>/etc/</filename>, | |
444 <filename>/usr/local/etc/</filename> or a similar location? Remove it, | |
15027
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
445 an outdated <filename>codecs.conf</filename> file can cause obscure |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
446 problems and is intended for use only by developers working on codec |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
447 support. It overrides <application>MPlayer</application>'s internal |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
448 codec settings, which will wreak havoc if incompatible changes are |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
449 made in newer program versions. Unless used by experts it is a recipe |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
450 for disaster in the form of seemingly random and very hard to localize |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
451 crashes and playback problems. If you still have it somewhere on your |
2165a2306f02
Rephrase codecs.conf entry to warn more clearly against using it.
diego
parents:
14995
diff
changeset
|
452 system, you should remove it now. |
14995 | 453 </para></answer> |
454 </qandaentry> | |
455 | |
456 <qandaentry> | |
457 <question><para> | |
16821 | 458 How can I get subtitles to appear on the black margins around a movie? |
459 </para></question> | |
460 <answer><para> | |
461 Use the <systemitem>expand</systemitem> video filter to increase the | |
462 area onto which the movie is rendered vertically and place the movie | |
463 at the top border, for example: | |
21689 | 464 <screen>mplayer -vf expand=0:-100:0:0 -slang de dvd://1</screen> |
16821 | 465 </para></answer> |
466 </qandaentry> | |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
467 |
16821 | 468 <qandaentry> |
469 <question><para> | |
13547
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
470 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
|
471 </para></question> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
472 <answer><para> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
473 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
|
474 (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
|
475 (subtitle language), for example: |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
476 <screen> |
16822
7fba58dee6c7
Add a few more XML tags for better semantics markup.
diego
parents:
16821
diff
changeset
|
477 mplayer -alang eng -slang eng <replaceable>example.mkv</replaceable> |
7fba58dee6c7
Add a few more XML tags for better semantics markup.
diego
parents:
16821
diff
changeset
|
478 mplayer -aid 1 -sid 1 <replaceable>example.mkv</replaceable> |
13547
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
479 </screen> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
480 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
|
481 <screen> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
482 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
|
483 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
|
484 </screen> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
485 </para></answer> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
486 </qandaentry> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
487 |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
488 <qandaentry> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
489 <question><para> |
12437 | 490 I'm trying to play a random stream off the internet but it fails. |
491 </para></question> | |
492 <answer><para> | |
493 Try playing the stream with the <option>-playlist</option> option. | |
494 </para></answer> | |
495 </qandaentry> | |
496 | |
497 <qandaentry> | |
498 <question><para> | |
12323 | 499 I downloaded a movie off a P2P network and it doesn't work! |
500 </para></question> | |
501 <answer><para> | |
502 Your file is most probably broken or a fake file. If you got it from | |
503 a friend, and he says it works, try comparing | |
504 <application>md5sum</application> hashes. | |
505 </para></answer> | |
506 </qandaentry> | |
507 | |
508 <qandaentry> | |
509 <question><para> | |
510 I'm having trouble getting my subtitles to display, help!! | |
511 </para></question> | |
512 <answer><para> | |
513 Make sure you have installed fonts properly. Run through the steps in the | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
514 <link linkend="fonts-osd">Fonts and OSD</link> part of the installation |
12323 | 515 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
|
516 <systemitem class="library">FreeType</systemitem> library installed. |
12323 | 517 Other things include checking your subtitles in a text editor or with other |
518 players. Also try converting them to another format. | |
519 </para></answer> | |
520 </qandaentry> | |
521 | |
522 <qandaentry> | |
523 <question><para> | |
12026 | 524 Why doesn't <application>MPlayer</application> work on Fedora Core? |
525 </para></question> | |
526 <answer><para> | |
527 There is a bad interaction on Fedora between exec-shield, | |
528 prelink, and any applications which use Windows DLLs | |
529 (such as <application>MPlayer</application>). | |
530 </para> | |
531 <para> | |
532 The problem is that exec-shield randomizes the load addresses of all the | |
533 system libraries. This randomization happens at prelink time (once every | |
534 two weeks). | |
535 </para> | |
536 <para> | |
537 When <application>MPlayer</application> tries to load a Windows DLL it | |
538 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
|
539 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
|
540 will crash. |
12026 | 541 (A typical symptom would be a segmentation fault when trying |
542 to play Windows Media 9 files.) | |
543 </para> | |
544 <para> | |
545 If you run into this problem you have two options: | |
546 <itemizedlist> | |
21521 | 547 <listitem><para> |
548 Wait two weeks. It might start working again. | |
549 </para></listitem> | |
550 <listitem><para> | |
551 Relink all the binaries on the system with different | |
552 prelink options. Here are step by step instructions: | |
553 </para> | |
554 <procedure> | |
555 <step><para> | |
21689 | 556 Edit <filename>/etc/syconfig/prelink</filename> and change |
557 <programlisting>PRELINK_OPTS=-mR</programlisting> to | |
558 <programlisting>PRELINK_OPTS="-mR --no-exec-shield"</programlisting> | |
21521 | 559 </para></step> |
560 <step><para> | |
561 <command>touch /var/lib/misc/prelink.force</command> | |
562 </para></step> | |
21689 | 563 <step><para> |
564 <command>/etc/cron.daily/prelink</command> | |
565 (This relinks all the applications, and it takes quite a while.) | |
21521 | 566 </para></step> |
567 <step><para> | |
568 <command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command> | |
569 (This turns off exec-shield for the | |
21689 | 570 <application>MPlayer</application> binary.) |
21521 | 571 </para></step> |
572 </procedure> | |
12026 | 573 </listitem> |
574 </itemizedlist> | |
575 </para></answer> | |
576 </qandaentry> | |
577 | |
578 <qandaentry> | |
579 <question><para> | |
11532 | 580 <application>MPlayer</application> dies with |
581 <screen>MPlayer interrupted by signal 4 in module: decode_video</screen> | |
9675 | 582 </para></question> |
583 <answer><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
584 Don't use <application>MPlayer</application> on a CPU different from the one |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
585 it was compiled on or recompile with runtime CPU detection |
11540 | 586 (<command>./configure --enable-runtime-cpudetection</command>). |
9675 | 587 </para></answer> |
588 </qandaentry> | |
10373 | 589 |
9675 | 590 <qandaentry> |
591 <question><para> | |
21521 | 592 When I try to grab from my tuner, it works, but colors are strange. |
593 It's OK with other applications. | |
9675 | 594 </para></question> |
595 <answer><para> | |
12348 | 596 Your card probably reports some colorspaces as supported when in fact |
597 it does not support them. Try with YUY2 instead of the | |
10373 | 598 default YV12 (see the <link linkend="tv-input">TV</link> section). |
9675 | 599 </para></answer> |
600 </qandaentry> | |
10373 | 601 |
9675 | 602 <qandaentry> |
603 <question><para> | |
21521 | 604 I get very strange percentage values (way too big) |
605 while playing files on my notebook. | |
9675 | 606 </para></question> |
607 <answer><para> | |
608 It's an effect of the power management / power saving system of your notebook | |
10042 | 609 (BIOS, not kernel). Plug the external power connector in |
21521 | 610 <emphasis role="bold">before</emphasis> you power on your notebook. You can |
611 also try whether | |
612 <ulink url="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufreq.html">cpufreq</ulink> | |
10042 | 613 (a SpeedStep interface for Linux) helps you. |
9675 | 614 </para></answer> |
615 </qandaentry> | |
10373 | 616 |
9675 | 617 <qandaentry> |
618 <question><para> | |
21521 | 619 The audio/video gets totally out of sync when I run |
620 <application>MPlayer</application> as | |
621 <systemitem class="username">root</systemitem> on my notebook. | |
622 It works normal when i run it as a user. | |
9675 | 623 </para></question> |
624 <answer><para> | |
625 This is again a power management effect (see above). Plug the external power | |
626 connector in <emphasis role="bold">before</emphasis> you power on your notebook | |
627 or use the <option>-nortc</option> option. | |
628 </para></answer> | |
629 </qandaentry> | |
10373 | 630 |
631 <qandaentry> | |
9722 | 632 <question><para> |
10042 | 633 While playing a movie it suddenly gets jerky and I get the following message: |
9722 | 634 <screen>Badly interleaved AVI file detected - switching to -ni mode...</screen> |
635 </para></question> | |
636 <answer><para> | |
10042 | 637 Badly interleaved files and <option>-cache</option> don't work well together. |
9722 | 638 Try <option>-nocache</option>. |
639 </para></answer> | |
640 </qandaentry> | |
15835 | 641 </qandadiv> |
11124 | 642 |
21521 | 643 <!-- ********** --> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
644 |
9675 | 645 <qandadiv id="faq-driver"> |
646 <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
|
647 |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
648 <qandaentry> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
649 <question><para> |
16007
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
650 When I go into fullscreen mode I just get black borders around the image |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
651 and no real scaling to fullscreen mode. |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
652 </para></question> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
653 <answer><para> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
654 Your video output driver does not support scaling in hardware and since |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
655 scaling in software can be incredibly slow <application>MPlayer</application> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
656 does not automatically enable it. Most likely you are using the |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
657 <systemitem>x11</systemitem> instead of the <systemitem>xv</systemitem> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
658 video output driver. Try adding <option>-vo xv</option> to the command |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
659 line or read the <link linkend="video">video section</link> to find out |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
660 about alternative video output drivers. The <option>-zoom</option> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
661 option explicitly enables software scaling. |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
662 </para></answer> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
663 </qandaentry> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
664 |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
665 <qandaentry> |
1759eaaf3382
FAQ No 1: Fullscreen is not working, black borders around unscaled image.
diego
parents:
16006
diff
changeset
|
666 <question><para> |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
667 I've just installed <application>MPlayer</application>. When I want to |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
668 open a video file it causes a fatal error: |
21689 | 669 <screen>Error opening/initializing the selected video_out (-vo) device.</screen> |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
670 How can I solve my problem? |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
671 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
672 <answer><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
673 Just change your video output device. Issue the following command to get |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
674 a list of available video output drivers: |
21521 | 675 <screen>mplayer -vo help</screen> |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
676 After you've chosen the correct video output driver, add it to |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
677 your configuration file. Add |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
678 <programlisting> |
21521 | 679 vo = <replaceable>selected_vo</replaceable> |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
680 </programlisting> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
681 to <filename>~/.mplayer/config</filename> and/or |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
682 <programlisting> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
683 vo_driver = <replaceable>selected_vo</replaceable> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
684 </programlisting> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
685 to <filename>~/.mplayer/gui.conf</filename>. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
686 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
687 </qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
688 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
689 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
690 <question><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
691 I have problems with <replaceable>[your window manager]</replaceable> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
692 and fullscreen xv/xmga/sdl/x11 modes ... |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
693 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
694 <answer><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
695 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
696 a proper bug report. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
697 Also try experimenting with the <option>-fstype</option> option. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
698 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
699 </qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
700 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
701 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
702 <question><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
703 Audio goes out of sync playing an AVI file. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
704 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
705 <answer><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
706 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
707 improve, read the |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
708 <link linkend="bugreports">bug reporting guidelines</link> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
709 and upload the file to FTP. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
710 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
711 </qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
712 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
713 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
714 <question><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
715 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo MP3 sound |
21521 | 716 too slow. |
717 When I use the <option>-nosound</option> option, everything is OK (but quiet). | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
718 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
719 <answer><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
720 Your machine is too slow or your sound card driver is broken. Consult the |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
721 documentation to see if you can improve performance. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
722 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
723 </qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
724 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
725 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
726 <question><para> |
13547
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
727 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
|
728 <application>MPlayer</application>? |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
729 </para></question> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
730 <answer><para> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
731 After setting up your |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
732 <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
|
733 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
|
734 </para></answer> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
735 </qandaentry> |
144af0141ac4
How to take a screenshot, how to use dmix, how to choose languages and
diego
parents:
13511
diff
changeset
|
736 |
9675 | 737 <qandaentry> |
738 <question><para> | |
739 I have no sound when playing a video and get error messages similar to this one: | |
740 <screen> | |
21521 | 741 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) |
742 audio_setup: Can't open audio device /dev/dsp: Device or resource busy | |
743 couldn't open/init audio device -> NOSOUND | |
744 Audio: no sound!!! | |
745 Start playing... | |
9675 | 746 </screen> |
747 </para></question> | |
748 <answer><para> | |
16341 | 749 Are you running KDE or GNOME with the aRts or ESD sound daemon? Try disabling |
21521 | 750 the sound daemon or use the <option>-ao arts</option> or |
751 <option>-ao esd</option> option to make <application>MPlayer</application> use | |
752 aRts or ESD. | |
14615
f1c2f7046748
Remove overly outdated entries, update a few others.
diego
parents:
14320
diff
changeset
|
753 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
|
754 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
|
755 directly use the ALSA audio output driver. |
9675 | 756 </para></answer> |
757 </qandaentry> | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
758 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
759 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
760 <question><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
761 When starting <application>MPlayer</application> under KDE I just get a black |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
762 screen and nothing happens. After about one minute the video starts playing. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
763 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
764 <answer><para> |
16341 | 765 The KDE aRts sound daemon is blocking the sound device. Either wait until the |
766 video starts or disable the aRts daemon in control center. If you want to use | |
767 aRts sound, specify audio output via our native aRts audio driver | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
768 (<option>-ao arts</option>). If it fails or isn't compiled in, try SDL |
16341 | 769 (<option>-ao sdl</option>) and make sure your SDL can handle aRts sound. Yet |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
770 another option is to start <application>MPlayer</application> with artsdsp. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
771 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
772 </qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
773 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
774 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
775 <question><para> |
21521 | 776 I have A/V sync problems. |
777 Some of my AVIs play fine, but some play with double speed! | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
778 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
779 <answer><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
780 You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you |
16822
7fba58dee6c7
Add a few more XML tags for better semantics markup.
diego
parents:
16821
diff
changeset
|
781 try to play a file which has 22050Hz audio. Try the |
7fba58dee6c7
Add a few more XML tags for better semantics markup.
diego
parents:
16821
diff
changeset
|
782 <systemitem>resample</systemitem> audio filter. |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
783 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
784 </qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
785 |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
786 <qandaentry> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
787 <question><para> |
21521 | 788 When I play this movie I get video-audio desync and/or |
789 <application>MPlayer</application> crashes with the following message: | |
790 <screen> | |
791 DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer! | |
792 </screen> | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
793 </para></question> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
794 <answer><para> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
795 This can have multiple reasons. |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
796 <itemizedlist> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
797 <listitem><para> |
21521 | 798 Your CPU <emphasis>and/or</emphasis> video card <emphasis>and/or</emphasis> |
799 bus is too slow. <application>MPlayer</application> displays a message if | |
800 this is the case (and the dropped frames counter goes up fast). | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
801 </para></listitem> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
802 <listitem><para> |
21521 | 803 If it is an AVI, maybe it has bad interleaving, try the |
23574
9f2d63b24552
added some carriage returns and full stops, plus a missing 'option'
ptt
parents:
21912
diff
changeset
|
804 <option>-ni</option> option to work around this. |
21521 | 805 Or it may have a bad header, in this case <option>-nobps</option> |
806 and/or <option>-mc 0</option> can help. | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
807 </para></listitem> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
808 <listitem><para> |
24010 | 809 Many FLV files will only play correctly with <option>-correct-pts</option>. |
24015 | 810 Unfortunately <application>MEncoder</application> does not have this option, |
811 but you can try setting <option>-fps</option> to the correct value manually | |
812 if you know it. | |
24010 | 813 </para></listitem> |
814 <listitem><para> | |
21521 | 815 Your sound driver is buggy. |
816 See the <link linkend="audio">audio section</link>. | |
16005
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
817 </para></listitem> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
818 </itemizedlist> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
819 </para></answer> |
9f297ab810a0
Moved some entries from playback problems to video/audio driver section
diego
parents:
16004
diff
changeset
|
820 </qandaentry> |
17036 | 821 |
822 <qandaentry> | |
823 <question><para> | |
21521 | 824 How can I get rid of A/V desynchronization |
825 while seeking through RealMedia streams? | |
17036 | 826 </para></question> |
827 <answer><para> | |
17139
d5433f61d1e1
-mc 0.1 is preferrable to -mc 10 since A/V sync is recovered quicker after seeking.
diego
parents:
17036
diff
changeset
|
828 <option>-mc 0.1</option> can help. |
17036 | 829 </para></answer> |
830 </qandaentry> | |
9675 | 831 </qandadiv> |
832 | |
21521 | 833 <!-- ********** --> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
834 |
9675 | 835 <qandadiv id="faq-dvd"> |
836 <title>DVD playback</title> | |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
837 |
9675 | 838 <qandaentry> |
839 <question><para> | |
13419
1167f25567ef
Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents:
12957
diff
changeset
|
840 What about DVD navigation/menus? |
9675 | 841 </para></question> |
842 <answer><para> | |
13419
1167f25567ef
Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents:
12957
diff
changeset
|
843 <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
|
844 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
|
845 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
|
846 another player like <application>xine</application>, |
26958 | 847 <application>VLC</application> or <application>Ogle</application>. |
13419
1167f25567ef
Better explain why we have no DVD menus and what to do about it (DIY).
diego
parents:
12957
diff
changeset
|
848 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
|
849 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
|
850 undertaking. |
9675 | 851 </para></answer> |
852 </qandaentry> | |
10373 | 853 |
9675 | 854 <qandaentry> |
855 <question><para> | |
19787 | 856 I can't watch any recent DVDs from Sony Pictures/BMG. |
19745
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
857 </para></question> |
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
858 <answer><para> |
19788
04e58f0701c8
separate independant clauses with a semicolon, as suggested by The Wanderer
gpoirier
parents:
19787
diff
changeset
|
859 This is normal; you've been ripped off and sold an intentionally defective disk. |
19746 | 860 The only way to play these DVDs is to circumvent the bad blocks of the disk |
19745
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
861 by using DVDnav instead of mpdvdkit2. |
20598 | 862 You can do so by compiling <application>MPlayer</application> with DVDnav |
863 support and then replacing dvd:// by dvdnav:// on the command line. | |
19746 | 864 DVDnav is so far mutually exclusive with mpdvdkit2, so make sure you pass |
865 <option>--disable-mpdvdkit</option> to the configure script. | |
19745
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
866 </para></answer> |
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
867 </qandaentry> |
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
868 |
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
869 <qandaentry> |
4c6f19ae1287
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
gpoirier
parents:
19726
diff
changeset
|
870 <question><para> |
11540 | 871 What about subtitles? Can <application>MPlayer</application> display them? |
9675 | 872 </para></question> |
873 <answer><para> | |
10373 | 874 Yes. See the <link linkend="dvd">DVD chapter</link>. |
9675 | 875 </para></answer> |
876 </qandaentry> | |
10373 | 877 |
9675 | 878 <qandaentry> |
879 <question><para> | |
880 How can I set the region code of my DVD-drive? I don't have Windows! | |
881 </para></question> | |
882 <answer><para> | |
21521 | 883 Use the |
884 <ulink url="http://linvdr.org/projects/regionset/">regionset tool</ulink>. | |
9675 | 885 </para></answer> |
886 </qandaentry> | |
10373 | 887 |
9675 | 888 <qandaentry> |
889 <question><para> | |
17424
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
890 I can't play a DVD, MPlayer hangs or outputs "Encrypted VOB file!" errors. |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
891 </para></question> |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
892 <answer><para> |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
893 CSS decryption code does not work with some DVD drives unless you set |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
894 the region code appropriately. See the answer to the previous question. |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
895 </para></answer> |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
896 </qandaentry> |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
897 |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
898 <qandaentry> |
2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
rathann
parents:
17139
diff
changeset
|
899 <question><para> |
12957
f5dd97090f64
fibmap_mplayer is long obsolete, noticed by Torinthiel.
diego
parents:
12815
diff
changeset
|
900 Do I need to be (setuid) root to be able to play a DVD? |
9675 | 901 </para></question> |
902 <answer><para> | |
11598
d18111ea13d0
removing last pitiful traces of old-style DVD support, with no remorse, but
gabucino
parents:
11540
diff
changeset
|
903 No. However you must have the proper rights |
9675 | 904 on the DVD device entry (in <filename class="directory">/dev/</filename>). |
905 </para></answer> | |
906 </qandaentry> | |
10373 | 907 |
9675 | 908 <qandaentry> |
909 <question><para> | |
910 Is it possible to play/encode only selected chapters? | |
911 </para></question> | |
912 <answer><para> | |
913 Yes, try the <option>-chapter</option> option. | |
914 </para></answer> | |
915 </qandaentry> | |
10373 | 916 |
9675 | 917 <qandaentry> |
918 <question><para> | |
919 My DVD playback is sluggish! | |
920 </para></question> | |
921 <answer><para> | |
922 Use the <option>-cache</option> option (described in the man page) and try | |
21521 | 923 enabling DMA for the DVD drive with the <command>hdparm</command> tool |
924 (described in the <link linkend="drives">CD chapter</link>). | |
9675 | 925 </para></answer> |
926 </qandaentry> | |
13511 | 927 |
928 <qandaentry> | |
929 <question><para> | |
930 I copied a DVD using vobcopy. How do I play/encode it from my hard disk? | |
931 </para></question> | |
932 <answer><para> | |
933 Use the <option>-dvd-device</option> option to refer to the directory | |
934 that contains the files: | |
935 <screen> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
936 mplayer dvd://1 -dvd-device <replaceable>/path/to/directory</replaceable> |
13511 | 937 </screen> |
938 </para></answer> | |
939 </qandaentry> | |
9675 | 940 </qandadiv> |
941 | |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
942 |
9675 | 943 <qandadiv id="faq-features"> |
944 <title>Feature requests</title> | |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
945 |
9675 | 946 <qandaentry> |
947 <question><para> | |
21521 | 948 If <application>MPlayer</application> is paused and I try to seek or press any |
949 key at all, <application>MPlayer</application> ceases to be paused. | |
950 I would like to be able to seek in the paused movie. | |
9675 | 951 </para></question> |
952 <answer><para> | |
953 This is very tricky to implement without losing A/V synchronization. | |
954 All attempts have failed so far, but patches are welcome. | |
955 </para></answer> | |
956 </qandaentry> | |
10373 | 957 |
9675 | 958 <qandaentry> |
959 <question><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
960 I'd like to seek +/- 1 frame instead of 10 seconds. |
9675 | 961 </para></question> |
962 <answer><para> | |
14312 | 963 You can step forward one frame by pressing <keycap>.</keycap>. |
14320 | 964 If the movie was not paused it will be paused afterwards |
965 (see the man page for details). | |
14309 | 966 Stepping backwards is unlikely to be implemented anytime soon. |
9675 | 967 </para></answer> |
968 </qandaentry> | |
969 </qandadiv> | |
970 | |
21521 | 971 <!-- ********** --> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
972 |
9675 | 973 <qandadiv id="faq-encoding"> |
974 <title>Encoding</title> | |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
975 |
9675 | 976 <qandaentry> |
977 <question><para> | |
10042 | 978 How can I encode? |
979 </para></question> | |
980 <answer><para> | |
11540 | 981 Read the <link linkend="mencoder"><application>MEncoder</application></link> |
982 section. | |
10042 | 983 </para></answer> |
984 </qandaentry> | |
10373 | 985 |
10042 | 986 <qandaentry> |
987 <question><para> | |
15493 | 988 How can I dump a full DVD title into a file? |
15430 | 989 </para></question> |
990 <answer><para> | |
15493 | 991 Once you have selected your title, and made sure it plays fine with |
992 <application>MPlayer</application>, use the option <option>-dumpstream</option>. | |
15430 | 993 For example: |
994 <screen> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
995 mplayer dvd://5 -dumpstream -dumpfile <replaceable>dvd_dump.vob</replaceable> |
15430 | 996 </screen> |
997 will dump the 5th title of the DVD into the file | |
998 <replaceable>dvd_dump.vob</replaceable> | |
999 </para></answer> | |
1000 </qandaentry> | |
1001 | |
1002 <qandaentry> | |
1003 <question><para> | |
15830 | 1004 How can I create (S)VCDs automatically? |
10042 | 1005 </para></question> |
1006 <answer><para> | |
27198
305dc504c407
Give all shell scripts a .sh suffix for consistency.
diego
parents:
26958
diff
changeset
|
1007 Try the <filename>mencvcd.sh</filename> script from the |
21521 | 1008 <filename class="directory">TOOLS</filename> subdirectory. |
1009 With it you can encode DVDs or other movies to VCD or SVCD format | |
10042 | 1010 and even burn them directly to CD. |
1011 </para></answer> | |
1012 </qandaentry> | |
10373 | 1013 |
10042 | 1014 <qandaentry> |
1015 <question><para> | |
15836 | 1016 How can I create (S)VCDs? |
15830 | 1017 </para></question> |
1018 <answer><para> | |
1019 Newer versions of <application>MEncoder</application> can directly | |
15836 | 1020 generate MPEG-2 files that can be used as a base to create a VCD or SVCD and |
1021 are likely to be playable out of the box on all platforms (for example, | |
15830 | 1022 to share a video from a digital camcorder with your computer-illiterate |
1023 friends). | |
15981
c20bd4b50521
Remove rencently added FAQ entry because we now have a much better and detailed doc elsewhere.
gpoirier
parents:
15942
diff
changeset
|
1024 Please read |
c20bd4b50521
Remove rencently added FAQ entry because we now have a much better and detailed doc elsewhere.
gpoirier
parents:
15942
diff
changeset
|
1025 <link linkend="menc-feat-vcd-dvd">Using MEncoder to create VCD/SVCD/DVD-compliant files</link> |
c20bd4b50521
Remove rencently added FAQ entry because we now have a much better and detailed doc elsewhere.
gpoirier
parents:
15942
diff
changeset
|
1026 for more details. |
15830 | 1027 </para></answer> |
1028 </qandaentry> | |
1029 | |
1030 <qandaentry> | |
1031 <question><para> | |
10042 | 1032 How can I join two video files? |
1033 </para></question> | |
1034 <answer><para> | |
14975 | 1035 MPEG files can be concatenated into a single file with luck. |
1036 For AVI files, you can use <application>MEncoder</application>'s | |
1037 multiple file support like this: | |
1038 <screen> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1039 mencoder -ovc copy -oac copy -o <replaceable>out.avi</replaceable> <replaceable>file1.avi</replaceable> <replaceable>file2.avi</replaceable> |
14975 | 1040 </screen> |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1041 This will only work if the files are of the same resolution |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1042 and use the same codec. |
14975 | 1043 You can also try |
10042 | 1044 <ulink url="http://fixounet.free.fr/avidemux/">avidemux</ulink> and |
1045 <application>avimerge</application> (part of the | |
14975 | 1046 <ulink url="http://www.transcoding.org/">transcode</ulink> |
1047 tool set). | |
10042 | 1048 </para></answer> |
1049 </qandaentry> | |
10373 | 1050 |
10042 | 1051 <qandaentry> |
1052 <question><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1053 How can I fix AVI files with a broken index or bad interleaving? |
15112
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1054 </para></question> |
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1055 <answer><para> |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1056 To avoid having to use <option>-idx</option> to be able to seek in |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1057 AVI files with a broken index or <option>-ni</option> to play AVI |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1058 files with bad interleaving, use the command |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1059 <screen> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1060 mencoder <replaceable>input.avi</replaceable> -idx -ovc copy -oac copy -o <replaceable>output.avi</replaceable> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1061 </screen> |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1062 to copy the video and audio streams into a new AVI file while |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1063 regenerating the index and correctly interleaving the data. |
15112
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1064 Of course this cannot fix possible bugs in the video and/or audio streams. |
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1065 </para></answer> |
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1066 </qandaentry> |
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1067 |
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1068 <qandaentry> |
4433dd310657
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
gpoirier
parents:
15029
diff
changeset
|
1069 <question><para> |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1070 How can I fix the aspect ratio of an AVI file? |
15253
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1071 </para></question> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1072 <answer><para> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1073 You can do such a thing thanks to <application>MEncoder</application>'s |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1074 <option>-force-avi-aspect</option> option, which overrides the aspect |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1075 stored in the AVI OpenDML vprp header option. For example: |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1076 <screen> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1077 mencoder <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <replaceable>output.avi</replaceable> -force-avi-aspect 4/3 |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1078 </screen> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1079 </para></answer> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1080 </qandaentry> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1081 |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1082 <qandaentry> |
da146d62612b
explains how to fix the aspect ratio of an AVI file
gpoirier
parents:
15130
diff
changeset
|
1083 <question><para> |
19498 | 1084 How can I backup and encode a VOB file with a broken beginning? |
1085 </para></question> | |
1086 <answer><para> | |
1087 The main problem when you want to encode a VOB file which is corrupted | |
1088 <footnote id='fn-corrupted-files-or-copy-protection'><para> | |
1089 To some extent, some forms of copy protection used in DVDs can be | |
1090 assumed to be content corruption. | |
1091 </para></footnote> | |
1092 is that it will be hard to get an encode with perfect A/V sync. | |
1093 One workaround is to just shave off the corrupted part and encode just the | |
1094 clean part. | |
1095 First you need to find where the clean part starts: | |
1096 <screen> | |
1097 mplayer <replaceable>input.vob</replaceable> -sb <replaceable>nb_of_bytes_to_skip</replaceable> | |
1098 </screen> | |
1099 Then you can create a new file which contains just the clean part: | |
1100 <screen> | |
1101 dd if=<replaceable>input.vob</replaceable> of=<replaceable>output_cut.vob</replaceable> skip=1 ibs=<replaceable>nb_of_bytes_to_skip</replaceable> | |
1102 </screen> | |
1103 </para></answer> | |
1104 </qandaentry> | |
1105 | |
1106 <qandaentry> | |
1107 <question><para> | |
9675 | 1108 I can't encode DVD subtitles into the AVI! |
1109 </para></question> | |
1110 <answer><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1111 You have to properly specify the <option>-sid</option> option. |
9675 | 1112 </para></answer> |
1113 </qandaentry> | |
10373 | 1114 |
9675 | 1115 <qandaentry> |
1116 <question><para> | |
1117 How can I encode only selected chapters from a DVD? | |
1118 </para></question> | |
1119 <answer><para> | |
21521 | 1120 Use the <option>-chapter</option> option correctly, |
1121 like: <option>-chapter 5-7</option>. | |
9675 | 1122 </para></answer> |
1123 </qandaentry> | |
10373 | 1124 |
9675 | 1125 <qandaentry> |
1126 <question><para> | |
1127 I'm trying to work with 2GB+ files on a VFAT file system. Does it work? | |
1128 </para></question> | |
1129 <answer><para> | |
1130 No, VFAT doesn't support 2GB+ files. | |
1131 </para></answer> | |
1132 </qandaentry> | |
10373 | 1133 |
9675 | 1134 <qandaentry> |
1135 <question><para> | |
21521 | 1136 What is the meaning of the numbers on the status line |
1137 during the encoding process? | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1138 </para></question> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1139 <answer><para> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1140 Example: |
21521 | 1141 <screen> |
1142 Pos: 264.5s 6612f ( 2%) 7.12fps Trem: 576min 2856mb A-V:0.065 [2126:192] | |
1143 </screen> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1144 <variablelist> |
21521 | 1145 <varlistentry> |
1146 <term><systemitem>Pos: 264.5s</systemitem></term> | |
1147 <listitem><para>time position in the encoded stream</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1148 </varlistentry> |
21521 | 1149 <varlistentry> |
1150 <term><systemitem>6612f</systemitem></term> | |
1151 <listitem><para>number of video frames encoded</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1152 </varlistentry> |
21521 | 1153 <varlistentry> |
1154 <term><systemitem>( 2%)</systemitem></term> | |
1155 <listitem><para>portion of the input stream encoded</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1156 </varlistentry> |
21521 | 1157 <varlistentry> |
1158 <term><systemitem>7.12fps</systemitem></term> | |
1159 <listitem><para>encoding speed</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1160 </varlistentry> |
21521 | 1161 <varlistentry> |
1162 <term><systemitem>Trem: 576min</systemitem></term> | |
1163 <listitem><para>estimated remaining encoding time</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1164 </varlistentry> |
21521 | 1165 <varlistentry> |
1166 <term><systemitem>2856mb</systemitem></term> | |
1167 <listitem><para>estimated size of the final encode</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1168 </varlistentry> |
21521 | 1169 <varlistentry> |
1170 <term><systemitem>A-V:0.065</systemitem></term> | |
1171 <listitem><para>current delay between audio and video streams</para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1172 </varlistentry> |
21521 | 1173 <varlistentry> |
1174 <term><systemitem>[2126:192]</systemitem></term> | |
1175 <listitem><para> | |
1176 average video bitrate (in kb/s) and average audio bitrate (in kb/s) | |
1177 </para></listitem> | |
20298
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1178 </varlistentry> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1179 </variablelist> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1180 </para></answer> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1181 </qandaentry> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1182 |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1183 <qandaentry> |
3c469a2030e7
What is the meaning of the numbers on the status line during the encoding process?
gpoirier
parents:
19822
diff
changeset
|
1184 <question><para> |
21521 | 1185 Why is the recommended bitrate printed by <application>MEncoder</application> |
1186 negative? | |
9675 | 1187 </para></question> |
1188 <answer><para> | |
1189 Because the bitrate you encoded the audio with is too large to fit the | |
1190 movie on any CD. Check if you have libmp3lame installed properly. | |
1191 </para></answer> | |
1192 </qandaentry> | |
10448 | 1193 |
1194 <qandaentry> | |
1195 <question><para> | |
14024 | 1196 I can't encode an ASF file to AVI/MPEG-4 (DivX) because it uses 1000 fps. |
10448 | 1197 </para></question> |
1198 <answer><para> | |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1199 Since ASF uses variable framerate but AVI uses a fixed one, you |
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1200 have to set it by hand with the <option>-ofps</option> option. |
10448 | 1201 </para></answer> |
1202 </qandaentry> | |
1203 | |
10631 | 1204 <qandaentry> |
1205 <question><para> | |
1206 How can I put subtitles in the output file? | |
1207 </para></question> | |
1208 <answer><para> | |
1209 Just pass the <option>-sub <filename></option> (or <option>-sid</option>, | |
12815 | 1210 respectively) option to <application>MEncoder</application>. |
10631 | 1211 </para></answer> |
1212 </qandaentry> | |
1213 | |
14060
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1214 <qandaentry> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1215 <question><para> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1216 How do I encode only sound from a music video? |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1217 </para></question> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1218 <answer><para> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1219 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
|
1220 <emphasis role="bold">&</emphasis> at the end of |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1221 <command>mplayer</command> command): |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1222 <screen> |
21521 | 1223 mkfifo <replaceable>encode</replaceable> |
1224 mplayer -ao pcm -aofile <replaceable>encode</replaceable> dvd://1 & | |
1225 lame <replaceable>your_opts</replaceable> <replaceable>encode</replaceable> <replaceable>music.mp3</replaceable> | |
1226 rm <replaceable>encode</replaceable> | |
14060
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1227 </screen> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1228 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
|
1229 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
|
1230 above command. |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1231 </para></answer> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1232 </qandaentry> |
9f7c1022627b
FAQ about audio-only encoding (approved by Diego)
rathann
parents:
14024
diff
changeset
|
1233 |
15921
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1234 <qandaentry> |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1235 <question><para> |
15925 | 1236 Why do third-party players fail to play MPEG-4 movies encoded by |
1237 <application>MEncoder</application> versions later than 1.0pre7? | |
15921
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1238 </para></question> |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1239 <answer><para> |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1240 <systemitem class="library">libavcodec</systemitem>, the native MPEG-4 |
15922 | 1241 encoding library usually shipped with <application>MEncoder</application>, |
1242 used to set the FourCC to 'DIVX' when encoding MPEG-4 videos | |
1243 (the FourCC is an AVI tag to identify the software used to encode and | |
1244 the intended software to use for decoding the video). | |
1245 This led many people to think that | |
1246 <systemitem class="library">libavcodec</systemitem> | |
1247 was a DivX encoding library, when in fact it is a completely different | |
15925 | 1248 MPEG-4 encoding library which implements the MPEG-4 standard much |
15942 | 1249 better than DivX does. |
15921
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1250 Therefore, the new default FourCC used by |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1251 <systemitem class="library">libavcodec</systemitem> is 'FMP4', but you |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1252 may override this behavior using <application>MEncoder</application>'s |
15922 | 1253 <option>-ffourcc</option> option. |
15925 | 1254 You may also change the FourCC of existing files in the same way: |
15921
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1255 <screen> |
21521 | 1256 mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.avi</replaceable> -ffourcc XVID |
15921
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1257 </screen> |
16004
3bed758b6eae
Big cleanup all over the place; wording/grammar/typo fixes as usual, many
diego
parents:
15981
diff
changeset
|
1258 Note that this will set the FourCC to XVID rather than DIVX. |
15922 | 1259 This is recommended as DIVX FourCC means DivX4, which is a very basic |
1260 MPEG-4 codec, whereas DX50 and XVID both mean full MPEG-4 (ASP). | |
1261 Therefore, if you change the FourCC to DIVX, some bad software or | |
1262 hardware players may choke on some advanced features that | |
1263 <systemitem class="library">libavcodec</systemitem> supports, but DivX | |
20860 | 1264 doesn't; on the other hand <systemitem class="library">Xvid</systemitem> |
15925 | 1265 is closer to <systemitem class="library">libavcodec</systemitem> in |
1266 terms of functionality, and is supported by all decent players. | |
15921
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1267 </para></answer> |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1268 </qandaentry> |
c821dbc2c21b
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
gpoirier
parents:
15901
diff
changeset
|
1269 |
16658
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1270 <qandaentry> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1271 <question><para> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1272 How can I encode an audio only file? |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1273 </para></question> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1274 <answer><para> |
27198
305dc504c407
Give all shell scripts a .sh suffix for consistency.
diego
parents:
26958
diff
changeset
|
1275 Use <filename>aconvert.sh</filename> from the |
16658
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1276 <filename class="directory">TOOLS</filename> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1277 subdirectory in the MPlayer source tree. |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1278 </para></answer> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1279 </qandaentry> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1280 |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1281 <qandaentry> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1282 <question><para> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1283 How can I play subtitles embedded in AVI? |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1284 </para></question> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1285 <answer><para> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1286 Use <filename>avisubdump.c</filename> from the |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1287 <filename class="directory">TOOLS</filename> subdirectory or read |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1288 <ulink url="http://xlife.zuavra.net/curse/0012/">this document about extracting/demultiplexing subtitles embedded in OpenDML AVI files</ulink>. |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1289 </para></answer> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1290 </qandaentry> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1291 |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1292 <qandaentry> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1293 <question><para> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1294 MPlayer won't... |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1295 </para></question> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1296 <answer><para> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1297 Have a look at the <filename class="directory">TOOLS</filename> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1298 subdirectory for a collection of random scripts and hacks. |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1299 <filename>TOOLS/README</filename> contains documentation. |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1300 </para></answer> |
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1301 </qandaentry> |
20642
d2bca7bc01b8
(cosmetics) Unify and clarify blank lines usage
torinthiel
parents:
20641
diff
changeset
|
1302 </qandadiv> |
16658
b733dccdc4c2
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
diego
parents:
16562
diff
changeset
|
1303 |
9675 | 1304 </qandaset> |
1305 | |
15835 | 1306 </chapter> |