开发者

How to add image in video file in iphone by programming?

开发者 https://www.devze.com 2023-02-07 10:49 出处:网络
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.

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.


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

  • FFmpeg site
  • Using FFMPEG library with iPhone SDK for video encoding
  • ffmpeg4iphone
0

精彩评论

暂无评论...
验证码 换一张
取 消