[FFmpeg-user] Can we merge slices of two videos ?

Francois Visagie francois.visagie at gmail.com
Mon Sep 3 09:13:35 CEST 2012


> -----Original Message-----
> From: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-
> bounces at ffmpeg.org] On Behalf Of Roger Pack
> Sent: 31 August 2012 15:17
> To: FFmpeg user questions
> Subject: Re: [FFmpeg-user] Can we merge slices of two videos ?
> 
> > So ultimately I want to merge two live videos which are taken as two
input
> and I am expecting merged single video as an output.
> > (I dont want fixed size videos as an inputs).
> 
> So creating an "interleaved" new video?  I'm unaware of a filter that does
> that, but you could probably write one (and if you do, submit it for
> inclusion)...if that's what you want anyway :) -r

If all else (with ffmpeg) fails, Avisynth's Interleave filter should do the
job:

"Interleave
"Interleave (clip1, clip2 [, ...])

"Interleave interleaves frames from several clips on a frame-by-frame basis,
so for example if you give three arguments, the first three frames of the
output video are the first frames of the three source clips, the next three
frames are the second frames of the source clips, and so on."



More information about the ffmpeg-user mailing list