From: yomguy Date: Fri, 1 May 2009 17:31:01 +0000 (+0000) Subject: set q=2 for lame X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c017ed85dc137fa0a14844488cd94e53b656f2dc;p=telemaster.git set q=2 for lame git-svn-id: http://svn.parisson.org/svn/telemaster/trunk@12 353fd7da-fb10-4236-9bec-1a49139083f2 --- diff --git a/flac2mp3mix.py b/flac2mp3mix.py index 4b82766..713c0d8 100644 --- a/flac2mp3mix.py +++ b/flac2mp3mix.py @@ -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):