ios-samples/AVCustomEdit
Rustam Zaitov b1eda0b9c6 [AVCustomEdit] fix nre and make syntax analyzer happy 2015-10-23 16:36:00 +03:00
..
AVCustomEdit [AVCustomEdit] fix nre and make syntax analyzer happy 2015-10-23 16:36:00 +03:00
AVCustomEdit.sln Add AVCustomEdit sample 2014-06-09 13:48:25 -08:00
README.md Update README.md 2015-01-20 11:56:51 -05:00

README.md

AVCustomEdit

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.

Instructions

  1. Open the transition menu in the lower right. Select a transition.
  2. Press play and observe the video.
  3. When satisfied, export the video.

Build

Building this sample requires Xcode 5.0 and iOS 7 or later.

Author

Copyright © 2014 Apple Inc. All Rights Reserved.

Ported to Xamarin.iOS by Timothy Risi.