* morituri/common/encode.py:
Use vbr-quality instead of quality for vbr. Fixes #94.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/common/encode.py:
|
||||
Use vbr-quality instead of quality for vbr. Fixes #94.
|
||||
|
||||
2012-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/image/cue.py:
|
||||
|
||||
@@ -108,8 +108,9 @@ class MP3Profile(Profile):
|
||||
class MP3VBRProfile(Profile):
|
||||
name = 'mp3vbr'
|
||||
extension = 'mp3'
|
||||
pipeline = 'lame name=tagger quality=0 vbr=new vbr-mean-bitrate=192 ! ' \
|
||||
'id3v2mux'
|
||||
pipeline = 'lame name=tagger ' \
|
||||
'vbr-quality=0 vbr=new vbr-mean-bitrate=192 ! ' \
|
||||
'id3v2mux'
|
||||
lossless = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user