From a8c3f43427bb4429664c5b020897cb09ba299eb0 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 21 Nov 2013 15:45:35 +0100 Subject: [PATCH] =?utf8?q?Encoder:=20Fix=20AAC=20encoding=20issue=20(missi?= =?utf8?q?ng=20faac)=20by=20switching=20to=20voaacenc=20=E2=80=94=20AAC=20?= =?utf8?q?audio=20encoder?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 1f34088..20ddb0a 100644 --- a/timeside/encoder/m4a.py +++ b/timeside/encoder/m4a.py @@ -41,7 +41,7 @@ class AacEncoder(GstEncoder): self.streaming = False self.pipe = ''' appsrc name=src ! audioconvert - ! faac + ! voaacenc ! matroskamux ''' -- 2.39.5