Answers for "how to increase the quality of image using ffmpeg"

3

ffmpeg increase volume

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

ffmpeg change resolution

ffmpeg.exe -i input.mp4 -s 1376x744 output.mp4
Posted by: Guest on October-29-2020

Code answers related to "how to increase the quality of image using ffmpeg"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language