Hans Meine wrote: > On Freitag 02 Januar 2009, Duncan Webb wrote: >> Hans Meine wrote: >>> Hi, >>> >>> after my system and freevo updates, I still have one problem: Interlaced >>> content (i.e., TV & recordings) does not get deinterlaced anymore. Are >>> there any (new) settings I need to adjust? >> Isn't this an option in xine-lib, set with the xine-ui? AFAIK there are >> no settings in freevo that control the interlacing of xine playback. > > I don't know, probably you're right. My current guess is that xine disables > deinterlacing based on CPU usage, and somehow my PC goes crazy ATM.
I was incorrect about this it is in my local_conf.py XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'" if CONF.display in ('mga', 'dfbmga', 'directfb'): XINE_COMMAND = '%s' % (CONF.df_xine) XINE_ARGS_DEF = '--layer=0 --deinterlace' else: XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry %sx%s+0+0 --no-splash' % \ (CONF.xine, CONF.width, CONF.height) XINE_ARGS_DEF = '--no-lirc' > For > example, we now have A/V synchronization errors quite frequently (which never > happened with my past installation on the same system); I just started top > while we were watching a recording, and mplayer too 50-55% of CPU usage, and > Freevo took 15-25%! (And that's with reduced resolution, to make it play at > all.) > > Then again, I now have full debugging enabled, but my logs don't get > excessively large to justify that CPU usage. > > Obviously, there's still some debugging to do. (Yes, mplayer uses -vo xv, > and > I also checked hdparm settings, because I upgraded the system.) I suggest that you go back a bit. There are two programs in svn: testing/Duncan/pygame/alphatest.py and freevo/contrib/runtime/pygoom-2k4-0.2.0/pygoom-test.py The first one is a simple test that excludes freevo from the problem area. It uses pygoom/SDL/X11 or pygoom/SDL/DirectFB/fb to display a couple of rectanges. Should show almost 0% CPU if the system is working correctly. The pygoom test does the same thing and shows the frame-rate that goom can be displayed. Anything over 25 is good. (there is a goom-sdl program should give similar results) I would like some similar programs for SDL, DirectFB, and X11 to try to track down where this sort of problem could be. If everything is fine then try running mplayer and xine from the command line and see what the CPU is doing. Duncan ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel