Is there a way to switch between multiple video tracks in an AVMutableComposition
? I want to assign a different preferredTransform
to each, and switch between them.
I tried it by assigning alternating assets to an A track and a B track, but no video showed for the B track time.