[Erp5-report] r45527 priscila.manhaes - /erp5/trunk/utils/cloudooo.handler.ffmpeg/src/cloud...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 15 17:48:54 CEST 2011
Author: priscila.manhaes
Date: Fri Apr 15 17:48:54 2011
New Revision: 45527
URL: http://svn.erp5.org?rev=45527&view=rev
Log:
TYPO
Modified:
erp5/trunk/utils/cloudooo.handler.ffmpeg/src/cloudooo/handler/ffmpeg/handler.py
Modified: erp5/trunk/utils/cloudooo.handler.ffmpeg/src/cloudooo/handler/ffmpeg/handler.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo.handler.ffmpeg/src/cloudooo/handler/ffmpeg/handler.py?rev=45527&r1=45526&r2=45527&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo.handler.ffmpeg/src/cloudooo/handler/ffmpeg/handler.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo.handler.ffmpeg/src/cloudooo/handler/ffmpeg/handler.py [utf8] Fri Apr 15 17:48:54 2011
@@ -63,9 +63,9 @@ class Handler(object):
"-y",
output_url]
# XXX ffmpeg has a bug that needs this options to work with webm format
-# if destination_format == "webm":
-# command.insert(3, "32k")
-# command.insert(3, "-ab")
+ if destination_format == "webm":
+ command.insert(3, "32k")
+ command.insert(3, "-ab")
try:
stdout, stderr = Popen(command,
stdout=PIPE,
More information about the Erp5-report
mailing list