comparison DOCS/cd-dvd.html @ 7047:4f87cd0f642f

Converted the docs to use proper headings tags. Headings start at <H1> for sections and decrease one size for each level in the section hierarchy, thus 2.3.4 is <H3>. Headings without numbering are <H4> unless they are in a <H5> section, then <H5> also.
author diego
date Tue, 20 Aug 2002 00:33:04 +0000
parents ba9c212ed577
children c214aa9110d0
comparison
equal deleted inserted replaced
7046:e6cab2610139 7047:4f87cd0f642f
8 </HEAD> 8 </HEAD>
9 9
10 <BODY> 10 <BODY>
11 11
12 12
13 <P><B><A NAME="drives">4.1 CD/DVD drives</A></B></P> 13 <H2><A NAME="drives">4.1 CD/DVD drives</A></H2>
14 14
15 <P>Linux documentation excerpt:</P> 15 <P>Linux documentation excerpt:</P>
16 16
17 <P>Modern CD-ROM drives can attain very high head speeds, yet some CD-ROM drives 17 <P>Modern CD-ROM drives can attain very high head speeds, yet some CD-ROM drives
18 are capable of running at reduced speeds. There are several reasons that might 18 are capable of running at reduced speeds. There are several reasons that might
51 51
52 <P>Please refer to "<CODE>/proc/ide/[cdrom device]/settings</CODE>" for 52 <P>Please refer to "<CODE>/proc/ide/[cdrom device]/settings</CODE>" for
53 fine-tuning your CD-ROM.</P> 53 fine-tuning your CD-ROM.</P>
54 54
55 55
56 <P><B><A NAME="dvd">4.2 DVD playback</A></B></P> 56 <H2><A NAME="dvd">4.2 DVD playback</A></H2>
57 57
58 <P><B>MPlayer</B> uses <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE> for 58 <P><B>MPlayer</B> uses <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE> for
59 DVD decryption and playback. These two libraries are contained in the 59 DVD decryption and playback. These two libraries are contained in the
60 <CODE>libmpdvdkit/</CODE> subdirectory of the <B>MPlayer</B> source tree, you 60 <CODE>libmpdvdkit/</CODE> subdirectory of the <B>MPlayer</B> source tree, you
61 do not have to install them separately. We opted for this solution because 61 do not have to install them separately. We opted for this solution because
70 as it can result in bugs, library incompatibilities, and slower speed.</P> 70 as it can result in bugs, library incompatibilities, and slower speed.</P>
71 71
72 <P>Support for DVD navigation via <CODE>dvdnav</CODE> is being worked on, but 72 <P>Support for DVD navigation via <CODE>dvdnav</CODE> is being worked on, but
73 not finished yet.</P> 73 not finished yet.</P>
74 74
75 <P><B>Old-style DVD support - <I>OPTIONAL</I></B></P> 75 <H4>Old-style DVD support - OPTIONAL</H4>
76 76
77 <P>Useful if you want to play encoded VOBs from hard disk. Compile and 77 <P>Useful if you want to play encoded VOBs from hard disk. Compile and
78 install <B>libcss</B> 0.0.1 (not newer) for this (If <B>MPlayer</B> fails to 78 install <B>libcss</B> 0.0.1 (not newer) for this (If <B>MPlayer</B> fails to
79 detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P> 79 detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P>
80 80
81 <P>For the complete list of available options, please read the manpage.</P> 81 <P>For the complete list of available options, please read the manpage.</P>
82 82
83 83
84 <P><B><A NAME="vcd">4.3 VCD playback</A></B></P> 84 <H2><A NAME="vcd">4.3 VCD playback</A></H2>
85 85
86 <P>Playing standard Video CDs:</P> 86 <P>Playing standard Video CDs:</P>
87 87
88 <P><CODE>mplayer -vcd &lt;track&gt; [-cdrom-device device]</CODE></P> 88 <P><CODE>mplayer -vcd &lt;track&gt; [-cdrom-device device]</CODE></P>
89 89
102 <LI>The default VCD device is <CODE>/dev/cdrom</CODE>. If your setup differs, 102 <LI>The default VCD device is <CODE>/dev/cdrom</CODE>. If your setup differs,
103 make a symlink, or specify the correct device on the command line with the 103 make a symlink, or specify the correct device on the command line with the
104 <CODE>-cdrom-device</CODE> option.</LI> 104 <CODE>-cdrom-device</CODE> option.</LI>
105 </UL> 105 </UL>
106 106
107
108 </BODY> 107 </BODY>
109 </HTML> 108 </HTML>