Search code examples
iphonevideoeditingtrim

Video Editing in Iphone


In my application user should be able to select a video from video library and also should able to trim the video and play the video in a movie player. Can any one please help me???


Solution

  • Look into the AVFoundation framework. As you mentioned below, you want to use the UIVideoEditorController class.

    Note that what you ask is only supported by the AVFoundation in iOS 4.0 and higher.