comparison DOCS/DVD @ 1022:655441d69aaa

doc about the minor change on DVD scene
author lgb
date Tue, 05 Jun 2001 03:09:54 +0000
parents 3f2f84f55156
children 7e86f5809d33
comparison
equal deleted inserted replaced
1021:e8cc983945fe 1022:655441d69aaa
30 --with-cssincdir=/usr/local/include 30 --with-cssincdir=/usr/local/include
31 Directory contains header file 'css.h' of libcss. 31 Directory contains header file 'css.h' of libcss.
32 32
33 Viewing VOB files directly from DVD 33 Viewing VOB files directly from DVD
34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35 mplayer -dvd /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob 35 mplayer -dvdauth /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob
36 36
37 where, 37 where,
38 38
39 '-dvd /dev/dvd' tells MPlayer the device name of your DVD drive. 39 '-dvdauth /dev/dvd' tells MPlayer the device name of your DVD drive.
40 it's used in disc authentication process 40 it's used in disc authentication process
41 41
42 the filename is simply a VOB file path on the disc 42 the filename is simply a VOB file path on the disc
43 43
44 Note that according to my experiences, disc authentication requires root 44 Note that according to my experiences, disc authentication requires root
92 Hint: I commented out downmix functions from libac3 (of course in this way I 92 Hint: I commented out downmix functions from libac3 (of course in this way I
93 can't get sound) and audio decoding CPU usage became 11% instead of 24 on 93 can't get sound) and audio decoding CPU usage became 11% instead of 24 on
94 my machine. This clearly indicates that we should optimize downmix functions 94 my machine. This clearly indicates that we should optimize downmix functions
95 (KNI code is no use for my k6-2). 95 (KNI code is no use for my k6-2).
96 96
97 HOT NEWZ:
98 We have got 3Dnow optimized libac3. Wow ;-)
99
97 100
98 Problems (TODO) 101 Problems (TODO)
99 ~~~~~~~~~~~~~~~ 102 ~~~~~~~~~~~~~~~
100 * disc authentication (the FIBMAP ioctl) requires root privilegies. 103 * disc authentication (the FIBMAP ioctl) requires root privilegies.
101 this is strange since OMS can do it as user too. 104 this is strange since OMS can do it as user too.