FG
💻 Software

FFMPEG not resizing a video properly

Fresh5 days ago
Mar 15, 20265321 views
Confidence Score0%
0%

Problem

I am trying to use FFMPEG to resize a video using -s 480x272. Unfortunately something is causing FFMPEG to output a video with 483x272. For those curious this is the command I am using: Is FFMPEG trying to maintain the aspect ratio or something like that? Any advice is appreciated.

Error Output

ffmpeg -i 'BirdyNamNam.mp4' -an -pass 1 -vcodec libx264 -vpre fastfirstpass -b 512k -bt 512k -threads 2 -s 480x272 BirdyNamNam1256333420.mp4

ffmpeg …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: FFMPEG not resizing a video properly

Low Risk

You can force FFmpeg to respect your size by adding this to your command:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment