Author: duncan
Date: Mon Jul  2 15:45:52 2007
New Revision: 9741

Modified:
   branches/rel-1/freevo/src/encodingcore.py

Log:
Patch from Andrea Mennucc for turbo mode on first pass


Modified: branches/rel-1/freevo/src/encodingcore.py
==============================================================================
--- branches/rel-1/freevo/src/encodingcore.py   (original)
+++ branches/rel-1/freevo/src/encodingcore.py   Mon Jul  2 15:45:52 2007
@@ -362,6 +362,9 @@
 
             vpass = passname % passnr
 
+            if self.vcodec == 'MPEG 4 (lavc)' and passnr == 1 :
+                vpass = vpass + ':turbo'
+
         #generate videofilters first, NI completly yet
         if self.crop != None:
             vf += [ 'crop=%s' % self.crop ]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to