summaryrefslogtreecommitdiffstats
path: root/DOCS/DVD
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 03:09:54 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 03:09:54 +0000
commita70c3d3762e1782fb5e469eca982ad04c0376a7d (patch)
tree91c272745499cee2c9439c16f6f12c96b1148472 /DOCS/DVD
parent6edb3b5eada0f043a256ca9e3bfa71d64a076bce (diff)
downloadmpv-a70c3d3762e1782fb5e469eca982ad04c0376a7d.tar.bz2
mpv-a70c3d3762e1782fb5e469eca982ad04c0376a7d.tar.xz
doc about the minor change on DVD scene
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/DVD')
-rw-r--r--DOCS/DVD7
1 files changed, 5 insertions, 2 deletions
diff --git a/DOCS/DVD b/DOCS/DVD
index 760e0646f5..2b66fb66b6 100644
--- a/DOCS/DVD
+++ b/DOCS/DVD
@@ -32,11 +32,11 @@ Call ./configure script of MPlayer with these options:
Viewing VOB files directly from DVD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-mplayer -dvd /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob
+mplayer -dvdauth /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob
where,
- '-dvd /dev/dvd' tells MPlayer the device name of your DVD drive.
+ '-dvdauth /dev/dvd' tells MPlayer the device name of your DVD drive.
it's used in disc authentication process
the filename is simply a VOB file path on the disc
@@ -94,6 +94,9 @@ can't get sound) and audio decoding CPU usage became 11% instead of 24 on
my machine. This clearly indicates that we should optimize downmix functions
(KNI code is no use for my k6-2).
+HOT NEWZ:
+We have got 3Dnow optimized libac3. Wow ;-)
+
Problems (TODO)
~~~~~~~~~~~~~~~