Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How to do a ReplayGain scan with ffmpeg? (Read 1122 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to do a ReplayGain scan with ffmpeg?

Maybe someone could provide an example?
The official ffmpeg documentation for the replaygain audio filter wasn't helpful for me...

Re: How to do a ReplayGain scan with ffmpeg?

Reply #1
ffmpeg.exe -i inputfile -af replaygain -f null -
You will see results in console.

 

Re: How to do a ReplayGain scan with ffmpeg?

Reply #2
Thanks a lot