From: Paul Brossier Date: Tue, 29 Jan 2013 03:08:46 +0000 (-0500) Subject: timeside/encoder/m4a.py: add matroskamux X-Git-Tag: 0.4.3~1^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2175e05ae50452e2531698e886f473650fd70da4;p=timeside.git timeside/encoder/m4a.py: add matroskamux --- diff --git a/timeside/encoder/m4a.py b/timeside/encoder/m4a.py index 85dfd31..1f34088 100644 --- a/timeside/encoder/m4a.py +++ b/timeside/encoder/m4a.py @@ -42,6 +42,7 @@ class AacEncoder(GstEncoder): self.pipe = ''' appsrc name=src ! audioconvert ! faac + ! matroskamux ''' if self.filename and self.streaming: