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

Modified Files:
      Tag: rel-1-5
        freevo_config.py local_conf.py.example 
Log Message:
Port MPLAYER_VF_INTERLACED and MPLAYER_VF_INTERLACED for 2.0 to 1.5.3


Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.37.2.2
retrieving revision 1.37.2.3
diff -C2 -d -r1.37.2.2 -r1.37.2.3
*** local_conf.py.example       21 Oct 2004 13:54:31 -0000      1.37.2.2
--- local_conf.py.example       9 Jan 2005 10:08:23 -0000       1.37.2.3
***************
*** 43,47 ****
  
  
! CONFIG_VERSION = 5.14
  
  # ======================================================================
--- 43,47 ----
  
  
! CONFIG_VERSION = 5.15
  
  # ======================================================================
***************
*** 669,672 ****
--- 669,682 ----
  # MPLAYER_SET_AUDIO_DELAY = 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'
  
  # ======================================================================

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.349.2.4
retrieving revision 1.349.2.5
diff -C2 -d -r1.349.2.4 -r1.349.2.5
*** freevo_config.py    1 Nov 2004 21:38:58 -0000       1.349.2.4
--- freevo_config.py    9 Jan 2005 10:08:21 -0000       1.349.2.5
***************
*** 109,113 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.14
  
  # Description of changes in each new version
--- 109,113 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.15
  
  # Description of changes in each new version
***************
*** 222,226 ****
       use TV_RECORD_SERVER_UID, the gui _must_ match one of the users gids''' 
),
      (5.14,
!      '''Add IMAGEVIEWER_DURATION for auto slideshows''' )]
  
  
--- 222,229 ----
       use TV_RECORD_SERVER_UID, the gui _must_ match one of the users gids''' 
),
      (5.14,
!      '''Add IMAGEVIEWER_DURATION for auto slideshows''' ),
!     (5.15,
!      '''Add two variables for mplayer psot processing: MPLAYER_VF_INTERLACED 
and
!      MPLAYER_VF_PROGRESSIVE''' ) ]
  
  
***************
*** 1082,1086 ****
                   'tv'     : '-nocache',
                   'ivtv'   : '-cache 8192',
!                  'dvb'    : '-vf pp=de/fd -cache 1024',
                   'avi'    : '-cache 5000 -idx',
                   'rm'     : '-cache 5000 -forceidx',
--- 1085,1089 ----
                   'tv'     : '-nocache',
                   'ivtv'   : '-cache 8192',
!                  'dvb'    : '-cache 1024',
                   'avi'    : '-cache 5000 -idx',
                   'rm'     : '-cache 5000 -forceidx',
***************
*** 1114,1117 ****
--- 1117,1131 ----
  MPLAYER_SET_AUDIO_DELAY = 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'
+ 
  
  # ======================================================================



-------------------------------------------------------
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