[MPlayer-DOCS] CVS: main/DOCS/xml/en install.xml,1.55,1.56

Diego Biurrun diego at biurrun.de
Sat Feb 5 15:33:39 CET 2005


Torinthiel writes:
> On Sat, Feb 05, 2005 at 01:53:37PM +0100, Diego Biurrun CVS wrote:
> > 
> > -<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps [-subdelay sec] [-sub subtitle_filename] <replaceable>-dumpmicrodvdsub</replaceable></screen>
> > +<screen>mplayer -dumpmicrodvdsub -fps <replaceable>subtitles_fps</replaceable> -subfps <replaceable>avi_fps</replaceable> -sub <replaceable>subtitle_filename</replaceable> <replaceable>dummy.avi</replaceable></screen>
> 
> I liked one thing about old version. It had clearly shown that these
> options are not necessary, unless you want something else than default
> values.

Let's compare..

old:
mplayer dummy.avi -fps subtitles_fps -subfps avi_fps [-subdelay sec]
[-sub subtitle_filename] -dumpmicrodvdsub

new (without reordered options):
mplayer dummy.avi -fps subtitles_fps -subfps avi_fps
-sub subtitle_filename -dumpmicrodvdsub

I basically reordered the options, removed the optional -subdelay and
made -sub and -dumpmicrodvdsub not optional, which I think they
aren't..

Diego




More information about the MPlayer-DOCS mailing list