Skip to content
Advertisement

Adjust volume of both input mp3 files while merging using ffmpeg

I am using the following command to merge two audio files (mp3) into one output.mp3

JavaScript

Kindly suggest me how to adjust volume level of both input files to some specific level.

I have found the following filter variable but don’t exactly know how to adjust into my command.

JavaScript

Any help will be much appreciated.Thanks

Advertisement

Answer

You would use

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement