- #1
Thread Owner:
Abhi

Abhi
Valued Member
- Joined
- Jan 21, 2020
- Messages
- 4,396
- Reaction score
- 110
- Points
- 63
To increase the volume of a file by 2.0
`ffmpeg -i input.wav -filter:a "volume=2.0" output.wav`
[Source](https://trac.ffmpeg.org/wiki/AudioVolume)
`ffmpeg -i input.wav -filter:a "volume=2.0" output.wav`
[Source](https://trac.ffmpeg.org/wiki/AudioVolume)
Last edited: