如何从多个视频中剪切视频并以编程方式将它们合并到 iPhone 中
我有一个要求,我需要在不同视频的某些选定时间帧之间剪切视频,并将它们合并为一个视频。我怎样才能在 iPhone 中以编程方式实现这一点。有可用的 API 吗?
I have a requirement where I need to cut the video between some selected time frames from different videos and merge them to make those a single video. How can I achieve this in iPhone programmatically. Are there any API's available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己没有使用它们,但是有可用的 API 可以帮助您做到这一点。
看看 AV Foundation 编程指南
我还建议您查看 WWDC 2010 视频会议“使用 AV Foundation 编辑媒体”
干杯
I didnt use them my self but yes there are available APIs to help you do this.
Have a look at AV Foundation programming guideline
I also recommend you to check the WWDC 2010 video session "Editing media with AV Foundation"
Cheers