[FFmpeg-user] Can we combine two video streams into one

Micael Silva micaelsilva at gmail.com
Wed May 9 18:35:00 EEST 2018


On Wed, May 9, 2018 at 12:11 PM, Robert Clove <cloverobert at gmail.com> wrote:

> Hi,
>
> Suppose i make a video call from cisco communicator for one user to another
> user.
> I want to record that video call into a single video file.
> Can i do this from ffmpeg.
>
> Any leads will be appreciated.
>
> --Clove
>

Sure, using video filters such as overlay creating a mosaic (see more in
https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos
) or in multiple video tracks in a file using a compatible wrapper such as
MPEG TS (example:
https://stackoverflow.com/questions/31413992/multiplexing-multiple-single-video-mpeg-ts-into-mpts-using-ffmpeg
)


More information about the ffmpeg-user mailing list