iOS: How to generate a video file via images/audio?

后端 未结 2 1399
-上瘾入骨i
-上瘾入骨i 2020-12-13 20:16

I want use some images and audio files to generate a movie (the image sequence)

anyone can give a tip?

相关标签:
2条回答
  • 2020-12-13 20:54

    This is a demo: http://ios.biomsoft.com/2012/02/01/create-movie-from-array-of-images/

    use the same way : AVAssetWriter. Perhaps more useful.

    0 讨论(0)
  • 2020-12-13 20:59

    I think it could be done using AVAssetWriter

    ASSETWriterInput for making Video from UIImages on Iphone Issues

    hope this will help

    0 讨论(0)
提交回复
热议问题