# HG changeset patch # User diego # Date 1028402362 0 # Node ID 0374fdb8eeb05a4268dca668a44edce7eae41b09 # Parent d92bd0cee11297860c0242de97d8d1eda07f7e72 Result of review by Nilmoni Deb . VCD stuff moved into VCD playback section, put parts of the CD-ROM section into an unordered list. diff -r d92bd0cee112 -r 0374fdb8eeb0 DOCS/cd-dvd.html --- a/DOCS/cd-dvd.html Sat Aug 03 01:32:14 2002 +0000 +++ b/DOCS/cd-dvd.html Sat Aug 03 19:19:22 2002 +0000 @@ -11,36 +11,19 @@

4.1. CD-ROM drives

-

Playing standard Video CDs:

- -

mplayer -vcd <track> [-cdrom-device device]

- -

Examples:
- mplayer -vcd 1
- mplayer -fs -vcd 2 -cdrom-device /dev/hdc

- -Notes: - -

Linux documentation excerpt:

-

Some CD-ROM drives are capable of changing their head speed. There are - several reasons for changing the speed of a CD-ROM drive. Badly pressed - CD-ROMs may benefit from less-than-maximum head speed. Modern CD-ROM drives - can obtain very high head speeds. It has been reported that these drives can - make read errors at these high speeds, reducing the speed can prevent data - loss under these circumstances. Finally, some of these drives can make an - annoyingly loud noise, which a lower speed may reduce.

+

Modern CD-ROM drives can attain very high head speeds, yet some CD-ROM drives + are capable of running at reduced speeds. There are several reasons that might + make you consider changing the speed of a CD-ROM drive:

+ +

You can reduce the drive speed with hdparm or a program called setcd. It works like this:

@@ -68,6 +51,7 @@

Please refer to "/proc/ide/[cdrom device]/settings" for fine-tuning your CD-ROM.

+

4.2. DVD playback

MPlayer uses libdvdread and libdvdcss for @@ -154,5 +138,30 @@

    mplayer -dvdauth /dev/dvd /mnt/cd/video_ts/vts_03_1.vob

    mplayer -dvdkey C005D4A16D vts_03_1.vob

+ +

4.3. VCD playback

+ +

Playing standard Video CDs:

+ +

mplayer -vcd <track> [-cdrom-device device]

+ +

Examples:
+ mplayer -vcd 1
+ mplayer -fs -vcd 2 -cdrom-device /dev/hdc

+ +Notes: + + + diff -r d92bd0cee112 -r 0374fdb8eeb0 DOCS/documentation.html --- a/DOCS/documentation.html Sat Aug 03 01:32:14 2002 +0000 +++ b/DOCS/documentation.html Sat Aug 03 19:19:22 2002 +0000 @@ -245,6 +245,7 @@
  • 5. FAQ section