From 870be59ea933852e7e2e26b40dc0539350a07ec8 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Tue, 24 Oct 2023 14:07:32 +0200 Subject: [PATCH] =?UTF-8?q?Add=20remapping=20f=C3=BCr=20unknown=206ch=20au?= =?UTF-8?q?dio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/ffx.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ffx.py b/bin/ffx.py index 8f31218..31cb224 100755 --- a/bin/ffx.py +++ b/bin/ffx.py @@ -169,6 +169,8 @@ for aStream in audioStreams: if channels == 6: audioTokens += [f"-c:a:{audioStreamIndex}", 'libopus', + f"-filter:a:{audioStreamIndex}", + "channelmap=FL-FL|FR-FR|FC-FC|LFE-LFE|SL-BL|SR-BR:5.1", f"-b:a:{audioStreamIndex}", ac3Bandwidth]