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.
Asked
Active
Viewed 1,319 times
1 Answers
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
-
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