Thanks.

VIDEO_PREFERED_PLAYER = 'xine'
XINE_ARGS_DEF = "-V xxmc"

Worked!

-Chris


On Mon, Jul 27, 2009 at 1:09 AM, Duncan Webb<dun...@freevo.org> wrote:
> On 23/07/2009 17:34, Chris Thomas said the following:
>> Ok I tried almost every possible combination to get mpeg decoding
>> working in Freevo 1.8.1-3 with my CLE266 Via chip.
>
> You can't do this:
> VIDEO_PREFERED_PLAYER = 'xine -V xxmc'
> VIDEO_PREFERED_PLAYER = 'mplayer -vo xxmc -vc ffmpeg12mc'
>
> But you can do this:
> VIDEO_PREFERED_PLAYER = 'xine' or
> VIDEO_PREFERED_PLAYER = 'mplayer'
>
> Then you need to set the DEFAULT arguments:
> -V xxmc or
> -vo xxmc -vc ffmpeg12mc
>
> Should be described in the local_conf.py.example.
>
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'xine -V xxmc'
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'xine'
>> VIDEO_USE_XVMC = 1
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'mplayer -vo xxmc -vc ffmpeg12mc'
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'mplayer -vo xvmc -vc ffmpeg12mc'
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'xine'
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'xine -V xvmc'
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'mplayer'
>> VIDEO_USE_XVMC = 1
>>
>> # did not work
>> VIDEO_PREFERED_PLAYER = 'xine -V xvmc'
>> VIDEO_USE_XVMC = 1
>
> Duncan
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

------------------------------------------------------------------------------
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to