Scale input video to fix size (640x360)

0
163
No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i "video.mp4" -vf "scale=640:360" "video640x360.mp4"