From c017ed85dc137fa0a14844488cd94e53b656f2dc Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 1 May 2009 17:31:01 +0000 Subject: [PATCH] set q=2 for lame git-svn-id: http://svn.parisson.org/svn/telemaster/trunk@12 353fd7da-fb10-4236-9bec-1a49139083f2 --- flac2mp3mix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5