doc about the minor change on DVD scene

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1023 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lgb 2001-06-05 03:09:54 +00:00
parent 6edb3b5ead
commit a70c3d3762
3 changed files with 13 additions and 5 deletions

View File

@ -32,11 +32,11 @@ Call ./configure script of MPlayer with these options:
Viewing VOB files directly from DVD 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, 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 it's used in disc authentication process
the filename is simply a VOB file path on the disc 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 my machine. This clearly indicates that we should optimize downmix functions
(KNI code is no use for my k6-2). (KNI code is no use for my k6-2).
HOT NEWZ:
We have got 3Dnow optimized libac3. Wow ;-)
Problems (TODO) Problems (TODO)
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~

View File

@ -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! Q: How can I set the region code of my DVD-Drive ? I don't have windows!
A: Use the 'regionset' tool : A: Use the 'regionset' tool :
http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz 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.

View File

@ -32,7 +32,7 @@ mplayer \- Movie Player for Linux
.RB [ \-sub\ file ] .RB [ \-sub\ file ]
.RB [ \-subfps\ rate ] .RB [ \-subfps\ rate ]
.RB [ \-subdelay\ sec ] .RB [ \-subdelay\ sec ]
.RB [ \-dvd\ device ] .RB [ \-dvdauth\ device ]
.RB [ \-z\ <0-8> ] .RB [ \-z\ <0-8> ]
.RB [ \-idx ] .RB [ \-idx ]
.RB [ \-forceidx ] .RB [ \-forceidx ]
@ -89,7 +89,7 @@ you can get the list of available drivers executing
.B \-vcd\ track .B \-vcd\ track
play video cd track from device instead of plain file play video cd track from device instead of plain file
.TP .TP
.B \-dvd\ device .B \-dvdauth\ device
specify DVD-ROM drive to use for MPEG2 decoding. specify DVD-ROM drive to use for MPEG2 decoding.
(use *_only_* when playing from DVD!) (use *_only_* when playing from DVD!)
.TP .TP
@ -241,7 +241,7 @@ specify -nodshow !!!)
.TP .TP
.B \-dvdkey key .B \-dvdkey key
key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699 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 .TP
.B \-stereo mode .B \-stereo mode
select type of MPEG1 stereo output. Mode may be 0:stereo 1:left 2:right select type of MPEG1 stereo output. Mode may be 0:stereo 1:left 2:right