Answers for "ffmpeg scale max size"

3

ffmpeg increase volume

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

ffmpeg reduce video size

ffmpeg -i input.mp4 -fs 100M output.mp4

ffmpeg -i input.mp4 -vcodec libx264 -crf 24 output.mp4
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language