[FFmpeg-user] x264: pixel aspect ratio overriden?

Boštjan Strojan bostjan.strojan at gmail.com
Thu Apr 19 20:22:17 CEST 2012


option a:

add setsar=1:1 to the end of your filter chain, like for example:

-vf "scale=1024:576,setsar=1:1"

option b:

use aspect flag, like -aspect 1.778

Boštjan


More information about the ffmpeg-user mailing list