]> git.parisson.com Git - timeside.git/commitdiff
mp4mux for the aac encoder
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 Nov 2013 21:26:53 +0000 (22:26 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 Nov 2013 21:26:53 +0000 (22:26 +0100)
timeside/encoder/m4a.py

index 72cfb9f5150843b6ae1185125558e1212ef2a565..c23e3d7ac61d8f32d53f581ce36ed01b3a60c711 100644 (file)
@@ -42,7 +42,7 @@ class AacEncoder(GstEncoder):
         self.pipe = ''' appsrc name=src
             ! audioconvert
             ! voaacenc
-            ! matroskamux
+            ! mp4mux
             '''
 
         if self.filename and self.streaming: