← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 532: Since we can't silence the MLT stdout list of formats, codecs, and filters, I figured we could pu...

 

------------------------------------------------------------
revno: 532
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Wed 2011-08-31 22:48:34 -0500
message:
  Since we can't silence the MLT stdout list of formats, codecs, and filters, I figured we could put some text in front of it, to explain what's happening during the launch of OpenShot.
modified:
  openshot/windows/MainGTK.py


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/MainGTK.py'
--- openshot/windows/MainGTK.py	2011-08-27 21:53:40 +0000
+++ openshot/windows/MainGTK.py	2011-09-01 03:48:34 +0000
@@ -353,6 +353,9 @@
 		# get translation object
 		_ = self._
 		
+		# output message
+		print "\nDetecting formats, codecs, and filters..."
+		
 		#populate the codecs
 		formats = av_formats.formats()
 		#video codecs