diff options
author | 2007-11-21 02:41:25 +0000 | |
---|---|---|
committer | 2007-11-21 02:41:25 +0000 | |
commit | dc232a3d79887b183c8a5cd7bd2ee770b665e58d (patch) | |
tree | acb228897ddf683473370378a70da0f500050adb /DOCS | |
parent | 01658583a49fb18b771761c8fff3b99eea4f3dd8 (diff) |
vcd://<n> now works for MinGW32 too, hence the updated doc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/ports.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 6bcdda64b1..15ea2c4599 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -648,6 +648,9 @@ You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files that Windows exposes on VCDs. It works like this (adjust for the drive letter of your CD-ROM): <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen> +Alternatively, you can play a VCD track directly by using: +<screen>mplayer vcd://<replaceable><track></replaceable> -cdrom-device <replaceable>d:</replaceable> +</screen> DVDs also work, adjust <option>-dvd-device</option> for the drive letter of your DVD-ROM: <screen> |