- Scale the
input.mp4to a height of 600px. - Let FFmpeg choose a number which is divisible by 2 to avoid the
not divisible by 2error.
ffmpeg -i input.mp4 -vf scale=-2:600,setsar=1 ouput.mp4input.mp4 to a height of 600px.not divisible by 2 error.ffmpeg -i input.mp4 -vf scale=-2:600,setsar=1 ouput.mp4