Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv25059

Modified Files:
        mplayer.py 
Log Message:
dvd and interlace fixes

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** mplayer.py  29 Dec 2003 22:29:09 -0000      1.54
--- mplayer.py  1 Jan 2004 19:37:31 -0000       1.55
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.55  2004/01/01 19:37:31  dischi
+ # dvd and interlace fixes
+ #
  # Revision 1.54  2003/12/29 22:29:09  dischi
  # remove debug
***************
*** 162,165 ****
--- 165,170 ----
          if item.url in ('dvd://', 'vcd://'):
              return 1
+         if item.mode in ('dvd', 'vcd'):
+             return 2
          if item.mimetype in config.VIDEO_MPLAYER_SUFFIX:
              return 2
***************
*** 244,250 ****
              additional_args += [ '-aid', item.selected_audio ]
  
!         if item.deinterlace:
              additional_args += [ '-vop', 'pp=fd' ]
! 
          mode = item.mimetype
          if not config.MPLAYER_ARGS.has_key(mode):
--- 249,259 ----
              additional_args += [ '-aid', item.selected_audio ]
  
!         if self.version >= 1 and item.deinterlace:
!             additional_args += [ '-vf',  'pp=de/fd' ]
!         elif item.deinterlace:
              additional_args += [ '-vop', 'pp=fd' ]
!         elif self.version >= 1:
!             additional_args += [ '-vf',  'pp=de' ]
!                 
          mode = item.mimetype
          if not config.MPLAYER_ARGS.has_key(mode):




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to