0

I have implemented one iphone application in which I want to editing video file.In which I want to add one image at the end of the video.Is it possible. If possible then please give me idea abut that.

ManthanDalal
  • 1,063
  • 2
  • 20
  • 45

1 Answers1

0

You can use, for example, ffmpeq library. This is powerfully native C project that allow you to modify every frame from video, set masks and more interests features. See more on

Community
  • 1
  • 1
beryllium
  • 29,669
  • 15
  • 106
  • 125
  • But if you don't need in ton of additional sources you can make fake like this - you simply show UIImageView with your image after video played. Setup previously non-style for MPMoviewPlayerController – beryllium Jan 31 '11 at 12:53