Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5696

Modified Files:
        freevo_config.py 
Log Message:
make it possible to set video filter for mplayer

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.380
retrieving revision 1.381
diff -C2 -d -r1.380 -r1.381
*** freevo_config.py    1 Jan 2005 15:06:18 -0000       1.380
--- freevo_config.py    2 Jan 2005 13:08:00 -0000       1.381
***************
*** 1074,1077 ****
--- 1074,1089 ----
  MPLAYER_RESAMPLE_AUDIO = 0
  
+ #
+ # Mplayer video filter for interlaced or progressive videos. If you have
+ # a slow pc, do not use post processing
+ # 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'
+ 
+ 
  # ======================================================================
  # Xine settings:



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to