From 1ef9bfea81047d8eeaedc19c39857fa5f6c0b2bc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 27 Nov 2013 22:26:53 +0100 Subject: [PATCH] mp4mux for the aac encoder --- timeside/encoder/m4a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5