[FFmpeg-user] multiple inputs into a single frame

Roger Pack rogerdpack2 at gmail.com
Wed Sep 19 00:09:49 CEST 2012


>>
>>ffmpeg -i one.mov -i two.mov -i three.mov -filter_complex "[0]
>>scale=426:720:interl=1,pad=1280:720:0:0 [a]; [1] scale=426:720:interl=1
>>[b]; [2] scale=426:720:interl=1 [c]; [a][b] overlay=426:0 [d];[d][c]
>>overlay=852:0" -an -aspect 16:9 -y ~/output.mov
>>
>>Enjoy ;-)
>>
>>--
>>Mark
>>
>>
>
> Thanks, worked it out just as your post came through.

Did you use pad, as well?


More information about the ffmpeg-user mailing list