Answers for "ffmpeg increase volume"

3

ffmpeg increase volume

ffmpeg -i input.wav -filter:a "volume=1.5" output.wav
Posted by: Guest on January-07-2021
0

ffmpeg make volume in one headset 0

ffmpeg -i in.mp3 -af "pan=stereo:c0=0*c0|c1=1*c1" out.wav
Posted by: Guest on October-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language