comparison DOCS/xml/en/faq.xml @ 10373:9d36646579fa

sync with HTML switched to "Q-and-A" style added trailing spaces between entries
author nicolas
date Sat, 05 Jul 2003 09:42:35 +0000
parents d927b21b57c1
children 23c9ebca2e24
comparison
equal deleted inserted replaced
10372:17554a75a654 10373:9d36646579fa
1 <?xml version="1.0" encoding="iso-8859-1"?> 1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <chapter id="faq" xreflabel="FAQ"> 2 <chapter id="faq" xreflabel="FAQ">
3 <title>Frequently Asked Questions</title> 3 <title>Frequently Asked Questions</title>
4 4
5 <qandaset defaultlabel="number"> 5 <qandaset defaultlabel="qanda">
6
7 <qandadiv id="faq-development">
8 <title>Development</title>
9
10 <qandaentry>
11 <question><para>
12 How do I create a proper patch for <application>MPlayer</application>?
13 </para></question>
14 <answer><para>
15 We made a <ulink url="../../tech/patches.txt">short document</ulink>
16 describing all the necessary details. Please follow the instructions.
17 </para></answer>
18 </qandaentry>
19
20 <qandaentry>
21 <question><para>
22 How can I support <application>MPlayer</application> development?
23 </para></question>
24 <answer><para>
25 We are more than happy to accept your hardware and software
26 <ulink url="http://www.mplayerhq.hu/homepage/donations.html">donations</ulink>.
27 They help us in continuously improving MPlayer.
28 </para></answer>
29 </qandaentry>
30
31 <qandaentry>
32 <question><para>
33 How can I become an <application>MPlayer</application> developer?
34 </para></question>
35 <answer><para>
36 We always welcome coders and documenters. Read the
37 <ulink url="../../tech/">technical documentation</ulink>
38 to get a first grasp. Then you should subscribe to the
39 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</ulink>
40 mailing list and start coding.
41 </para></answer>
42 </qandaentry>
43
44 <qandaentry>
45 <question><para>
46 Why don't you use autoconf/automake?
47 </para></question>
48 <answer><para>
49 We have a modular, handwritten build system. It does a reasonably good
50 job, so why change? Besides, we dislike the auto* tools, just like
51 <ulink url="http://freshmeat.net/articles/view/889/">other people</ulink>.
52 </para></answer>
53 </qandaentry>
54 </qandadiv>
6 55
7 <qandadiv id="faq-compilation"> 56 <qandadiv id="faq-compilation">
8 <title>Compilation</title> 57 <title>Compilation</title>
58 <qandaentry>
59 <question><para>
60 Are there binary (RPM/deb) packages of <application>MPlayer</application>?
61 </para></question>
62 <answer><para>
63 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link>
64 section for details.
65 </para></answer>
66 </qandaentry>
67
9 <qandaentry> 68 <qandaentry>
10 <question><para> 69 <question><para>
11 Compilation stops with an error message similar to this one: 70 Compilation stops with an error message similar to this one:
12 <screen> 71 <screen>
13 In file included from mplayer.c:34: 72 In file included from mplayer.c:34:
30 <screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen> 89 <screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen>
31 </para></question> 90 </para></question>
32 <answer><para> 91 <answer><para>
33 Your gcc isn't installed correctly, check the <filename>config.log</filename> 92 Your gcc isn't installed correctly, check the <filename>config.log</filename>
34 file for details. 93 file for details.
35 </para></answer>
36 </qandaentry>
37
38 <qandaentry>
39 <question><para>
40 What does &quot;No such file or directory&quot; mean?
41 </para></question>
42 <answer><para>
43 Probably there is no such file or directory.
44 </para></answer> 94 </para></answer>
45 </qandaentry> 95 </qandaentry>
46 96
47 <qandaentry> 97 <qandaentry>
48 <question><para> 98 <question><para>
186 </para></answer> 236 </para></answer>
187 </qandaentry> 237 </qandaentry>
188 238
189 <qandaentry> 239 <qandaentry>
190 <question><para> 240 <question><para>
191 I have a G200/G400, how do I compile/use the mga_vid driver? 241 I have a Matrox G200/G400/G450/G550, how do I compile/use the mga_vid driver?
192 </para></question> 242 </para></question>
193 <answer><para> 243 <answer><para>
194 Read the <link linkend="mga_vid">mga_vid documentation</link>. 244 Read the <link linkend="mga_vid">mga_vid</link> section.
195 </para></answer> 245 </para></answer>
196 </qandaentry> 246 </qandaentry>
197 247
198 <qandaentry> 248 <qandaentry>
199 <question><para> 249 <question><para>
200 Are there rpm/deb/... packages of <application>MPlayer</application>? 250 Hmm, strange. When loading the <filename>mga_vid.o</filename> kernel
201 </para></question> 251 module, I found this in the logs:
202 <answer><para> 252 <screen>Warning: loading mga_vid.o will taint the kernel: no license</screen>
203 You can make a .deb package for yourself, check the 253 </para></question>
204 <link linkend="debian">Debian packaging</link> section. There are links to 254 <answer><para>
205 official Red Hat RPM packages available on our 255 The latest kernel modutils require a flag indicating the license
206 <ulink url="http://www.mplayerhq.hu/homepage/dload.html">download page</ulink>. 256 (mainly to avoid kernel hackers debugging closed source drivers).
257 Upgrade your kernel, modutils and <application>MPlayer</application>.
207 </para></answer> 258 </para></answer>
208 </qandaentry> 259 </qandaentry>
209 260
210 <qandaentry> 261 <qandaentry>
211 <question><para> 262 <question><para>
252 </para></answer> 303 </para></answer>
253 </qandaentry> 304 </qandaentry>
254 305
255 <qandaentry> 306 <qandaentry>
256 <question><para> 307 <question><para>
257 Hmm, strange. When loading the <filename>mga_vid.o</filename> kernel module, I
258 found this in the logs:
259 <programlisting>
260 Warning: loading mga_vid.o will taint the kernel: no license
261 </programlisting>
262 </para></question>
263 <answer><para>
264 The latest kernel modutils require a flag indicating the license (mainly to avoid
265 kernel hackers debugging closed source drivers). Upgrade your kernel, modutils
266 and <application>MPlayer</application>.
267 </para></answer>
268 </qandaentry>
269
270 <qandaentry>
271 <question><para>
272 When compiling <application>MEncoder</application>, it segfaults at linking! 308 When compiling <application>MEncoder</application>, it segfaults at linking!
273 </para></question> 309 </para></question>
274 <answer><para> 310 <answer><para>
275 This is a linker problem. Upgrading binutils should help (2.11.92.* 311 This is a linker problem. Upgrading binutils should help (2.11.92.*
276 or newer should be good). Since it is not our fault, please do 312 or newer should be good). Since it is not our fault, please do
298 334
299 </qandadiv> 335 </qandadiv>
300 336
301 <qandadiv id="faq-general"> 337 <qandadiv id="faq-general">
302 <title>General questions</title> 338 <title>General questions</title>
303 <qandaentry> 339
304 <question><para> 340 <qandaentry>
305 How do I create a proper patch for <application>MPlayer</application>? 341 <question><para>
306 </para></question> 342 Are there any mailing lists on <application>MPlayer</application>?
307 <answer><para> 343 </para></question>
308 We made a <ulink url="../../tech/patches.txt">short document</ulink> 344 <answer><para>
309 describing all the necessary details. Please follow the instructions. 345 Yes. See the <link linkend="mailinglists">mailing lists</link>
310 </para></answer> 346 section.
311 </qandaentry> 347 </para></answer>
312 348 </qandaentry>
313 <qandaentry> 349
314 <question><para> 350 <qandaentry>
315 How can I support <application>MPlayer</application> development? 351 <question><para>
316 </para></question> 352 I've found a nasty bug when I tried to play my favorite video! Who should I inform?
317 <answer><para> 353 </para></question>
318 We are more than happy to accept your hardware and software 354 <answer><para>
319 <ulink url="http://www.mplayerhq.hu/homepage/donations.html">donations</ulink>. 355 Please read the
320 They help us in continuously improving MPlayer. 356 <link linkend="bugreports">bug reporting guidelines</link>
321 </para></answer> 357 and follow the instructions.
322 </qandaentry> 358 </para></answer>
323 359 </qandaentry>
324 <qandaentry> 360
325 <question><para> 361 <qandaentry>
326 How can I become an <application>MPlayer</application> developer? 362 <question><para>
327 </para></question> 363 I have problems playing files with the ... codec. Can I use them?
328 <answer><para> 364 </para></question>
329 We always welcome coders and documenters. Read the 365 <answer><para>
330 <ulink url="../../tech/">technical documentation</ulink> 366 Check the <ulink url="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</ulink>,
331 to get a first grasp. Then you should subscribe to the 367 if it doesn't contain your codec, read the <link linkend="codecs">codec documentation</link>,
332 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</ulink> 368 especially the <link linkend="win32-codecs">codec importing HOWTO</link> and contact us.
333 mailing list and start coding. 369 </para></answer>
334 </para></answer> 370 </qandaentry>
335 </qandaentry> 371
336 372 <qandaentry>
337 <qandaentry> 373 <question><para>
338 <question><para> 374 When I start playing, I get this message but everything seems fine:
339 Can I run multiple instances of <application>MPlayer</application>? 375 <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen>
340 </para></question> 376 </para></question>
341 <answer><para> 377 <answer><para>
342 Yes. Some video out drivers like xv, dga or (x)mga are exclusive, some are 378 You need root privileges or a specially set up kernel to use the new timing
343 exclusive in combination with certain graphics boards and drivers. You will 379 code. For details see the <link linkend="rtc">RTC section</link> of the documentation.
344 not be able to run more than one instance of MPlayer with one of those video
345 out drivers. To a lesser degree this also applies to audio drivers. Not all
346 allow playback of multiple streams on the same device.
347 </para></answer> 380 </para></answer>
348 </qandaentry> 381 </qandaentry>
349 382
350 <qandaentry> 383 <qandaentry>
351 <question><para> 384 <question><para>
434 </para></answer> 467 </para></answer>
435 </qandaentry> 468 </qandaentry>
436 469
437 <qandaentry> 470 <qandaentry>
438 <question><para> 471 <question><para>
439 Are there any mailing lists on <application>MPlayer</application>?
440 </para></question>
441 <answer><para>
442 Yes. See the bottom of the info page on
443 <ulink url="http://www.mplayerhq.hu/homepage/info.html">our homepage</ulink>
444 to subscribe.
445 </para></answer>
446 </qandaentry>
447
448 <qandaentry>
449 <question><para>
450 I've found a nasty bug when I tried to play my favorite video! Who should I inform?
451 </para></question>
452 <answer><para>
453 Please read the
454 <link linkend="bugreports">bug reporting guidelines</link>
455 and follow the instructions.
456 </para></answer>
457 </qandaentry>
458
459 <qandaentry>
460 <question><para>
461 I have problems playing files with the ... codec. Can I use them?
462 </para></question>
463 <answer><para>
464 Check the <ulink url="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</ulink>,
465 if it doesn't contain your codec, read the <link linkend="codecs">codec documentation</link>,
466 especially the <link linkend="win32-codecs">codec importing HOWTO</link> and contact us.
467 </para></answer>
468 </qandaentry>
469
470 <qandaentry>
471 <question><para>
472 Umm, what is &quot;IdegCounter&quot;? 472 Umm, what is &quot;IdegCounter&quot;?
473 </para></question> 473 </para></question>
474 <answer><para> 474 <answer><para>
475 A combination of a Hungarian and an English word. &quot;Ideg&quot; in Hungarian 475 A combination of a Hungarian and an English word. &quot;Ideg&quot; in Hungarian
476 means the same as "nerve" in English, and is pronounced as something like 476 means the same as "nerve" in English, and is pronounced as something like
580 580
581 <qandadiv id="faq-playback"> 581 <qandadiv id="faq-playback">
582 <title>Playback problems</title> 582 <title>Playback problems</title>
583 <qandaentry> 583 <qandaentry>
584 <question><para> 584 <question><para>
585 I can play certain AVIs but I get no sound and this kind of error: 585 ... works with <application>xine/avifile/...</application> but doesn't with
586 <screen>
587 Detected audio codec: [divx] afm:4 (DivX audio (WMA))
588 Requested audio codec family [divx] (afm=4) not available (enable it at
589 compile time!)
590 </screen>
591 </para></question>
592 <answer><para>
593 Probably the audio uses a codec not natively supported by <application>MPlayer</application>.
594 Install the Win32 codec package as described in the <filename>README</filename>
595 or in the <link linkend="install">Installation</link> section.
596 </para></answer>
597 </qandaentry>
598 <qandaentry>
599 <question><para>
600 ... works with <application>avifile/aviplay</application> but doesn't with
601 <application>MPlayer</application>. 586 <application>MPlayer</application>.
602 </para></question> 587 </para></question>
603 <answer><para> 588 <answer><para>
604 <application>MPlayer</application> is not <application>avifile</application>. 589 <application>MPlayer</application> is not <application>xine/avifile/...</application>.
605 The only common thing between these players is the Win32 DLL loader. The codecs 590 Although these players have some code in common, the codecs (DLL) set,
606 (DLL) set, synchronization, demultiplexing etc is totally different and shouldn't 591 synchronization, demultiplexing etc is different and should not be
607 be compared. If something works with <application>aviplay</application> it doesn't 592 compared. If you have a file <application>MPlayer</application> fails to
608 mean that <application>MPlayer</application> will work and vice versa. 593 play correctly but works in another player, please read the
609 </para></answer> 594 <link linkend="bugreports">bug reporting guidelines</link> and upload
610 </qandaentry> 595 the file to our FTP server.
596 </para></answer>
597 </qandaentry>
598
611 <qandaentry> 599 <qandaentry>
612 <question><para> 600 <question><para>
613 Audio goes out of sync playing an AVI file. 601 Audio goes out of sync playing an AVI file.
614 </para></question> 602 </para></question>
615 <answer><para> 603 <answer><para>
616 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not 604 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not
617 improve, read <link linkend="bugreports">this</link> and upload the file to FTP. 605 improve, read <link linkend="bugreports">this</link> and upload the file to FTP.
618 </para></answer> 606 </para></answer>
619 </qandaentry> 607 </qandaentry>
608
620 <qandaentry> 609 <qandaentry>
621 <question><para> 610 <question><para>
622 <application>MPlayer</application> exits with some error when using <filename>l3codeca.acm</filename>. 611 <application>MPlayer</application> exits with some error when using <filename>l3codeca.acm</filename>.
623 </para></question> 612 </para></question>
624 <answer><para> 613 <answer><para>
632 non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't 621 non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't
633 change this. You should use a non-patched kernel, or use MPlayer's 622 change this. You should use a non-patched kernel, or use MPlayer's
634 <option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>. 623 <option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>.
635 </para></answer> 624 </para></answer>
636 </qandaentry> 625 </qandaentry>
626
637 <qandaentry> 627 <qandaentry>
638 <question><para> 628 <question><para>
639 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo mp3 sound 629 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo mp3 sound
640 too slow. When I use <option>-nosound</option> option, everything is OK (but quiet). 630 too slow. When I use <option>-nosound</option> option, everything is OK (but quiet).
641 </para></question> 631 </para></question>
642 <answer><para> 632 <answer><para>
643 Your machine is too slow or your soundcard driver is broken. Consult the 633 Your machine is too slow or your soundcard driver is broken. Consult the
644 documentation to see if you can improve performance. 634 documentation to see if you can improve performance.
645 </para></answer> 635 </para></answer>
646 </qandaentry> 636 </qandaentry>
637
647 <qandaentry> 638 <qandaentry>
648 <question><para> 639 <question><para>
649 <application>MPlayer</application> dies with &quot;MPlayer interrupted by 640 <application>MPlayer</application> dies with &quot;MPlayer interrupted by
650 signal 4 in module: decode_video&quot;. 641 signal 4 in module: decode_video&quot;.
651 </para></question> 642 </para></question>
654 CPU detection (<command>./configure --enable-runtime-cpudetection</command>). 645 CPU detection (<command>./configure --enable-runtime-cpudetection</command>).
655 Don't use MPlayer on a CPU different from the one it was compiled on, without 646 Don't use MPlayer on a CPU different from the one it was compiled on, without
656 using the feature mentioned just now. 647 using the feature mentioned just now.
657 </para></answer> 648 </para></answer>
658 </qandaentry> 649 </qandaentry>
650
659 <qandaentry> 651 <qandaentry>
660 <question><para> 652 <question><para>
661 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ... 653 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ...
662 </para></question> 654 </para></question>
663 <answer><para> 655 <answer><para>
664 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us 656 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us
665 a proper bug report. 657 a proper bug report.
666 </para></answer> 658 </para></answer>
667 </qandaentry> 659 </qandaentry>
660
668 <qandaentry> 661 <qandaentry>
669 <question><para> 662 <question><para>
670 I got this playing MPEG files: Can't find codec for video format 0x10000001! 663 I got this playing MPEG files: Can't find codec for video format 0x10000001!
671 </para></question> 664 </para></question>
672 <answer><para> 665 <answer><para>
675 <filename class="directory">/etc/</filename>. 668 <filename class="directory">/etc/</filename>.
676 <emphasis role="bold">OR</emphasis> you have the <option>vc=</option> option or 669 <emphasis role="bold">OR</emphasis> you have the <option>vc=</option> option or
677 something similar in your config file(s). 670 something similar in your config file(s).
678 </para></answer> 671 </para></answer>
679 </qandaentry> 672 </qandaentry>
673
680 <qandaentry> 674 <qandaentry>
681 <question><para> 675 <question><para>
682 When starting <application>MPlayer</application> under KDE I just get a black 676 When starting <application>MPlayer</application> under KDE I just get a black
683 screen and nothing happens. After about one minute the video starts playing. 677 screen and nothing happens. After about one minute the video starts playing.
684 </para></question> 678 </para></question>
689 (<option>-ao arts</option>). If it fails or isn't compiled in, try SDL 683 (<option>-ao arts</option>). If it fails or isn't compiled in, try SDL
690 (<option>-ao sdl</option>) and make sure your SDL can handle arts sound. Yet 684 (<option>-ao sdl</option>) and make sure your SDL can handle arts sound. Yet
691 another option is to start <application>MPlayer</application> with artsdsp. 685 another option is to start <application>MPlayer</application> with artsdsp.
692 </para></answer> 686 </para></answer>
693 </qandaentry> 687 </qandaentry>
688
694 <qandaentry> 689 <qandaentry>
695 <question><para> 690 <question><para>
696 I have an AVI that produces a gray screen when played with <option>-vc odivx</option> 691 I have an AVI that produces a gray screen when played with <option>-vc odivx</option>
697 and a green one with <option>-vc divx4</option>. 692 and a green one with <option>-vc divx4</option>.
698 </para></question> 693 </para></question>
699 <answer><para> 694 <answer><para>
700 It's not a DivX file, but an MS MPEG4v3. Update your <filename>codecs.conf</filename>. 695 It's not a DivX file, but an MS MPEG4v3. Update your <filename>codecs.conf</filename>.
701 </para></answer> 696 </para></answer>
702 </qandaentry> 697 </qandaentry>
698
703 <qandaentry> 699 <qandaentry>
704 <question><para> 700 <question><para>
705 When I play this movie I get video-audio desync and/or <application>MPlayer</application> 701 When I play this movie I get video-audio desync and/or <application>MPlayer</application>
706 crashes with the following message: 702 crashes with the following message:
707 <screen>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</screen> 703 <screen>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</screen>
725 The AVI has a bad header, try the <option>-nobps</option> option, and/or <option>-mc 0</option>. 721 The AVI has a bad header, try the <option>-nobps</option> option, and/or <option>-mc 0</option>.
726 </para></listitem> 722 </para></listitem>
727 </itemizedlist> 723 </itemizedlist>
728 </para></answer> 724 </para></answer>
729 </qandaentry> 725 </qandaentry>
726
730 <qandaentry> 727 <qandaentry>
731 <question><para> 728 <question><para>
732 I have an MJPEG file which works with other players but displays only a black image in 729 I have an MJPEG file which works with other players but displays only a black image in
733 <application>MPlayer</application> 730 <application>MPlayer</application>
734 </para></question> 731 </para></question>
735 <answer><para> 732 <answer><para>
736 Disable the Windows DLL in <filename>codecs.conf</filename>, or use the 733 Disable the Windows DLL in <filename>codecs.conf</filename>, or use the
737 <option>-vc ffmjpeg</option> option (compile MPlayer with libavcodec for this to work). 734 <option>-vc ffmjpeg</option> option (compile MPlayer with libavcodec for this to work).
738 </para></answer> 735 </para></answer>
739 </qandaentry> 736 </qandaentry>
737
740 <qandaentry> 738 <qandaentry>
741 <question><para> 739 <question><para>
742 When I try to grab from my tuner, it works, but colors are strange. It's OK with other 740 When I try to grab from my tuner, it works, but colors are strange. It's OK with other
743 applications. 741 applications.
744 </para></question> 742 </para></question>
745 <answer><para> 743 <answer><para>
746 Your card probably misreports its colorspace capacity. Try with YUY2 instead of 744 Your card probably misreports its colorspace capacity. Try with YUY2 instead of
747 default YV12 (see the <link linkend="tv-input">TV input documentation</link>). 745 default YV12 (see the <link linkend="tv-input">TV</link> section).
748 </para></answer> 746 </para></answer>
749 </qandaentry> 747 </qandaentry>
750 <qandaentry> 748
751 <question><para>
752 When I start playing, I get this message but everything seems fine:
753 <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen>
754 </para></question>
755 <answer><para>
756 You need root privileges or a specially set up kernel to use the new timing
757 code. For details see the <link linkend="rtc">RTC section</link> of the documentation.
758 </para></answer>
759 </qandaentry>
760 <qandaentry> 749 <qandaentry>
761 <question><para> 750 <question><para>
762 I have A/V sync problems. Some of my AVIs play fine, but some play with double speed! 751 I have A/V sync problems. Some of my AVIs play fine, but some play with double speed!
763 </para></question> 752 </para></question>
764 <answer><para> 753 <answer><para>
765 You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you 754 You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
766 try to play a file which has 22050Hz audio. Try the resample audio plugin. 755 try to play a file which has 22050Hz audio. Try the resample audio plugin.
767 </para></answer> 756 </para></answer>
768 </qandaentry> 757 </qandaentry>
758
769 <qandaentry> 759 <qandaentry>
770 <question><para> 760 <question><para>
771 All the WMV (or other..) files I play create a green/gray window and there is 761 All the WMV (or other..) files I play create a green/gray window and there is
772 only sound! <application>MPlayer</application> prints: 762 only sound! <application>MPlayer</application> prints:
773 <screen>Detected video codec: [null] drv:0 (NULL codec (no decoding))</screen> 763 <screen>Detected video codec: [null] drv:0 (NULL codec (no decoding))</screen>
774 </para></question> 764 </para></question>
775 <answer><para> 765 <answer><para>
776 Update your <filename>codecs.conf</filename>. 766 Update your <filename>codecs.conf</filename>.
777 </para></answer> 767 </para></answer>
778 </qandaentry> 768 </qandaentry>
769
779 <qandaentry> 770 <qandaentry>
780 <question><para> 771 <question><para>
781 I get very strange percentage values (way too big) while playing files on my notebook. 772 I get very strange percentage values (way too big) while playing files on my notebook.
782 </para></question> 773 </para></question>
783 <answer><para> 774 <answer><para>
786 <emphasis role="bold">before</emphasis> you power on your notebook. You can also 777 <emphasis role="bold">before</emphasis> you power on your notebook. You can also
787 try whether <ulink url="http://www.brodo.de/cpufreq/">cpufreq</ulink> 778 try whether <ulink url="http://www.brodo.de/cpufreq/">cpufreq</ulink>
788 (a SpeedStep interface for Linux) helps you. 779 (a SpeedStep interface for Linux) helps you.
789 </para></answer> 780 </para></answer>
790 </qandaentry> 781 </qandaentry>
782
791 <qandaentry> 783 <qandaentry>
792 <question><para> 784 <question><para>
793 The audio/video gets totally out of sync when I run <application>MPlayer</application> 785 The audio/video gets totally out of sync when I run <application>MPlayer</application>
794 as root on my notebook. It works normal when i run it as a user. 786 as root on my notebook. It works normal when i run it as a user.
795 </para></question> 787 </para></question>
797 This is again a power management effect (see above). Plug the external power 789 This is again a power management effect (see above). Plug the external power
798 connector in <emphasis role="bold">before</emphasis> you power on your notebook 790 connector in <emphasis role="bold">before</emphasis> you power on your notebook
799 or use the <option>-nortc</option> option. 791 or use the <option>-nortc</option> option.
800 </para></answer> 792 </para></answer>
801 </qandaentry> 793 </qandaentry>
802 <qandaentry> 794
795 <qandaentry>
803 <question><para> 796 <question><para>
804 While playing a movie it suddenly gets jerky and I get the following message: 797 While playing a movie it suddenly gets jerky and I get the following message:
805 <screen>Badly interleaved AVI file detected - switching to -ni mode...</screen> 798 <screen>Badly interleaved AVI file detected - switching to -ni mode...</screen>
806 </para></question> 799 </para></question>
807 <answer><para> 800 <answer><para>
828 Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try disabling 821 Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try disabling
829 the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option> 822 the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option>
830 option to make MPlayer use ARTS or ESD. 823 option to make MPlayer use ARTS or ESD.
831 </para></answer> 824 </para></answer>
832 </qandaentry> 825 </qandaentry>
826
833 <qandaentry> 827 <qandaentry>
834 <question><para> 828 <question><para>
835 What about the DGA driver? I can't find it! 829 What about the DGA driver? I can't find it!
836 </para></question> 830 </para></question>
837 <answer><para> 831 <answer><para>
838 <filename>./configure</filename> autodetects your DGA driver. If <option>-vo help</option> 832 <filename>./configure</filename> autodetects your DGA driver. If <option>-vo help</option>
839 doesn't show DGA, then there's a problem with your X installation. Try 833 doesn't show DGA, then there's a problem with your X installation. Try
840 <command>./configure --enable-dga</command> and read the 834 <command>./configure --enable-dga</command> and read the
841 <link linkend="dga">documentation</link>. Alternatively, try SDL's DGA driver 835 <link linkend="dga">DGA</link> section. Alternatively, try SDL's DGA driver
842 with the <option>-vo sdl:dga</option> option. 836 with the <option>-vo sdl:dga</option> option.
843 </para></answer> 837 </para></answer>
844 </qandaentry> 838 </qandaentry>
839
845 <qandaentry> 840 <qandaentry>
846 <question><para> 841 <question><para>
847 OK, <option>-vo help</option> shows DGA driver, but it complains about permissions. 842 OK, <option>-vo help</option> shows DGA driver, but it complains about permissions.
848 Help me! 843 Help me!
849 </para></question> 844 </para></question>
862 other users can gain root privileges through SUID root MPlayer. 857 other users can gain root privileges through SUID root MPlayer.
863 <emphasis role="bold">You have been warned</emphasis>. 858 <emphasis role="bold">You have been warned</emphasis>.
864 </para></warning> 859 </para></warning>
865 </para></answer> 860 </para></answer>
866 </qandaentry> 861 </qandaentry>
862
867 <qandaentry> 863 <qandaentry>
868 <question><para> 864 <question><para>
869 When using Xvideo, my Voodoo 3/Banshee says: 865 When using Xvideo, my Voodoo 3/Banshee says:
870 <screen> 866 <screen>
871 X Error of failed request: BadAccess (attempt to access private resource denied) 867 X Error of failed request: BadAccess (attempt to access private resource denied)
881 of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later. 877 of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later.
882 Alternatively, either download (at least) DRI version 0.6 from the 878 Alternatively, either download (at least) DRI version 0.6 from the
883 <ulink url="http://dri.sourceforge.net">DRI homepage</ulink>, or use CVS DRI. 879 <ulink url="http://dri.sourceforge.net">DRI homepage</ulink>, or use CVS DRI.
884 </para></answer> 880 </para></answer>
885 </qandaentry> 881 </qandaentry>
882
886 <qandaentry> 883 <qandaentry>
887 <question><para> 884 <question><para>
888 OpenGL (<option>-vo gl</option>) output doesn't work (hang/black window/X11 885 OpenGL (<option>-vo gl</option>) output doesn't work (hang/black window/X11
889 errors/...). 886 errors/...).
890 </para></question> 887 </para></question>
894 Utah-GLX/DRI and Matrox G400 cards. Also with DRI and Radeon cards. It won't 891 Utah-GLX/DRI and Matrox G400 cards. Also with DRI and Radeon cards. It won't
895 work with DRI and other cards. it will not work with 3DFX cards because of 892 work with DRI and other cards. it will not work with 3DFX cards because of
896 the 256x256 texture size limit. 893 the 256x256 texture size limit.
897 </para></answer> 894 </para></answer>
898 </qandaentry> 895 </qandaentry>
896
899 <qandaentry> 897 <qandaentry>
900 <question><para> 898 <question><para>
901 I have an nVidia TNT/TNT2 card, and I have a band with strange colors, right 899 I have an nVidia TNT/TNT2 card, and I have a band with strange colors, right
902 under the movie! Whose fault is this? 900 under the movie! Whose fault is this?
903 </para></question> 901 </para></question>
905 This is a bug of nVidia's binary X driver. These bugs appear ONLY with the 903 This is a bug of nVidia's binary X driver. These bugs appear ONLY with the
906 TNT/TNT2 cards, and we can't do anything about it. To fix the problem, upgrade 904 TNT/TNT2 cards, and we can't do anything about it. To fix the problem, upgrade
907 to the latest nVidia binary driver version. If still bad, complain to nVidia! 905 to the latest nVidia binary driver version. If still bad, complain to nVidia!
908 </para></answer> 906 </para></answer>
909 </qandaentry> 907 </qandaentry>
908
910 <qandaentry> 909 <qandaentry>
911 <question><para> 910 <question><para>
912 I have an nVidia XYZ card, and when I click on the GUI's display window to 911 I have an nVidia XYZ card, and when I click on the GUI's display window to
913 toggle displaying the GUI panel, a black square appears where I clicked. I have 912 toggle displaying the GUI panel, a black square appears where I clicked. I have
914 the newest driver. 913 the newest driver.
917 Yes, nVidia corrected a previous bug (above), and introduced a new one. 916 Yes, nVidia corrected a previous bug (above), and introduced a new one.
918 Let's congratulate them. UPDATE: According to <link linkend="nvidia">nVidia</link>, 917 Let's congratulate them. UPDATE: According to <link linkend="nvidia">nVidia</link>,
919 this has already been fixed. 918 this has already been fixed.
920 </para></answer> 919 </para></answer>
921 </qandaentry> 920 </qandaentry>
922 <qandaentry> 921
923 <question><para>
924 When I use the GUI with SDL video output, a second video window is created.
925 </para></question>
926 <answer><para>
927 Known, don't use SDL for the GUI yet.
928 </para></answer>
929 </qandaentry>
930 <qandaentry> 922 <qandaentry>
931 <question><para> 923 <question><para>
932 Oh the world is cruel ...! SDL has only <systemitem>x11</systemitem> target, 924 Oh the world is cruel ...! SDL has only <systemitem>x11</systemitem> target,
933 but not <systemitem>xv</systemitem>! 925 but not <systemitem>xv</systemitem>!
934 </para></question> 926 </para></question>
954 have to use another player like <application>Xine</application> or 946 have to use another player like <application>Xine</application> or
955 <application>Ogle</application>. If you care about DVD navigation, send a 947 <application>Ogle</application>. If you care about DVD navigation, send a
956 <ulink url="../../tech/patches.txt">patch</ulink>. 948 <ulink url="../../tech/patches.txt">patch</ulink>.
957 </para></answer> 949 </para></answer>
958 </qandaentry> 950 </qandaentry>
951
959 <qandaentry> 952 <qandaentry>
960 <question><para> 953 <question><para>
961 While playing a DVD, I encountered this error: 954 While playing a DVD, I encountered this error:
962 <screen>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</screen> 955 <screen>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</screen>
963 </para></question> 956 </para></question>
964 <answer><para> 957 <answer><para>
965 This is a known libdvdread 0.9.1/0.9.2 bug. Use <emphasis role="bold">libmpdvdkit2</emphasis>, 958 This is a known libdvdread 0.9.1/0.9.2 bug. Use <emphasis role="bold">libmpdvdkit2</emphasis>,
966 which is present in <application>MPlayer</application> source, and used by default. 959 which is present in <application>MPlayer</application> source, and used by default.
967 </para></answer> 960 </para></answer>
968 </qandaentry> 961 </qandaentry>
962
969 <qandaentry> 963 <qandaentry>
970 <question><para> 964 <question><para>
971 Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris? 965 Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris?
972 </para></question> 966 </para></question>
973 <answer><para> 967 <answer><para>
975 the documentation of libdvdread and its homepage as well. We're not the authors 969 the documentation of libdvdread and its homepage as well. We're not the authors
976 of libdvdread. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is present 970 of libdvdread. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is present
977 in <application>MPlayer</application> source, and used by default. 971 in <application>MPlayer</application> source, and used by default.
978 </para></answer> 972 </para></answer>
979 </qandaentry> 973 </qandaentry>
974
980 <qandaentry> 975 <qandaentry>
981 <question><para> 976 <question><para>
982 What about subtitles? Can MPlayer display them? 977 What about subtitles? Can MPlayer display them?
983 </para></question> 978 </para></question>
984 <answer><para> 979 <answer><para>
985 Yes. See the <link linkend="dvd">DVD chapter</link> of the documentation. 980 Yes. See the <link linkend="dvd">DVD chapter</link>.
986 </para></answer> 981 </para></answer>
987 </qandaentry> 982 </qandaentry>
983
988 <qandaentry> 984 <qandaentry>
989 <question><para> 985 <question><para>
990 How can I set the region code of my DVD-drive? I don't have Windows! 986 How can I set the region code of my DVD-drive? I don't have Windows!
991 </para></question> 987 </para></question>
992 <answer><para> 988 <answer><para>
993 Use the <ulink url="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</ulink>. 989 Use the <ulink url="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</ulink>.
994 </para></answer> 990 </para></answer>
995 </qandaentry> 991 </qandaentry>
992
996 <qandaentry> 993 <qandaentry>
997 <question><para> 994 <question><para>
998 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play a DVD? 995 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play a DVD?
999 </para></question> 996 </para></question>
1000 <answer><para> 997 <answer><para>
1001 No, only for old-style DVD support. However you must have the proper rights 998 No, only for old-style DVD support. However you must have the proper rights
1002 on the DVD device entry (in <filename class="directory">/dev/</filename>). 999 on the DVD device entry (in <filename class="directory">/dev/</filename>).
1003 </para></answer> 1000 </para></answer>
1004 </qandaentry> 1001 </qandaentry>
1002
1005 <qandaentry> 1003 <qandaentry>
1006 <question><para> 1004 <question><para>
1007 Where can I get libdvdread and libdvdcss packages? 1005 Where can I get libdvdread and libdvdcss packages?
1008 </para></question> 1006 </para></question>
1009 <answer><para> 1007 <answer><para>
1010 You don't need to. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is 1008 You don't need to. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is
1011 present in the MPlayer source, and used by default. You can get the mentioned 1009 present in the MPlayer source, and used by default. You can get the mentioned
1012 packages from the <ulink url="http://www.dtek.chalmers.se/groups/dvd/">Ogle site</ulink>. 1010 packages from the <ulink url="http://www.dtek.chalmers.se/groups/dvd/">Ogle site</ulink>.
1013 </para></answer> 1011 </para></answer>
1014 </qandaentry> 1012 </qandaentry>
1013
1015 <qandaentry> 1014 <qandaentry>
1016 <question><para> 1015 <question><para>
1017 Is it possible to play/encode only selected chapters? 1016 Is it possible to play/encode only selected chapters?
1018 </para></question> 1017 </para></question>
1019 <answer><para> 1018 <answer><para>
1020 Yes, try the <option>-chapter</option> option. 1019 Yes, try the <option>-chapter</option> option.
1021 </para></answer> 1020 </para></answer>
1022 </qandaentry> 1021 </qandaentry>
1022
1023 <qandaentry> 1023 <qandaentry>
1024 <question><para> 1024 <question><para>
1025 My DVD playback is sluggish! 1025 My DVD playback is sluggish!
1026 </para></question> 1026 </para></question>
1027 <answer><para> 1027 <answer><para>
1028 Use the <option>-cache</option> option (described in the man page) and try 1028 Use the <option>-cache</option> option (described in the man page) and try
1029 enabling DMA for the DVD drive with the <command>hdparm</command> tool (described 1029 enabling DMA for the DVD drive with the <command>hdparm</command> tool (described
1030 in the <link linkend="drives">CD chapter</link> of the documentation). 1030 in the <link linkend="drives">CD chapter</link>).
1031 </para></answer> 1031 </para></answer>
1032 </qandaentry> 1032 </qandaentry>
1033 </qandadiv> 1033 </qandadiv>
1034 1034
1035 <qandadiv id="faq-features"> 1035 <qandadiv id="faq-features">
1042 <answer><para> 1042 <answer><para>
1043 This is very tricky to implement without losing A/V synchronization. 1043 This is very tricky to implement without losing A/V synchronization.
1044 All attempts have failed so far, but patches are welcome. 1044 All attempts have failed so far, but patches are welcome.
1045 </para></answer> 1045 </para></answer>
1046 </qandaentry> 1046 </qandaentry>
1047
1047 <qandaentry> 1048 <qandaentry>
1048 <question><para> 1049 <question><para>
1049 I'd like to seek +/- 1 frames instead of 10 seconds. 1050 I'd like to seek +/- 1 frames instead of 10 seconds.
1050 </para></question> 1051 </para></question>
1051 <answer><para> 1052 <answer><para>
1052 This won't be done. It was, but then it messed up A/V sync. 1053 This won't be done. It was, but then it messed up A/V sync.
1053 Feel free to implement it, and send a patch. Don't ask for it. 1054 Feel free to implement it, and send a patch. Don't ask for it.
1054 </para></answer> 1055 </para></answer>
1055 </qandaentry> 1056 </qandaentry>
1056 <qandaentry> 1057
1057 <question><para>
1058 Where is the Windows version?
1059 </para></question>
1060 <answer><para>
1061 It's not released, and won't be. Look around the Windows scene (open source
1062 ASF parsers, open source ASF encoders, etc) and you'll know why. We don't want
1063 to go to jail. BTW you can compile it yourself, under <link linkend="cygwin">Cygwin</link>.
1064 </para></answer>
1065 </qandaentry>
1066 <qandaentry> 1058 <qandaentry>
1067 <question><para> 1059 <question><para>
1068 How can I make MPlayer remember the options I use for this particular file? 1060 How can I make MPlayer remember the options I use for this particular file?
1069 </para></question> 1061 </para></question>
1070 <answer><para> 1062 <answer><para>
1080 <qandaentry> 1072 <qandaentry>
1081 <question><para> 1073 <question><para>
1082 How can I encode? 1074 How can I encode?
1083 </para></question> 1075 </para></question>
1084 <answer><para> 1076 <answer><para>
1085 Read the <application>MEncoder</application> <link linkend="mencoder">documentation</link> 1077 Read the <link linkend="mencoder">MEncoder</link> section.
1086 </para></answer> 1078 </para></answer>
1087 </qandaentry> 1079 </qandaentry>
1080
1088 <qandaentry> 1081 <qandaentry>
1089 <question><para> 1082 <question><para>
1090 How can I create VCDs? 1083 How can I create VCDs?
1091 </para></question> 1084 </para></question>
1092 <answer><para> 1085 <answer><para>
1093 Try the <filename>mencvcd</filename> script from the <filename class="directory">TOOLS</filename> 1086 Try the <filename>mencvcd</filename> script from the <filename class="directory">TOOLS</filename>
1094 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD format 1087 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD format
1095 and even burn them directly to CD. 1088 and even burn them directly to CD.
1096 </para></answer> 1089 </para></answer>
1097 </qandaentry> 1090 </qandaentry>
1091
1098 <qandaentry> 1092 <qandaentry>
1099 <question><para> 1093 <question><para>
1100 How can I join two video files? 1094 How can I join two video files?
1101 </para></question> 1095 </para></question>
1102 <answer><para> 1096 <answer><para>
1114 cat file1 file2 > file3 1108 cat file1 file2 > file3
1115 mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi 1109 mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi
1116 </screen> 1110 </screen>
1117 </para></answer> 1111 </para></answer>
1118 </qandaentry> 1112 </qandaentry>
1113
1119 <qandaentry> 1114 <qandaentry>
1120 <question><para> 1115 <question><para>
1121 My tuner works, I can hear the sound and watch the video with <application>MPlayer</application>, 1116 My tuner works, I can hear the sound and watch the video with <application>MPlayer</application>,
1122 but <application>MEncoder</application> doesn't encode audio! 1117 but <application>MEncoder</application> doesn't encode audio!
1123 </para></question> 1118 </para></question>
1124 <answer><para> 1119 <answer><para>
1125 TV audio encoding for Linux is currently unimplemented, we're working 1120 TV audio encoding for Linux is currently unimplemented, we're working
1126 on it. At the moment it works only on BSD. 1121 on it. At the moment it works only on BSD.
1127 </para></answer> 1122 </para></answer>
1128 </qandaentry> 1123 </qandaentry>
1124
1129 <qandaentry> 1125 <qandaentry>
1130 <question><para> 1126 <question><para>
1131 I can't encode DVD subtitles into the AVI! 1127 I can't encode DVD subtitles into the AVI!
1132 </para></question> 1128 </para></question>
1133 <answer><para> 1129 <answer><para>
1134 You have to specify the <option>-sid</option> option correctly! 1130 You have to specify the <option>-sid</option> option correctly!
1135 </para></answer> 1131 </para></answer>
1136 </qandaentry> 1132 </qandaentry>
1133
1137 <qandaentry> 1134 <qandaentry>
1138 <question><para> 1135 <question><para>
1139 <application>MEncoder</application> segfaults on startup! 1136 <application>MEncoder</application> segfaults on startup!
1140 </para></question> 1137 </para></question>
1141 <answer><para> 1138 <answer><para>
1142 Upgrade DivX4Linux. 1139 Upgrade DivX4Linux.
1143 </para></answer> 1140 </para></answer>
1144 </qandaentry> 1141 </qandaentry>
1142
1145 <qandaentry> 1143 <qandaentry>
1146 <question><para> 1144 <question><para>
1147 How can I encode only selected chapters from a DVD? 1145 How can I encode only selected chapters from a DVD?
1148 </para></question> 1146 </para></question>
1149 <answer><para> 1147 <answer><para>
1150 Use the <option>-chapter</option> option correctly, like: <option>-chapter 5-7</option> 1148 Use the <option>-chapter</option> option correctly, like: <option>-chapter 5-7</option>
1151 </para></answer> 1149 </para></answer>
1152 </qandaentry> 1150 </qandaentry>
1151
1153 <qandaentry> 1152 <qandaentry>
1154 <question><para> 1153 <question><para>
1155 I'm trying to work with 2GB+ files on a VFAT file system. Does it work? 1154 I'm trying to work with 2GB+ files on a VFAT file system. Does it work?
1156 </para></question> 1155 </para></question>
1157 <answer><para> 1156 <answer><para>
1158 No, VFAT doesn't support 2GB+ files. 1157 No, VFAT doesn't support 2GB+ files.
1159 </para></answer> 1158 </para></answer>
1160 </qandaentry> 1159 </qandaentry>
1160
1161 <qandaentry> 1161 <qandaentry>
1162 <question><para> 1162 <question><para>
1163 Why is the recommended bitrate printed by <application>MEncoder</application> negative? 1163 Why is the recommended bitrate printed by <application>MEncoder</application> negative?
1164 </para></question> 1164 </para></question>
1165 <answer><para> 1165 <answer><para>