Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 212.202.30.123: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DVB The comment on the change is: Hint for MPLAYER_ARGS ------------------------------------------------------------------------------ @@ -35,6 +35,21 @@ VIDEO_GROUPS[0].group_type = 'dvb' }}} +If you override in local_conf.py the default MPLAYER_ARGS with your own values then be sure that there is a 'dvb' key present. +{{{ +MPLAYER_ARGS = { 'dvd' : '-cache 8192', + 'vcd' : '-cache 4096', + 'cd' : '-cache 1024 -cdda speed=2', + 'tv' : '-nocache', + 'ivtv' : '-cache 8192', + 'dvb' : '-vf pp=de/fd -cache 1024', + 'avi' : '-cache 5000 -idx', + 'rm' : '-cache 5000 -forceidx', + 'rmvb' : '-cache 5000 -forceidx', + 'webcam' : 'tv:// -tv driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2', + 'default': '-cache 5000' + } +}}} === Recording === {{{ ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
