Author: tack
Date: Thu Jan  4 14:54:48 2007
New Revision: 2342

Modified:
   trunk/beacon/src/server/videothumb.py

Log:
Add -nocache and -osdlevel 0 options, as suggested by FoX <[EMAIL PROTECTED]>


Modified: trunk/beacon/src/server/videothumb.py
==============================================================================
--- trunk/beacon/src/server/videothumb.py       (original)
+++ trunk/beacon/src/server/videothumb.py       Thu Jan  4 14:54:48 2007
@@ -65,8 +65,8 @@
         self.notify_client = thumbnailer.notify_client
         self.create_failed = thumbnailer.create_failed
 
-        self.child = kaa.notifier.Process(['mplayer', '-nosound', '-vo',
-                                           'png:z=2', '-frames', '10',
+        self.child = kaa.notifier.Process(['mplayer', '-nosound', '-vo', 
'png:z=2', 
+                                           '-frames', '10', '-osdlevel', '0', 
'-nocache',
                                            '-zoom', '-ss' ])
         self.child.signals['completed'].connect(self._completed)
         self.child.signals['stdout'].connect(self._handle_std)

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