Change video resolution and format with ffmpeg Get link Facebook X Pinterest Email Other Apps September 08, 2013 ffmpeg -i input.mpeg -s 320x240 output.mpeg ffmpeg -i input.mp4 -s 320x240 output.mpeg Ref Read more