Hi all,
I've been scouring the net for an answer to this. Given a 7.1 DTS-HD MA source and using ffmpeg to convert to AC3 (5.1 is maximum supported by ac3 codec), if I just simply usewill it downmix the 7.1 to 5.1 properly? I've seen on the net that people generally specify the channels to get 5.1 like:Code:ffmpeg -c:a ac3 -b:a 640kI ran both on the same source file and the resulting ac3 files actually had different hashes (but same filesize), which makes me think there is a difference. I wonder if i've been sub-optimally converting the DTS audio in the content i've been working with lately (though the resulting audio files sound the same to me).Code:ffmpeg -c:a ac3 -b:a 640k -ac 6
Anybody know the answer?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Not likely but check ffmpeg logs to be sure - most probably core part (5.1) is selected and used directly by ffmpeg - downmixing from 7.1 to 5.1 can be performed explicitly but probably you will need to specify donwmixing matrix manually (and perhaps apply additional processing like delay/phase shift).
Similar Threads
-
Any sound and mostly dts & dts-hd to ac3
By fits79 in forum AudioReplies: 42Last Post: 23rd May 2024, 00:43 -
Downmixing 5.1 to 2.0 using ffmpeg
By xweel in forum AudioReplies: 18Last Post: 19th Nov 2023, 07:55 -
batch convert DTS to Ac3 using ffmpeg
By Mishari in forum Newbie / General discussionsReplies: 7Last Post: 7th Apr 2022, 16:23 -
Convert DTS to AC3/E-AC3
By craigyy in forum AudioReplies: 5Last Post: 23rd Jan 2021, 08:20 -
M3u8 automatic download with ffmpeg
By RKJ in forum Video Streaming DownloadingReplies: 5Last Post: 7th Jun 2020, 16:45