Reputation: 235
Does anyone know if it's possible to join two or more videos together using the iPhone SDK? Also, I can get the videos in any format if that is going to be an issue.
Upvotes: 1
Views: 991
Reputation: 57149
Yup: the AVFoundation
framework has the AVComposition
class, which does exactly that.
Upvotes: 2