[SCM] morituri/master: * morituri/common/encode.py: Use vbr-quality instead of quality for vbr. Fixes #94.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:45 UTC 2014


The following commit has been merged in the master branch:
commit 3c87608773a661f0c496801f30fd9844c03651dd
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri Nov 23 16:30:05 2012 +0000

    	* morituri/common/encode.py:
    	  Use vbr-quality instead of quality for vbr.  Fixes #94.

diff --git a/ChangeLog b/ChangeLog
index 850a629..c57ca36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
 	* morituri/image/table.py:
 	* morituri/image/toc.py:
diff --git a/morituri/common/encode.py b/morituri/common/encode.py
index 453f54c..dbe80c7 100644
--- a/morituri/common/encode.py
+++ b/morituri/common/encode.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
 
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list