]> git.parisson.com Git - timeside.git/commitdiff
OpusEncoder: change default bitrate to 128k
authorThomas Fillon <thomas@parisson.com>
Mon, 3 Mar 2014 13:22:51 +0000 (14:22 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 3 Mar 2014 13:22:51 +0000 (14:22 +0100)
timeside/encoder/opus.py

index c2e379d4f4a1b6d8fac5d3feb433a280937f6b38..e0e930f6f098dde9c8155ba3c70ef6c58a858194 100644 (file)
@@ -42,7 +42,7 @@ class OpusEncoder(GstEncoder):
 
         self.pipe = '''appsrc name=src
                   ! audioconvert ! audioresample
-                  ! opusenc audio=true
+                  ! opusenc audio=true bitrate=128000
                   ! oggmux
                   '''