comparison DOCS/cd-dvd.html @ 7814:988498df1996

<B>MPlayer</B> ---> MPlayer
author diego
date Sun, 20 Oct 2002 12:20:39 +0000
parents 37c36f8b4645
children b75cf70d2a7c
comparison
equal deleted inserted replaced
7813:76940a39405a 7814:988498df1996
58 <P>&nbsp;&nbsp;&nbsp;&nbsp;DMA: <CODE>sysctl hw.ata.atapi_dma=1</CODE></P> 58 <P>&nbsp;&nbsp;&nbsp;&nbsp;DMA: <CODE>sysctl hw.ata.atapi_dma=1</CODE></P>
59 59
60 60
61 <H2><A NAME="dvd">4.2 DVD playback</A></H2> 61 <H2><A NAME="dvd">4.2 DVD playback</A></H2>
62 62
63 <P><B>MPlayer</B> uses <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE> for 63 <P>MPlayer uses <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE> for
64 DVD decryption and playback. These two libraries are contained in the 64 DVD decryption and playback. These two libraries are contained in the
65 <CODE>libmpdvdkit2/</CODE> subdirectory of the <B>MPlayer</B> source tree, you 65 <CODE>libmpdvdkit2/</CODE> subdirectory of the MPlayer source tree, you
66 do not have to install them separately. We opted for this solution because 66 do not have to install them separately. We opted for this solution because
67 we had to fix a libdvdread bug, and apply a patch which adds 67 we had to fix a libdvdread bug, and apply a patch which adds
68 <B>cracked CSS keys caching support</B> to libdvdcss. This results in a large 68 <B>cracked CSS keys caching support</B> to libdvdcss. This results in a large
69 speed increase because the keys do not have to be cracked every time before 69 speed increase because the keys do not have to be cracked every time before
70 playing. The cracked keys are stored in the 70 playing. The cracked keys are stored in the
71 <CODE>~/.mplayer/DVDKeys</CODE> directory.</P> 71 <CODE>~/.mplayer/DVDKeys</CODE> directory.</P>
72 72
73 <P><B>MPlayer</B> can also use system-wide <CODE>libdvdread</CODE> and 73 <P>MPlayer can also use system-wide <CODE>libdvdread</CODE> and
74 <CODE>libdvdcss</CODE> libraries, but this solution is <B>not</B> recommended, 74 <CODE>libdvdcss</CODE> libraries, but this solution is <B>not</B> recommended,
75 as it can result in bugs, library incompatibilities, and slower speed.</P> 75 as it can result in bugs, library incompatibilities, and slower speed.</P>
76 76
77 <P>Support for DVD navigation via <CODE>dvdnav</CODE> is being worked on, but 77 <P>Support for DVD navigation via <CODE>dvdnav</CODE> is being worked on, but
78 not finished yet.</P> 78 not finished yet.</P>
79 79
80 <H4>Old-style DVD support - OPTIONAL</H4> 80 <H4>Old-style DVD support - OPTIONAL</H4>
81 81
82 <P>Useful if you want to play encoded VOBs from hard disk. Compile and 82 <P>Useful if you want to play encoded VOBs from hard disk. Compile and
83 install <B>libcss</B> 0.0.1 (not newer) for this (If <B>MPlayer</B> fails to 83 install <B>libcss</B> 0.0.1 (not newer) for this (If MPlayer fails to
84 detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P> 84 detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P>
85 85
86 <P>For the complete list of available options, please read the man page.</P> 86 <P>For the complete list of available options, please read the man page.</P>
87 87
88 88