On Thu, 03 Jan 2013 20:37:03 -0500 Jim Duda <[email protected]> wrote:
> Can you share you Mplayer settings in your local_conf.py file? > > Jim MPLAYER_AO_DEV = 'alsa' # e.g.: oss,sdl,alsa, see mplayer docs MPLAYER_VO_DEV = 'x11, xv' # X11 drivers in order of preference # MPLAYER_VO_DEV_OPTS = '' # e.g.: ':some_var=vcal' # MPLAYER_AUDIO_CACHE_KB = 256 # MPLAYER_AUDIO_CACHE_MIN_PERCENT = 25 # MPLAYER_AUDIO_NETWORK_OPTS = '-cache %d -cache-min %d' % (MPLAYER_AUDIO_CACHE$ # DVD_LANG_PREF = 'en,se,no' # Order of preferred languages on DVD. # DVD_SUBTITLE_PREF = '' # Order of preferred subtitles on DVD. # MPLAYER_NICE = -20 # MPLAYER_SOFTWARE_SCALER = '-xy %s -sws 2 -vop scale:-1:-1:-1:100' % CONF.width # # MPLAYER_SOFTWARE_SCALER = '' MPLAYER_ARGS['dvd'] = '-cache 8192' MPLAYER_ARGS['vcd'] = '-cache 4096' MPLAYER_ARGS['cd'] = '-cache 1024 -cdda speed=2' MPLAYER_ARGS['tv'] = '-nocache' MPLAYER_ARGS['ivtv'] = '-cache 8192' MPLAYER_ARGS['avi'] = '-cache 5000 -idx' MPLAYER_ARGS['flv'] = '-nocache -forceidx' MPLAYER_ARGS['mp4'] = '-nocache -forceidx' MPLAYER_ARGS['rm'] = '-cache 5000 -forceidx' MPLAYER_ARGS['rmvb'] = '-cache 5000 -forceidx' MPLAYER_ARGS['webcam'] = 'tv:// -tv driver=v4l:width=352:height=288:outfmt=yuy$ MPLAYER_ARGS['default'] = '-cache 5000' MPLAYER_ARGS['dvb'] = '-framedrop -vf pp=de/fd -cache 4096' # MPLAYER_SEEK_TIMEOUT = 8 # MPLAYER_AUTOCROP = 0 # MPLAYER_SET_AUDIO_DELAY = 0 # MPLAYER_VF_INTERLACED = '' # MPLAYER_VF_PROGRESSIVE = 'pp=fd' # For pal and dvb-t recordings, the following looks good # MPLAYER_VF_INTERLACED = 'pp=md/de,phase=U' # # MPLAYER_VF_INTERLACED = 'pp=de/fd' # MPLAYER_VF_PROGRESSIVE = 'pp=de' # # MPLAYER_HAS_FIELD_DOMINANCE = 1 I have tried variations on MPLAYER_VO_DEV = 'x11, xv' and MPLAYER_ARGS['dvb'] = '-framedrop -vf pp=de/fd -cache 4096' without much difference although some combinations stopped anything happening ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
