Bernard Mentink wrote:
> Thanks Elizabeth,
> 
> It's also the confusing multiple methods to pass mplayer options to
> Freevo, that are annoying: For example:
> 
> You can pass options with:
> Method 1.
>     MPLAYER_ARGS['webcam']  = 'tv:// -tv    
> driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2'
>     MPLAYER_ARGS['default'] = '-cache 5000'
>     MPLAYER_ARGS['dvb']       = '-vf pp=de/fd -cache 4096'
> 
> Method 2.
>     MPLAYER_ARGS_DEF = '-vf pp=ci,phase=u -fs'
> 
> Method 3.
>     MPLAYER_VF_INTERLACED  = 'pp=md/de,phase=U'
> 
> And there is probably more ... I still don't know what is the correct
> method to use.

There are three different things here.

MPLAYER_ARGS_DEF as the default argument that are passed to every
mplayer command line. Typically used to your hardware set-up.

MPLAYER_ARGS['<type>'] are specific arguments for different media types.
the <type> is the file extension.

MPLAYER_VF_INTERLACED is for a specific video where you need to view
some video tracks as interlaced and some as progressive.

So for transport streams you need to add:
MPLAYER_ARGS['ts'] - 'what ever'

Duncan

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to