I am trying to layer AVAssetTracks in an AVMutableComposition where the AVAssetTracks have an alpha channel in the video.
I have successfully exported an video AVAsset with pixel buffers than have an alpha channel and transparency, but when I try to add that into an AVMutableCompositionTrack and layer it, it doesnt display correctly.
Is this possible? Is the magic performed when the AVAsset is created or in a the AVMutableComposition or AVVideoComposition?
Any clues would be a huge help.