I want the loudest peak sound in a movie clip to be as loud as the codec allows, then have every other sound amplified accordingly.
What's a practical example in order to accomplish this using ffmpeg?
|
feedback
|
|
Step 1: Export the audio stream
This will create an uncompressed WAV file with just the video's audio part. Step 2: Normalize itThere are a couple of tools out there:
Refer to the individual manuals on how to use them. Note that using MP3Gain (or the ReplayGain) algorithm is not the right way to do this, as they're not really simply normalizing the files. Step 3: Merge it back inUse ffmpeg to merge the audio stream back into the video container.
| |||
|
feedback
|
|
You're looking to have the audio 'normalized.' I found this thread and there's lots of good information in there. Hope it helps! | ||||
|
feedback
|