VideoFlint / Cabbage

A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
MIT License
1.52k stars 221 forks source link

Multiple timelines #75

Open progstre opened 2 years ago

progstre commented 2 years ago

Hello,

just wanted to ask a question. Is it possible to create multiple timelines and create single composition + videoComposition + audioMix? I'm trying to lay two videos on top of each other (e.g. like facetime calls). However every timeline consists of multiple subsequent video clips.

So it would look like this with two timelines and every letter representing a video file (mp4): aaaaaaabbbccccc dddeeefffffffffffff

Thank you

vitoziv commented 2 years ago

That's impossible because of the mechanism of AVFoundation. But you can lay videos through Timeline.overlays