Questions tagged [avmutablecompositiontrack]

1 questions
0
votes
0 answers

How to use AVMutableComposition to create a video sequence / play one video after another?

I have a bunch of videos that I just want to play one after the other. I made sure that my AVAssets are fine, and tried to create a sequence using the following function: func makeSequence(from assets: [AVURLAsset], to previewComposition:…