AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions. It implements the CustomVideoCompositor and CustomVideoCompositionInstruction protocols to have access to individual source frames, which are then be rendered using OpenGL off screen rendering.
This is a port of Apple's iOS7 sample AVCustomEdit.
- Open the transition menu in the lower right. Select a transition.
- Press play and observe the video.
- When satisfied, export the video.
Building this sample requires Xcode 5.0 and iOS 7 or later.
Copyright © 2014 Apple Inc. All Rights Reserved.
Ported to Xamarin.iOS by Timothy Risi.