Justin Wetherell wrote: > I am currently using: > XINE_VO_DEV = 'xxmc' > XINE_COMMAND = '%s --hide-gui -pq -g -B --geometry %sx%s+0+0' % \ > (CONF.xine, CONF.width, CONF.height) > XINE_ARGS_DEF = '--post=pp:quality=10,expand' > XINE_AO_DEV = 'alsa'
Mine are: # xine settings XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'" XINE_VO_DEV = 'xv' XINE_COMMAND = '%s --hide-gui -pq -g -B --geometry %sx%s+0+0 \ --no-splash' % (CONF.xine, CONF.width, CONF.height) XINE_AO_DEV = 'alsa' XINE_TV_VO_DEV = 'xv' XINE_TV_AO_DEV = 'alsa' XINE_TV_TIMESHIFT_FILEMASK = '/freevo/timeshift/buf-' The last three are for the xine_ivtv_tv plug-in to pause live tv, It'd the artefacts that bother me the most, if it pauses it could be because my test machine is a P3 733MHz. The display driver at the moment is xv, but I could use either mga or the ivtv driver. If mga is supported by xine. I could also use df_xine Haven't yet figured out which is best, somehow I think that the artefact are caused by something else, just don't know what. MPlayer doesn't show these artefacts either playing tv or playing a recorded show. The other machine is an AMD64 3000, so it has no processors speed problems, both machines show these artefacts, could be the ivtv-0.4.7 driver but this would also appear with MPlayer. > my cpu: > Intel(R) Celeron(R) CPU 1.80GHz > > On 10/7/06, *Duncan Webb* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Duncan Webb wrote: > Does anybody know what in the xine command configuration needs to be > changed so that I get a nice display. At the moment the top third has > lots of artefacts and the stream keeps pausing? This happens on both > machine with the ivtv driver. > > Duncan > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freevo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
