From: Guillaume Pellerin Date: Wed, 27 Nov 2013 21:26:53 +0000 (+0100) Subject: mp4mux for the aac encoder X-Git-Tag: 0.5.2~34 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1ef9bfea81047d8eeaedc19c39857fa5f6c0b2bc;p=timeside.git mp4mux for the aac encoder --- diff --git a/timeside/encoder/m4a.py b/timeside/encoder/m4a.py index 72cfb9f..c23e3d7 100644 --- a/timeside/encoder/m4a.py +++ b/timeside/encoder/m4a.py @@ -42,7 +42,7 @@ class AacEncoder(GstEncoder): self.pipe = ''' appsrc name=src ! audioconvert ! voaacenc - ! matroskamux + ! mp4mux ''' if self.filename and self.streaming: