[FFmpeg-user] Scaling 1080 to 720

Lou lou at lrcd.com
Thu Oct 17 20:35:10 CEST 2013


On Thu, 17 Oct 2013 08:28:45 +0000
Paul B Mahol <onemda at gmail.com> wrote:

> Maybe, because defaults args for -vf scale may be different than -s ....
> 
> Depends how -s is done in ffmpeg....

At least the outputs, in this lazy test, seem the same:

$ ffmpeg -f lavfi -i testsrc=s=hd1080:d=3 -vf scale=hd720 -f md5 -
MD5=59fee7d8eeeec0bc4d6f59864721feba

$ ffmpeg -f lavfi -i testsrc=s=hd1080:d=3 -s hd720 -f md5 -
MD5=59fee7d8eeeec0bc4d6f59864721feba


More information about the ffmpeg-user mailing list