diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-08 04:52:58 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-08 04:52:58 +0000 |
commit | d9139f5890442498f3dfcd8e1f1a39f8c7976116 (patch) | |
tree | 721e118496c9c69ebe6781945937767acee83ce3 /DOCS | |
parent | 83e1eed13d1b566420b416fef2ec044cfd3ba92b (diff) |
some words about VCD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1868 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/cd-dvd.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html index d6a6f741e4..5422fed88c 100644 --- a/DOCS/cd-dvd.html +++ b/DOCS/cd-dvd.html @@ -5,6 +5,27 @@ <P><B><A NAME=4.1>4.1. CD-ROM drives</A></B></P> +<P>Playing standard Video CDs:</P> + +<P> +mplayer -vcd <I>trackno</I> [device]<BR><BR> +Examples:<BR> +mplayer -vcd 1<BR> +mplayer -fs -vcd 2 /dev/hdc<BR> +</P> + +<P> +Notes:<BR> +- Do NOT mount VCD disks and play DAT files directly! It may work under windows +but won't work under linux. You have to play them directly, with the -vcd +option!<BR> +- VCD disks usually have 2 tracks: a data track (containing autostart windows +playback program, karaoke data etc) and a mode-2 track (the movie), so try +-vcd 2 first!<BR> +- the default VCD device is /dev/cdrom. if your device differs, then you have +to make a symlink, or specify it in command line! +</P> + <P>From Linux documentation:</P> <P>Some CDROM drives are capable of changing their head-speed. There are several |