问题
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