[FFmpeg-user] -vf pad and -aspect problem

Etienne Buira etienne.buira.lists at free.fr
Wed May 11 12:22:59 CEST 2011


On Wed, May 11, 2011 at 10:42:31AM +0100, Andrew Pettican wrote:
> Hi,

Hi.

../..

> C:\Users\Andrew>c:\ffmpeg\bin\ffmpeg -i c:\ffmpeg\original.mp4 -vcodec libvpx -acodec libvorbis -ac 2 -ar 22050 -ab 64k -b 400k -r 15 -f webm -y -s 264x216 -aspect 16:9 -vf pad=384:216:60:0:red c:\ffmpeg\test-output-aspect.16.9.webm
> ffmpeg version git-N-29638-g95f163b, Copyright (c) 2000-2011 the FFmpeg developers

../..

> Server:
> ----------------------------------
> root at WildWildWest [~]> nice -n 19 /usr/bin/ffmpeg -i /path/to/video/original.mp4 -vcodec libvpx -acodec libvorbis -ac 2 -ar 22050 -ab 64k -b 400k -r 15 -f webm -y -s 264x216 -aspect 16:9 -vf pad=384:216:60:0:red /path/to/video/test-output-aspect.16.9.webm
> FFmpeg version SVN-r26400, Copyright (c) 2000-2011 the FFmpeg developers

../..

Some issues with filters/old style -s -aspect... have been adressed by
Baptiste Coudurier, after the switch to git IIRC, so try with a newer
version.


More information about the ffmpeg-user mailing list