mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
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:
parent
6edb3b5ead
commit
a70c3d3762
7
DOCS/DVD
7
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)
|
||||
~~~~~~~~~~~~~~~
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user