Menu

Peak Normalization to 0dB?

Anonymous
2023-11-09
2023-11-09
  • Anonymous

    Anonymous - 2023-11-09

    I have a lot of old clips with volume all over the board and I want to set them all to Peak Normalization of 0dB on convert. I know ffmpeg-normalize can do it but I would prefer not to have to create another copy of the file if that's possible and do it as they are converting. Thanks!

     
  • Abel

    Abel - 2023-11-09

    Hi, you could use the loudnorm audio filter, though I can't help much with the filter specifics, something like:
    -c:v copy -c:a aac -b:a 128K -filter:a loudnorm

    https://ffmpeg.org/ffmpeg-all.html#loudnorm

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.