[MPlayer-DOCS] [PATCH] vcd:// now works for MinGW32 too

Diego Biurrun diego at biurrun.de
Tue Nov 20 13:43:24 CET 2007


On Mon, Nov 19, 2007 at 11:26:20PM -0500, Rich Felker wrote:
> On Tue, Nov 20, 2007 at 10:17:10AM +0800, Zuxy Meng wrote:
> > 
> > "Diego Biurrun" <diego at biurrun.de> 写入消息新闻:20071119220318.GC2330 at biurrun.de...
> > > On Tue, Nov 20, 2007 at 12:00:56AM +0800, Zuxy Meng wrote:
> > >> Sorry for my last two posts. This one should work fine (and sorry
> > >> again for breaking the thread :-( )
> > >> 
> > >> --- DOCS/xml/en/ports.xml ?????? 25104??
> > >> +++ DOCS/xml/en/ports.xml ????????????
> > >> @@ -648,6 +648,9 @@
> > >>  <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>&lt;title&gt;</replaceable> -cdrom-device <replaceable>d</replaceable>:
> > >> +</screen>
> > > 
> > > Put the colon inside the replaceable tag and commit.
> > 
> > Hmmm but the command line for DVDs puts the colon outside:
> > 
> > DVDs also work, adjust <option>-dvd-device</option> for the drive letter
> > of your DVD-ROM:
> > <screen>
> > mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device <replaceable>d</replaceable>:
> > </screen>
> > 
> > Wouldn't it make sense to keep them consistent?
> 
> Yes, both should be fixed... :)

Yes, and I just changed it :)

Diego



More information about the MPlayer-DOCS mailing list