I’ve mentioned AVFoundation previously, the Cocoa framework for working with audio and video before and pointed out this great library that makes it very easy to record video that utilizes AVFoundation.
AVFoundation can be difficult to work with, and recently Bob McCune submitted a couple of great examples showing how to use AVFoundation.
There are two projects – one covering the basics of using AVFoundation demonstrating how to capture, playback and compose video, and another example project showing how to put it all together to create a video editing application.
Here’s an image showing the AVFoundation editor example in action:
You can find the AVFoundation demos covering the basics on Github here and the in-depth example on creating a video editor on Github here.
There are also a couple of slideshows available related to the examples – “Learning AV Foundation” and “Composing and Editing Media with AV Foundation“.
Very useful resources if you’re learning how to work with video using AV Foundation.
- Tutorial: Using AVFoundation To Record, Edit And Play Video
- Easy To Use Open Source Library For iOS Video Recording With AVFoundation
- Tutorial: Understand Cocos2D And Box2D Physics – Create A Very Slick Bouncing Ball
- Tutorial: Upload Videos With The Facebook Graph API
- Best Resources In iOS Development – July 9th, 2012
Original article: Source Code Examples Covering AVFoundation Video Basics And How To Create A Video Editor
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.