如何在 iPhone 上将图像转换为视频?
我正在寻找一种将图像序列转换为视频的方法。我还想在视频中的特定时间添加声音。我怎样才能在 iPhone 上做到这一点?有图书馆可以提供帮助吗?
I'm looking for a way to convert a sequence of images to a video. And I also want to add sounds to specific time within the video. How can I do that on iPhone? Is there a library that helps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iOS 4 上的 AvFoundation 框架就是专门用来完成此任务的。例如,iPhone 版 iMovie 就完全构建在该框架之上。我很确定这正是您正在寻找的。请参阅此处了解更多详细信息。
On iOS 4 there is the AvFoundation Framework that is intended to do exactly this. For example iMovie for iPhone is solely built on top of this framework. I'm pretty sure this is exactly what you were looking for. See here for more details.