Re: [Freevo-devel] new kaa pre-releases

2007-03-30 Thread Dirk Meyer
Jason Tackaberry wrote: > On 03/29/2007 03:23 PM, Pascal Schirrmann wrote: >> I had to look into setup.py, do the import by hand to actually >> understand the source of the trouble. >> > > Yeah, this isn't the first time users (and developers :)) have been > bitten by this type of thing. Mayb

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-30 Thread Dirk Meyer
Mathias Weber wrote: > I tried to look how to disable a joystick plugin if it was running but > i couldn't get how i could achieve this. First I would need to check > if a joystick plugin is active if yes i have to stop it and restart it > when the emulator is finished. That would be nice to have

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-30 Thread Hans Meine
On Friday 30 March 2007 18:27, Mathias Weber wrote: > I tried to look how to disable a joystick plugin if it was running but i > couldn't get how i could achieve this. First I would need to check if a > joystick plugin is active if yes i have to stop it and restart it when > the emulator is finishe

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-30 Thread Mathias Weber
Dirk Meyer wrote: Mathias Weber wrote: I took a look at the code and you added a comment about yielding in the scummvm part. You are right it would be better if i don't have to wait for the scummvm but how to yield here? since i need to give back a list, or i don't get the list of games? Or did

Re: [Freevo-devel] using xvmc with mplayer

2007-03-30 Thread Duncan Webb
Index: src/video/plugins/mplayer.py === --- src/video/plugins/mplayer.py(revision 9367) +++ src/video/plugins/mplayer.py(working copy) @@ -140,7 +140,14 @@ # try to play the next subitem return '%s\nno

Re: [Freevo-devel] help , reencode by slice

2007-03-30 Thread Duncan Webb
>> MPLAYER_ARGS = { >> ... >> 'mpeg' : '-cache 8192 -subfont-text-scale 4 -utf8 -edlout >> /tmp/mpeg.edl', >> ... >> } > > I would recommend a safer usage of /tmp , btw Not really a problem as the other "users" at home wouldn't know what or who /tmp is :) and there is no external access to the mac

Re: [Freevo-devel] help , reencode by slice

2007-03-30 Thread A Mennucc
On Thu, Mar 29, 2007 at 10:38:20PM +0200, Duncan Webb wrote: > Okay for most stuff I-frames is good enough as the occur about every 1/2 > second, which is good enough for most people but I still think that > using the edl is better. moreover, do not forget that currently my patch uses bookmarks t