Hi,
I'm trying to overlay a video on top of another video using AVMutableComposition. Eventually I'll need to crop one of the videos and center it inside the other one, but for now I'm just trying to get something working.
I tried adding both videos to my composition using the same time range, but I always just see the first video in the rendered output.
What's the trick to this -- is there some way to specify the Z-order or some other way to control what happens when two videos occupy the same time range?
Thanks,
Frank