Adjust volume level

audio

// shell

$ ffmpeg -i input.mp4 -af "volume=2.0" output.mp4
$ ffmpeg -i input.mp4 -af "volume=0.5" output.mp4