Author: duncan
Date: Tue Oct  3 21:05:29 2006
New Revision: 8307

Modified:
   branches/rel-1-5/freevo/src/util/videothumb.py

Log:
Changed position for videothumb to six minutes from 10 secs.

Modified: branches/rel-1-5/freevo/src/util/videothumb.py
==============================================================================
--- branches/rel-1-5/freevo/src/util/videothumb.py      (original)
+++ branches/rel-1-5/freevo/src/util/videothumb.py      Tue Oct  3 21:05:29 2006
@@ -152,8 +152,8 @@
         except:
             # else arbitrary consider that file is 1Mbps and grab position at 
10%
             position = os.stat(filename)[ST_SIZE]/1024/1024/10.0
-            if position < 10:
-                position = '10'
+            if position < 360:
+                position = '360'
             else:
                 position = str(int(position))
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to