]> git.parisson.com Git - telemaster.git/commitdiff
set q=2 for lame
authoryomguy <yomguy@353fd7da-fb10-4236-9bec-1a49139083f2>
Fri, 1 May 2009 17:31:01 +0000 (17:31 +0000)
committeryomguy <yomguy@353fd7da-fb10-4236-9bec-1a49139083f2>
Fri, 1 May 2009 17:31:01 +0000 (17:31 +0000)
git-svn-id: http://svn.parisson.org/svn/telemaster/trunk@12 353fd7da-fb10-4236-9bec-1a49139083f2

flac2mp3mix.py

index 4b8276652bad5502ce408e406bf1260e7f85fbe2..713c0d846e8225b3a1f8d2b63db2f5cee7350b52 100644 (file)
@@ -79,7 +79,7 @@ class Flac2Mp3Mix:
 
 
     def mp3_encode(self, stdin, file):
-        command = 'lame -b 256 --tt "xxx" - "' + file + '"'
+        command = 'lame -b 256 -h --tt "xxx" - "' + file + '"'
         return SubProcessPipe(command, stdin)
         
     def get_media_lists(self):