Forrest logo
back to the ffmpeg tool

ffmpeg:ai:29e46

Use ffmpeg to scale a video from 1080 x 1920 to 600 x 800
$ ffmpeg -i input_video.mp4 -vf scale=600:800 output_video.mp4
try on your machine

Use ffmpeg to scale a video from 1080 x 1920 to 600 x 800

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • i need to change a video at 1080 x 1920 to 600 x 800?
back to the ffmpeg tool