iOS: How to make a movie with a series of images using AVAssetWriter

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-06 00:21:37
BADRI

Make a movie with a series of images using AVAssetWriter from the example - https://github.com/caferrara/img-to-video

There are two things that were required to make this work.

If you are debugging your own AVAssetWriterInputPixelBufferAdaptor be careful to make sure you don't skip CMTime's and also make sure you don't ever repeat a CMTime (have exactly one frame per time slow ALWAYS).

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