summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/DVD7
-rw-r--r--DOCS/DVD-FAQ5
-rw-r--r--DOCS/mplayer.16
3 files changed, 13 insertions, 5 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)
~~~~~~~~~~~~~~~
diff --git a/DOCS/DVD-FAQ b/DOCS/DVD-FAQ
index 5ca6dffe02..08e97f8d49 100644
--- a/DOCS/DVD-FAQ
+++ b/DOCS/DVD-FAQ
@@ -34,3 +34,8 @@ A: The current implementation is only for viewing VOB files from DVD.
Q: How can I set the region code of my DVD-Drive ? I don't have windows!
A: Use the 'regionset' tool :
http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz
+
+Q: MPlayer complains about something renamed option?1
+A: For future development, old '-dvd' option was replaced by '-dvdauth'.
+ Option '-dvd' *WILL* do the 'full disk movie' mplaying mode.
+ But until that, '-dvd' does nothing only prints error message.
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index eaaf194e7e..aafd451116 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -32,7 +32,7 @@ mplayer \- Movie Player for Linux
.RB [ \-sub\ file ]
.RB [ \-subfps\ rate ]
.RB [ \-subdelay\ sec ]
-.RB [ \-dvd\ device ]
+.RB [ \-dvdauth\ device ]
.RB [ \-z\ <0-8> ]
.RB [ \-idx ]
.RB [ \-forceidx ]
@@ -89,7 +89,7 @@ you can get the list of available drivers executing
.B \-vcd\ track
play video cd track from device instead of plain file
.TP
-.B \-dvd\ device
+.B \-dvdauth\ device
specify DVD-ROM drive to use for MPEG2 decoding.
(use *_only_* when playing from DVD!)
.TP
@@ -241,7 +241,7 @@ specify -nodshow !!!)
.TP
.B \-dvdkey key
key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699
-(this is NOT for DVD playing! For DVD use the -dvd option!)
+(this is NOT for DVD playing! For DVD use the -dvdauth option!)
.TP
.B \-stereo mode
select type of MPEG1 stereo output. Mode may be 0:stereo 1:left 2:right