comparison DOCS/faq.html @ 7808:502f6eff2c1a

libmpdvdkit --> libmpdvdkit2, small corrections Added entry about abandoned dvdnav and the all time No. 1 question "How can I join two video files". Please check this for correctness.
author diego
date Sat, 19 Oct 2002 22:06:46 +0000
parents c4a30ecfe1ec
children 988498df1996
comparison
equal deleted inserted replaced
7807:5cd172eeaf23 7808:502f6eff2c1a
239 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A> 239 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
240 mailing list and start coding.</DD> 240 mailing list and start coding.</DD>
241 <DD>&nbsp;</DD> 241 <DD>&nbsp;</DD>
242 242
243 <DT>Q: Can I run multiple instances of <B>MPlayer</B>?</DT> 243 <DT>Q: Can I run multiple instances of <B>MPlayer</B>?</DT>
244 <DD>A: Yes. Some video out drivers like xv, dga or (x)mga are exclusive, 244 <DD>A: Yes. Some video out drivers like xv, dga or (x)mga are exclusive, some
245 though, so you will not be able to run more than one instance of 245 are exclusive in combination with certain graphics boards and drivers. You
246 <B>MPlayer</B> running such a video out driver. To a lesser degree this 246 will not be able to run more than one instance of MPlayer with one of those
247 also applies to audio drivers. Not all allow playback of multiple streams 247 video out drivers. To a lesser degree this also applies to audio drivers.
248 on the same device.</DD> 248 Not all allow playback of multiple streams on the same device.</DD>
249 <DD>&nbsp;</DD> 249 <DD>&nbsp;</DD>
250 250
251 <DT>Q: There is a timer in the upper left corner. How can I get rid of it?</DT> 251 <DT>Q: There is a timer in the upper left corner. How can I get rid of it?</DT>
252 <DD>A: Press <CODE>o</CODE> and try the <CODE>-osdlevel</CODE> option.</DD> 252 <DD>A: Press <CODE>o</CODE> and try the <CODE>-osdlevel</CODE> option.</DD>
253 <DD>&nbsp;</DD> 253 <DD>&nbsp;</DD>
648 648
649 <H2><A NAME="dvd">5.5 DVD playback</A></H2> 649 <H2><A NAME="dvd">5.5 DVD playback</A></H2>
650 650
651 <DL> 651 <DL>
652 652
653 <DT>Q: What about DVD navigation?</DT>
654 <DD>A: Support for dvdnav in MPlayer is currently broken, normal playback
655 does work, though. If you want to have fancy menus, you will have to use
656 another player like <A HREF="http://xine.sourceforge.net/">xine</A> or
657 <A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle</A>. If you care
658 about DVD navigation, send a <A HREF="tech/patches.txt">patch</A>.</DD>
659 <DD>&nbsp;</DD>
660
653 <DT>Q: While playing a DVD, I encountered this error:<BR> 661 <DT>Q: While playing a DVD, I encountered this error:<BR>
654 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion 662 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion
655 nfo_length / sizeof(cell_adr_t) &gt;= c_adt-&gt;nr_of_vobs' failed.</CODE></DT> 663 nfo_length / sizeof(cell_adr_t) &gt;= c_adt-&gt;nr_of_vobs' failed.</CODE></DT>
656 <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit</B>, 664 <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit2</B>,
657 which is present in MPlayer source, and used by default.</DD> 665 which is present in MPlayer source, and used by default.</DD>
658 <DD>&nbsp;</DD> 666 <DD>&nbsp;</DD>
659 667
660 <DT>Q: Can I compile libdvdread and libdvdcss on my sweet SPARC under 668 <DT>Q: Can I compile libdvdread and libdvdcss on my sweet SPARC under
661 Solaris?</DT> 669 Solaris?</DT>
662 <DD>A: Who knows ... It's said to work, so please test it and send feedback. 670 <DD>A: Who knows ... It's said to work, so please test it and send feedback.
663 Refer to the documentation of libdvdread and its homepage as well. We're not 671 Refer to the documentation of libdvdread and its homepage as well. We're not
664 the authors of libdvdread. Use <B>libmpdvdkit</B>, which is present in 672 the authors of libdvdread. Use <B>libmpdvdkit2</B>, which is present in
665 <B>MPlayer</B> source, and used by default.</DD> 673 <B>MPlayer</B> source, and used by default.</DD>
666 <DD>&nbsp;</DD> 674 <DD>&nbsp;</DD>
667 675
668 <DT>Q: What about subtitles? Can MPlayer display them?</DT> 676 <DT>Q: What about subtitles? Can MPlayer display them?</DT>
669 <DD>A: Yes. See the <A HREF="cd-dvd.html#dvd">DVD chapter</A> of the 677 <DD>A: Yes. See the <A HREF="cd-dvd.html#dvd">DVD chapter</A> of the
681 <DD>A: No, only for old-style DVD support. However you must have 689 <DD>A: No, only for old-style DVD support. However you must have
682 the proper rights on the DVD device entry (in <CODE>/dev/</CODE>).</DD> 690 the proper rights on the DVD device entry (in <CODE>/dev/</CODE>).</DD>
683 <DD>&nbsp;</DD> 691 <DD>&nbsp;</DD>
684 692
685 <DT>Q: Where can I get libdvdread and libdvdcss packages?</DT> 693 <DT>Q: Where can I get libdvdread and libdvdcss packages?</DT>
686 <DD>A: You don't need to. Use <B>libmpdvdkit</B>, which is present in 694 <DD>A: You don't need to. Use <B>libmpdvdkit2</B>, which is present in the
687 <B>MPlayer</B> source, and used by default. Anyway, the packages mentioned 695 MPlayer source, and used by default. You can get the mentioned packages
688 can be get from the 696 from the
689 <A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle site</A>.</DD> 697 <A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle site</A>.</DD>
690 <DD>&nbsp;</DD> 698 <DD>&nbsp;</DD>
691 699
692 <DT>Q: Is it possible to play/encode only selected chapters?</DT> 700 <DT>Q: Is it possible to play/encode only selected chapters?</DT>
693 <DD>A: Yes, try the <CODE>-chapter</CODE> option.</DD> 701 <DD>A: Yes, try the <CODE>-chapter</CODE> option.</DD>
739 <DD>A: Try the <CODE>mencvcd</CODE> script from the <CODE>TOOLS</CODE> 747 <DD>A: Try the <CODE>mencvcd</CODE> script from the <CODE>TOOLS</CODE>
740 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD 748 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD
741 format and even burn them directly to CD.</DD> 749 format and even burn them directly to CD.</DD>
742 <DD>&nbsp;</DD> 750 <DD>&nbsp;</DD>
743 751
752 <DT>Q: How can I join two video files?</DT>
753 <DD>A: This has been discussed to no end on mplayer-users. Go search the
754 <A HREF="http://mplayerhq.hu/cgi-bin/htsearch?restrict=/mplayer-users/">archives</A>
755 for a complete answer. This is a complicated topic and your mileage may
756 vary a lot depending on the kind of files you want to merge. MPEGs can be
757 concatenated into a single file with luck. For AVIs there are two tools,
758 <A HREF="http://fixounet.free.fr/avidemux/">avidemux</A>
759 and avimerge (part of the
760 <A HREF="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/">transcode</A>
761 tool set), available that might do the job. You can also try MEncoder if
762 you have two files sharing the same dimensions and codec. Try<BR>
763 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>cat file1 file2 &gt; file3</CODE><BR>
764 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi</CODE></DD>
765 <DD>&nbsp;</DD>
766
744 <DT>Q: My tuner works, I can hear the sound and watch the video with MPlayer, 767 <DT>Q: My tuner works, I can hear the sound and watch the video with MPlayer,
745 but MEncoder doesn't encode audio!</DT> 768 but MEncoder doesn't encode audio!</DT>
746 <DD>A: TV audio encoding for Linux is currently unimplemented, we're working 769 <DD>A: TV audio encoding for Linux is currently unimplemented, we're working
747 on it. At the moment it works only on BSD.</DD> 770 on it. At the moment it works only on BSD.</DD>
748 <DD>&nbsp;</DD> 771 <DD>&nbsp;</DD>