summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-21 12:12:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-21 12:12:58 +0000
commitfd7ecb4a4e1acd75b8befde06bc0218aceee5eb2 (patch)
tree36b5a00528e36b620c137f045081896a521d127e /DOCS
parentbddd21cc1ccd18afaa2c87d3956925b195b305cb (diff)
downloadmpv-fd7ecb4a4e1acd75b8befde06bc0218aceee5eb2.tar.bz2
mpv-fd7ecb4a4e1acd75b8befde06bc0218aceee5eb2.tar.xz
Better explain why we have no DVD menus and what to do about it (DIY).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13420 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index bf344a7a13..cd2f0c78c4 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1123,14 +1123,17 @@ to worry about it ... Note: With SDL you can force/disable Xv using
<title>DVD playback</title>
<qandaentry>
<question><para>
-What about DVD navigation?
+What about DVD navigation/menus?
</para></question>
<answer><para>
-Support for dvdnav in <application>MPlayer</application> is currently broken,
-normal playback does work, though. If you want to have fancy menus, you will
-have to use another player like <application>Xine</application> or
-<application>Ogle</application>. If you care about DVD navigation, send a
-<ulink url="../../tech/patches.txt">patch</ulink>.
+<application>MPlayer</application> does not support DVD menus due to serious
+architectural limitations that prevent proper handling of still images and
+interactive content. If you want to have fancy menus, you will have to use
+another player like <application>xine</application>,
+<application>vlc</application> or <application>Ogle</application>.
+If you want to see DVD navigation in <application>MPlayer</application> you
+will have to implement it yourself, but be aware that it is a major
+undertaking.
</para></answer>
</qandaentry>