FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Scale input video to fix size (640x360)

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"

All Examples

  • tags: #mp3