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

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

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** mplayer.py  1 Jan 2005 18:48:53 -0000       1.97
--- mplayer.py  2 Jan 2005 13:08:01 -0000       1.98
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.98  2005/01/02 13:08:01  dischi
+ # make it possible to set video filter for mplayer
+ #
  # Revision 1.97  2005/01/01 18:48:53  dischi
  # remove debug
***************
*** 228,235 ****
              additional_args += [ '-aid', str(item.selected_audio) ]
  
!         if item['deinterlace']:
!             additional_args += [ '-vf-pre',  'pp=de/fd' ]
!         else:
!             additional_args += [ '-vf',  'pp=de' ]
                  
          mode = item.mimetype
--- 231,238 ----
              additional_args += [ '-aid', str(item.selected_audio) ]
  
!         if item['deinterlace'] and config.MPLAYER_VF_INTERLACED:
!             additional_args += [ '-vf-pre',  config.MPLAYER_VF_INTERLACED ]
!         elif not item['deinterlace'] and config.MPLAYER_VF_PROGRESSIVE:
!             additional_args += [ '-vf-pre',  config.MPLAYER_VF_PROGRESSIVE ]
                  
          mode = item.mimetype



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