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