summaryrefslogtreecommitdiffstats
path: root/DOCS/DVD
diff options
context:
space:
mode:
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)
~~~~~~~~~~~~~~~