On Wed, May 9, 2018 at 12:11 PM, Robert Clove <[email protected]> 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 ) _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
