I want use some images and audio files to generate a movie (the image sequence)
我想使用一些图像和音频文件来生成电影(图像序列)
anyone can give a tip?
有人可以给小费吗?
2 个解决方案
#1
10
I think it could be done using AVAssetWriter
我认为可以使用AVAssetWriter完成
ASSETWriterInput for making Video from UIImages on Iphone Issues
ASSETWriterInput用于在Iphone问题上从UIImages制作视频
hope this will help
希望这会有所帮助
#2
2
This is a demo: http://ios.biomsoft.com/2012/02/01/create-movie-from-array-of-images/
这是一个演示:http://ios.biomsoft.com/2012/02/01/create-movie-from-array-of-images/
use the same way : AVAssetWriter. Perhaps more useful.
使用相同的方式:AVAssetWriter。也许更有用。
#1
10
I think it could be done using AVAssetWriter
我认为可以使用AVAssetWriter完成
ASSETWriterInput for making Video from UIImages on Iphone Issues
ASSETWriterInput用于在Iphone问题上从UIImages制作视频
hope this will help
希望这会有所帮助
#2
2
This is a demo: http://ios.biomsoft.com/2012/02/01/create-movie-from-array-of-images/
这是一个演示:http://ios.biomsoft.com/2012/02/01/create-movie-from-array-of-images/
use the same way : AVAssetWriter. Perhaps more useful.
使用相同的方式:AVAssetWriter。也许更有用。