Author: zuxy Date: Wed Nov 21 03:41:25 2007 New Revision: 25123 Log: vcd://<n> now works for MinGW32 too, hence the updated doc
Modified: trunk/DOCS/xml/en/ports.xml Modified: trunk/DOCS/xml/en/ports.xml ============================================================================== --- trunk/DOCS/xml/en/ports.xml (original) +++ trunk/DOCS/xml/en/ports.xml Wed Nov 21 03:41:25 2007 @@ -648,6 +648,9 @@ You can play VCDs by playing the <filena <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> _______________________________________________ MPlayer-DOCS mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
