

Download and Install FFmpeg to Your Computer.ffmpeg -i input.mp4 -vf scale=-1:720 output.mp4. Specify the Height To Retain the Aspect Ratio.The resulting video will have a resolution of 320×180. ffmpeg -i input.mp4 -vf scale=320:-1 output.mp4. Specify the Width To Retain the Aspect Ratio.This can be done in two ways as discussed above, so let's try both ways. How do I change the resolution of a video in FFmpeg?

