Jim Duda wrote:
> Duncan,
> 
>> I think what you are looking for is the correct MPLAYER_ARGS in
>> local_conf.py. It is the file extension that is used so you can set
>> specific options for particular file types.
>>
>> HTH
>> Duncan
>>
> 
> Yes in essence.  Unfortunately, the MPLAYER_ARGS array cannot be used to 
> overload the MPLAYER_VO_DEV switch (at least 
> that is my understanding from attempting to read the code).
> If mplayer runs with -VO xvmc,vo, then it doesn't play flv files properly.

That's correct it can't but MPlayer uses the first -vo setting and IIRC
the MPLAYER_ARGS comes first so it should use these settings.

> I don't have a workable solution.

yet.

> My MPLAYER_VO_DEV must have xvmc,vo, (for HD mpeg2 files) however, that 
> breaks flv file play.

This is what I have, but haven't tried vpodcast on this machine as the
network connection is wireless and a bit flaky.

MPLAYER_ARGS_DEF = \
(('-autosync 100 -osd-duration 3000 -nolirc -autoq 100 -subpos 92 -fs '
    + '-screenw %s -screenh %s') % (CONF.width, CONF.height))

MPLAYER_ARGS = {
    'dvd'    : '-cache 8192 -vo xvmc -vc ffmpeg12mc -afm hwac3',
[snip]
    'ivtv'   : '-cache 8192',
    'mpeg'   : '-cache 8192 -vo xvmc -vc ffmpeg12mc',
    'mpg'    : '-cache 8192 -vo xvmc -vc ffmpeg12mc',
[snip]
}

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to