Commit 9f0f9bdd authored by Priscila Manhaes's avatar Priscila Manhaes

TYPO

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45527 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 49133bb7
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment