[FFmpeg-user] problems padding with new version of ffmpeg

Kosta Vlotis kosta.brazzers at gmail.com
Wed Oct 3 00:05:30 CEST 2012


just compiled updated my version of ffmpeg. this used to work in the past:

ffmpeg -i interlace_test.mpeg -c:v libx264 -vprofile main -level 30
-refs 4 -b:v 2000k -minrate 2000k -maxrate 2000k -bufsize 2000k -s
480x270 -vf pad="480:480:0:0:black" -flags +ilme+ildct -top 1 -pix_fmt
yuv420p -r 29.970 -vsync 1 -c:a ac3 -b:a 192k -ar 48k test1.ts

in the above command i'm trying to resize a 1080p video and add
padding to make it 480p. this used to work in the past..

but now i get the following error:

Input area 0:0:1920:1080 not within the padded area 0:0:480:480 or zero-sized
[graph 0 input from stream 0:0 @ 0x1ef3de0] Failed to configure input
pad on Parsed_pad_0
Error opening filters!

i assume something changed in the way that ffmpeg expects the commands
to be passed?


can anyone tell me what needs to be changed?


More information about the ffmpeg-user mailing list