我正在从具有一些过渡效果的图像数组生成.mp4
视频。是否有适用于此的SDK库。请帮忙。
请查看以下视频网址,了解我要查找的内容。
https://www.dropbox.com/s/242azi2totylmaa/Screen%20Recording.mov?dl=0
我从Github上的一个演示中生成了这个视频,但它只播放了具有过渡效果的图像,但我想生成.MP4
视频。
如果有人知道解决方案,请帮助。
提前谢谢。
答案 0 :(得分:0)
您可以使用AVFoundation Framework中的AVVideoCompositionCoreAnimationTool和AVAssetExportSession从动画图像创建视频,从而实现您想要的效果。
以下是Roger Rabbit, Eat Your Heart Out — Add Animation to Videos
部分下的精彩教程