Volume normalization
I know this might be a bit of an out-of-scope question, but I couldn't really find any documentation on this online. I found ffmpeg has the option of volume normalization, but it would be nice to not analyze the entire file beforehand.
I have a folder with a bunch of mp3s or oggs and I'm playing then using the example on the website.
The issue is that some are much louder than others.
Of course, I can fix the files, but that would be no fun!
Is there a way to dynamically set the peak volume (maybe based on the first 10 seconds of the file or so) to a certain level?
I want to avoid scanning the entire file ffmpeg because what if I have a super long file?
Any help is much appreciated!
I have a folder with a bunch of mp3s or oggs and I'm playing then using the example on the website.
The issue is that some are much louder than others.
Of course, I can fix the files, but that would be no fun!
Is there a way to dynamically set the peak volume (maybe based on the first 10 seconds of the file or so) to a certain level?
I want to avoid scanning the entire file ffmpeg because what if I have a super long file?
Any help is much appreciated!
