I have files in an MKV container with the following audio track:
ID: 2
Format: AC-3
Format/Info: Audio Coding 3
Commercial name: Dolby Digital
Codec ID: A_AC3
Duration: 49 s 952 ms
Bit rate mode: Constant
Bit rate: 448 kb/s
Channel(s): 6 channels
Channel layout: L R C LFE Ls Rs
Sampling rate: 48.0 kHz
I convert them to MP4 (H264+AAC) using the AviSynth script (audio passthrough) and get the following audio:
Format: AAC LC
Format/Info: Advanced Audio Codec Low Complexity
Codec ID: mp4a-40-2
Duration: 49 s 952 ms
Source duration: 49 s 973 ms
Source_Duration_LastFrame: -11 ms
Bit rate mode: Constant
Bit rate: 192 kb/s
Channel(s): 6 channels
Channel layout: L R C Cb Lb Rb
Sampling rate: 48.0 kHz
Is this channel conversion correct? (L R C LFE Ls Rs -> L R C Cb Lb Rb)?
When I try to open the output MP4 in VDub I get "FFMPEG: Unsupported channel layout".
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by rgr; 1st Sep 2025 at 10:01.
-
I believe VDub is telling you that the FFMPEG version you have does not understand the L R C Cb Lb Rb channel layout.
This may be for any FFMPEG version but I'm not sure about this.
The FFMPEG codecs need to have the code to understand this channel layout to work with it.
Why not use FFMPEG command line?
Or maybe Clever to do this conversion?
Similar Threads
-
AC3 to AAC conversion with DRC
By Thierry1982 in forum Video ConversionReplies: 3Last Post: 12th May 2024, 09:54 -
What audio container works well with .mp4/.mkv containers? FLAC or AAC?
By Guernsey in forum Newbie / General discussionsReplies: 1Last Post: 2nd Dec 2021, 00:18 -
I want to output to MP4 with AAC audio - what software?
By Drconfused in forum EditingReplies: 6Last Post: 11th Feb 2021, 19:56 -
AVCHD MTS to MP4 question on interlacing and AC3 or AAC
By TwoJ in forum Video ConversionReplies: 1Last Post: 23rd Jan 2021, 17:59 -
VirtualDub2 does not recognize .AC3 .AAC audio files
By coukou in forum EditingReplies: 15Last Post: 8th Jan 2021, 08:05