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

Modified Files:
        videoitem.py 
Log Message:
auto deinterlace mpeg files

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** videoitem.py        23 Jun 2004 12:22:16 -0000      1.138
--- videoitem.py        4 Jul 2004 08:05:13 -0000       1.139
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.139  2004/07/04 08:05:13  dischi
+ # auto deinterlace mpeg files
+ #
  # Revision 1.138  2004/06/23 12:22:16  outlyer
  # Allow the user to create a thumbnail for a file even if a folder or file
***************
*** 29,47 ****
  # Freevo.
  #
- # Revision 1.134  2004/05/12 19:24:54  dischi
- # remove debug and cvs log
- #
- # Revision 1.133  2004/05/02 08:55:52  dischi
- # dvd as .iso support
- #
- # Revision 1.132  2004/03/21 18:20:38  mikeruelle
- # needed by encoding server
- #
- # Revision 1.131  2004/03/21 17:06:42  dischi
- # also search for tv show images in current dir
- #
- # Revision 1.130  2004/03/19 22:10:26  dischi
- # fix dead menu for missing videos
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 32,35 ----
***************
*** 190,193 ****
--- 178,186 ----
                 self.image = image
                 self.files.image = image
+ 
+         if config.VIDEO_INTERLACING and self.info['interlaced'] \
+                and not self['deinterlace']:
+             # force deinterlacing
+             self['deinterlace'] = 1
                 
          
***************
*** 314,318 ****
              items = [ (self.show_variants, _('Show variants')) ] + items
  
!         if self.mode == 'file' and not self.variants and not self.subitems:
              items.append((self.create_thumbnail, _('Create Thumbnail'), 
'create_thumbnail'))
              
--- 307,312 ----
              items = [ (self.show_variants, _('Show variants')) ] + items
  
!         if self.mode == 'file' and not self.variants and not self.subitems and \
!                (not self.image or not self.image.endswith('raw')):
              items.append((self.create_thumbnail, _('Create Thumbnail'), 
'create_thumbnail'))
              



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to