Hi.
Thanks to a forum member I got a script to extract audio tracks from video files.
But another two problems took place.
- To burn stuff to CD I need to change bit rate (?) of audio from 48000 to 44100.
- Lots of audio tracks are recorded above 0 db which will return clicks at 41000.
So, the title says it:
How to normalize audio via ffmpeg and how to change from 48000 to 44100?
I would like to add these steps to the script I already have,
or doing it afterwards extracting the audio files by another script.
I don't care how I do it.
Thanks