[MPlayer-DOCS] r19751 - in trunk/DOCS: man/en/mplayer.1 xml/en/cd-dvd.xml xml/en/faq.xml

gpoirier subversion at mplayerhq.hu
Sat Sep 9 10:30:41 CEST 2006


Author: gpoirier
Date: Fri Sep  8 11:05:03 2006
New Revision: 19751

Modified:
   trunk/DOCS/man/en/mplayer.1
   trunk/DOCS/xml/en/cd-dvd.xml
   trunk/DOCS/xml/en/faq.xml

Log:
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
(a bit rough, but it's start)


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Fri Sep  8 11:05:03 2006
@@ -68,7 +68,7 @@
 .in
 .B mplayer
 'in +\n[.k]u
-.I dvd://[title | [start_title]\-end_title ]
+.I [dvd|dvdnav]://[title | [start_title]\-end_title ]
 [options]
 .
 .br

Modified: trunk/DOCS/xml/en/cd-dvd.xml
==============================================================================
--- trunk/DOCS/xml/en/cd-dvd.xml	(original)
+++ trunk/DOCS/xml/en/cd-dvd.xml	Fri Sep  8 11:05:03 2006
@@ -107,6 +107,11 @@
 </para>
 
 <para>
+If you have compiled <application>MPlayer</application> with dvdnav support, the
+syntax is the same, except that you need to use dvdnav:// instead of dvd://.
+</para>
+
+<para>
 The default DVD device is <filename>/dev/dvd</filename>. If your setup
 differs, make a symlink or specify the correct device on the command
 line with the <option>-dvd-device</option> option.

Modified: trunk/DOCS/xml/en/faq.xml
==============================================================================
--- trunk/DOCS/xml/en/faq.xml	(original)
+++ trunk/DOCS/xml/en/faq.xml	Fri Sep  8 11:05:03 2006
@@ -784,6 +784,20 @@
 
 <qandaentry>
 <question><para>
+I can't watch any recent DVDs from Sony Pictures/BMG?
+</para></question>
+<answer><para>
+It's normal, you've ripped off and sold an intentionally defective disk.
+The only way to play these DVDs is to circumvent the bad blocs of the disk
+by using DVDnav instead of mpdvdkit2.
+You can do so by replacing dvd:// by dvdnav:// on the command line.
+DVDnav is so far mutually exclusive with mpdvdkit2, so make you you pass
+<option>--disable-mpdvdkit</option> to configure script.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
 What about subtitles? Can <application>MPlayer</application> display them?
 </para></question>
 <answer><para>



More information about the MPlayer-DOCS mailing list