💻 Prefer the command line? Copy this ffmpeg command:
ffmpeg -i "input.mp4" -vf scale=1280:720 -c:v libx264 -crf 28 -preset fast -c:a aac -b:a 128k -movflags +faststart "output.mp4"
Free download at ffmpeg.org — updates automatically as you change settings above.