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

Category: Media & Conversion

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

Adjust the audio volume

Changes the audio volume by the given factor: 0.5 halves it and 2.0 doubles it. Uses the audio filter chain -af. For consistent loudness across files, use the loudnorm filter instead.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.