split a movie into two parts an then concatenate one of the movie with another movie

若如初见. 提交于 2019-12-25 00:23:02

问题


I am working on an ios6 app in which I have to split a movie into two parts, take one part of it and then concatenate it with other movie clip. I tried ffmpeg but could not compile ffmpeg, is there any other way to do this?

Can any one help me out if you have any solution to this problem

Thanks in advance


回答1:


you use the AVMutableComposition class.

see this: How to combine video clips with different orientation using AVFoundation

as well as multiple other answers here on SO that show how to use the class



来源:https://stackoverflow.com/questions/13987357/split-a-movie-into-two-parts-an-then-concatenate-one-of-the-movie-with-another-m

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!