Posts: 283
Threads: 17
Joined: 2018 Jun
Thanks: 217
Given 74 thank(s) in 52 post(s)
Country:
Turisu, what program did you use to convert AC3 to Flac?
Posts: 2,519
Threads: 40
Joined: 2015 Apr
Thanks: 2020
Given 434 thank(s) in 358 post(s)
Country:
The laserdisc may be a remix
deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
It's possible I'm once again missing the context, but... Idk if Dialnorm is the correct term for what I mean, but ac-3 definitely seems to have massive issues with playing back at full dynamic range. I don't think it's necessarily an issue with the format, more with the playback software I've used. It's almost impossible to get a proper playback at full dynamic range in something like VLC or MPC-HC, last I checked.
I distinctly remember being impressed by how loud the gunshots were in Mission Impossible:Fallout in cinema. But then when watching the movie with AC-3 audio, they fell flat. Strange, I thought. I had disabled all dynamic range compression in the input filters and whatnot and in the settings. Still no good.
So I googled around and found that ffmpeg has a "-drc_scale" parameter. If you set it to 0.0000 (maybe a simple 0 is enough, but that's how I saw it), it deactivates any form of dynamic range compression. Lo and behold, the resulting wav file sounded absolutely amazing and just like I had remembered it from cinema.
For the record, I also verified this by recording my system sound with audacity. The base level volume was identical in both playbacks, but with the .ac3 the peaks were significantly lowered, taking all punch out of them.
Maybe this issue wouldn't exist with a properly set up receiver that lets you deactivate DRC. I don't know. But I know that ever since, I haven't trusted AC-3 and the only reason I ever use it is in cases where I can preserve the original ac-3 track without transcoding, simply because I like to preserve the original data. Otherwise I will always transcode to FLAC or WAV using drc_scale 0.0000.
I believe back then I also tested Adobe Audition and it imported it correctly too. But I wouldn't trust that as Adobe seems to sometimes change their import plugins from version to version... for example some of my older Premiere projects are no longer frame accurate when opened with a newer Premiere version.
Posts: 2,049
Threads: 56
Joined: 2016 Dec
Thanks: 161
Given 1008 thank(s) in 612 post(s)
Tom the problem isn't the codec, it's the implementation
Posts: 702
Threads: 109
Joined: 2015 Apr
Thanks: 257
Given 674 thank(s) in 281 post(s)
Country:
So does converting to WAV/FLAC give the true waveform in Audition?
Posts: 144
Threads: 13
Joined: 2019 Nov
Thanks: 93
Given 29 thank(s) in 20 post(s)
Country:
So when you convert ac-3 to wav/flac with eac3to, it removes the dialogue normalization, is this the same what drc_scale 0.0000 command does?