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

Rich Felker dalias at aerifal.cx
Tue Nov 20 05:26:20 CET 2007


On Tue, Nov 20, 2007 at 10:17:10AM +0800, Zuxy Meng wrote:
> Hi,
> 
> "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... :)

Rich



More information about the MPlayer-DOCS mailing list