video editing library in IOS

Prakash K picture Prakash K · Jun 5, 2012 · Viewed 8.7k times · Source

I am looking for a video editing library in IOS.

Editing tasks: -> Adding text or marks on top of the video frame.

In my application user should be able to select a video from video library and also play the video in a movie player. And user able to pause the video then add some text or marks using free hand. we need to merge added text and marks in this video.

Answer

Heiberg picture Heiberg · Jun 5, 2012

AVFoundation will do all that and more. The user interface for the app is, of course, up to you. But all the video manipulation is quite simple to implement using this powerful, built-in library.

Read about AVFoundation here.