Home » Questions » Computers [ Ask a new question ]

FFMPEG not resizing a video properly

FFMPEG not resizing a video properly

I am trying to use FFMPEG to resize a video using -s 480x272. Unfortunately something is causing FFMPEG to output a video with 483x272.

Asked by: Guest | Views: 167
Total answers/comments: 1
Guest [Entry]

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

-aspect:v 480:272"