Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stitch video clips together into a single video like Vine

I'd like to use a UIImagePickerController to record multiple video clips, and then stitch them together into a single video, similar to how the Vine app does it. Can anyone point me in the right direction as to how I can combine video clips into a single video?

like image 987
SeanT Avatar asked Jun 25 '13 17:06

SeanT


1 Answers

Ray Wenderlich's site has a tutorial which covers this. http://www.raywenderlich.com/13418/how-to-play-record-edit-videos-in-ios

like image 130
Rich Dominelli Avatar answered Oct 19 '22 23:10

Rich Dominelli