FFMPEG Command to Scale MP4 Video into All Popular Quality Versions 1080p, 720p, 480p, 360p, 240p

130 views Jun 3, 2025

ffmpeg -i input.mp4 -filter:v scale=1920:1080 -c:v libx264 -crf 23 -preset fast 1080p.mp4 -filter:v scale=1280:720 -c:v libx264 -crf 23 -preset fast 720p.mp4 -filter:v scale=854:480 -c:v libx264 -crf 23 -preset fast 480p.mp4 -filter:v scale=640:360 -c:v libx264 -crf 23 -preset fast 360p.mp4 -filter:v scale=426:240 -c:v libx264 -crf 23 -preset fast 240p.mp4


View Video Transcript
#Media Streaming Devices
#Multimedia Software
#Online Video
#Photo & Video Sharing
#Video Sharing