Strange problem with FFMPEG's stdout

Windows specific forum
User avatar
Piero
Addict
Addict
Posts: 864
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: Strange problem with FFMPEG's stdout

Post by Piero »

tj1010 wrote: Tue Feb 04, 2025 12:26 pm I don't think ffmpeg has audio normalization(removing loudness difference between audio tracks).
https://ffmpeg.org/ffmpeg-filters.html#loudnorm

https://ffmpeg.org/ffmpeg-filters.html#dynaudnorm
Just an example:

Code: Select all

 -af 'dynaudnorm=g=3:c=1:m=10:f=10:b=1' 

I also hope you saw https://www.shutterencoder.com/ ; free and has useful functions you don't easily find elsewhere (also has audio normalization)
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: Strange problem with FFMPEG's stdout

Post by tj1010 »

Piero wrote: Tue Feb 18, 2025 8:59 pm
tj1010 wrote: Tue Feb 04, 2025 12:26 pm I don't think ffmpeg has audio normalization(removing loudness difference between audio tracks).
https://ffmpeg.org/ffmpeg-filters.html#loudnorm

https://ffmpeg.org/ffmpeg-filters.html#dynaudnorm
Just an example:

Code: Select all

 -af 'dynaudnorm=g=3:c=1:m=10:f=10:b=1' 

I also hope you saw https://www.shutterencoder.com/ ; free and has useful functions you don't easily find elsewhere (also has audio normalization)
That's good that completes everything you need for good transcoding and encoding. I think they even support Dolby and DTS encoding, but not TrueHD, but I've always went with aac stereo.
Post Reply