[FFmpeg-user] multiple inputs into a single frame

JULIAN GARDNER joolzg at btinternet.com
Wed Sep 19 00:58:47 CEST 2012





----- Original Message -----
> From: Roger Pack <rogerdpack2 at gmail.com>
> To: FFmpeg user questions <ffmpeg-user at ffmpeg.org>
> Cc: 
> Sent: Wednesday, 19 September 2012, 0:09
> Subject: Re: [FFmpeg-user] multiple inputs into a single frame
> 
>>> 
>>> 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?
>

Yep, i had a read on it and found that i could move the initial screen to where i wanted, have 7 screens running now, works nice, bit hungry on the old cpu but hey could not get VLCs mosaic working.

joolz


More information about the ffmpeg-user mailing list