AVCustomEditOSX

Last Revision:
Version 1.1, 2013-07-26
Update custom compositor initialization.
(Full Revision History)
Build Requirements:
Xcode 5.0 or later, Mac OS X v10.9 or later
Runtime Requirements:
Mac OS X v10.9 or later

A simple AVFoundation based movie editing application demonstrating custom compositing to add transitions. The sample demonstrates the use of custom compositors to add transitions to an AVMutableComposition. It implements the AVVideoCompositing and AVVideoCompositionInstruction protocols to have access to individual source frames, which are then be rendered using OpenGL off screen rendering. This sample is ARC-enabled.