JakeWharton / mkvdts2ac3

Bash script to convert DTS audio to AC3 within a matroska file.
Apache License 2.0
322 stars 60 forks source link

Volume of created AC3 track #70

Open arghwhymustiregister opened 12 years ago

arghwhymustiregister commented 12 years ago

Hey there,

first of all, thanks for this great script! Saved me a lot of trouble =)

Just a short question: why is it that the created AC3 track is so much quieter than the original DTS track? (or is it just me..?) Is there a workaround for this because it can be kind of annoying if you switch the tracks.

Greetings!

pvinis commented 12 years ago

this happens to me too. the ac3 track is much quieter.

choekstr commented 12 years ago

There might be a normalization or an amplification option we can experiment with within ffmpeg. I will try to muck through the ffmpeg man pages and see what I can find.

One other thing, I just want to make sure you guys are using the latest 1.6 version of the script? We switched from aften/dcadec to ffmpeg when going from 1.5 to 1.6 and it might have something to do with that. It will be helpful to know which version you are using so we can isolate the app that is causing this.

Oh and did we mention that neither Jake nor I actually USE this anymore so it makes it tough to do some of the testing.