K, got it, user error.. My apologies.

Had to add some additional mplayer args.

MPLAYER_ARGS =

                  'mpg'    : '-vc ffmpeg12mc',
                  'mpeg'   : '-vc ffmpeg12mc',

MPLAYER_VO_DEV_OPTS  = ''
                  
On Thursday, June 30, 2005, 6:16:05 PM, Robert wrote:

> On Sunday, June 19, 2005, 12:13:08 AM, Daniel wrote:

>> Hey,

>> I have a unichrome board and I need to pass the following two options to
>> mplayer: -vc ffmpeg12mc -vo xvmc

>> I have tried setting MPLAYER_VO_DEV_OPTS = "xvmc -vc ffmpeg12mc" and
>> this kind of works.  freevo actually passes "-vo xv,sdl,x11,xvmc -vc
>> ffmpeg12mc" to mplayer.  mplayer seems to choose one of the earlier
>> options before it gets to xvmc though.  (CPU usage is way up there.)
>> Anyway, I don't think that I am using this option correctly.  How am I
>> supposed to use this option to pass in xvmc, and get rid of the
>> defaults?

>> Thanks,
>> ~Dan

> Same here, although i added xvmc to the default string in
> freevo_config.py and

> MPLAYER_VO_DEV_OPTS  = ' -vc ffmpeg12mc'

> in local_conf.py.

> and this results in /usr/bin/mplayer -autosync 100 -nolirc -autoq
> 100  -screenw 720 -screenh 576 -fs -slave -ao oss:/dev/dsp -v -vo
> xvmc,xv,sdl,x11, -vc ffmpeg12mc -cache 5000
> //media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
> -vf pp=de/fd, poll=-1

> problem is it fails (see below) but while running the exact same command on 
> the
> cmdline it is working fine !?

> So not sure what causing this.

> mplayer.py (202): MPlayer.play(): mode=file,
> url=//media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
> rc.py (425): register callback: <bound method MPlayerApp.poll of
> <video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c>>
> rc.py (421): register shutdown callback: <bound method
> MPlayerApp.stop of <video.plugins.mplayer.MPlayerApp instance at
> 0xb6a6720c>>
> self.t1.isAlive()=True, self.t2.isAlive()=True
> ChildApp.__init__(), pid=6906, app=/usr/bin/mplayer -autosync 100
> -nolirc -autoq 100 -screenw 720 -screenh 576 -fs -slave -ao
> oss:/dev/dsp -v -vo xvmc,xv,sdl,x11, -vc ffmpeg12mc -cache 5000
> //media/movies/Jazz/09-09_00u05_NPS_Output_Kenny_Barron_NSJF_2004.mpeg
> -vf pp=de/fd, poll=-1
> main.py (289): handling event VIDEO_START
> main.py (307): no eventhandler for event VIDEO_START
> main.py (289): handling event PLAY_START
> main.py (307): no eventhandler for event PLAY_START
> childapp.py (320): stdout: No data, stopping (pid 6907)!
> childapp.py (320): stderr: No data, stopping (pid 6908)!
> rc.py (437): unregister callback: <bound method MPlayerApp.poll
> of <video.plugins.mplayer.MPlayerApp instance at 0xb6a6720c>>
> rc.py (441): unregister shutdown callback: <bound method
> MPlayerApp.stop of <video.plugins.mplayer.MPlayerApp instance at
> 0xb6a6720c>>
> childapp.py (209): done the easy way
> main.py (289): handling event PLAY_END
> childapp.py (200): already dead
> screen.py (136): show, force update
> main.py (289): handling event VIDEO_END
> menu.py (634): no eventhandler for event VIDEO_END
> main.py (289): handling event VIDEO_END
> menu.py (634): no eventhandler for event VIDEO_END


>     /Robert



> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




    /Robert 



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to