How do I export UIImage array as a movie?

后端 未结 10 1862
臣服心动
臣服心动 2020-11-22 02:11

I have a serious problem: I have an NSArray with several UIImage objects. What I now want to do, is create movie from those UIImages.

10条回答
  •  粉色の甜心
    2020-11-22 02:24

    I took Zoul's main ideas and incorporated the AVAssetWriterInputPixelBufferAdaptor method and made the beginnings of a little frameworks out of it.

    Feel free to check it out and improve upon it! CEMovieMaker

提交回复
热议问题