在 iPhone 上创建视频的 AVFoundation 替代方案?
我需要以编程方式创建视频并与 iOS 3.2 兼容。 AVFoundation 的资产编写器仅适用于 iOS 4.2。
创建视频有哪些替代方案?
I need to create video programmatically and be compatible with iOS 3.2. The asset writer stuff from AVFoundation is iOS 4.2 only.
What are the alternatives for creating video?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,如果 UIImagePickerController 和/或 AVFoundation 不适合你,你将不得不使用 Core Audio、Core Data 和 Core Video 手动完成这一切。如果您打算这样做,我建议您查阅 Cocoa 文档,而不是 iOS。
AFAIK, if UIImagePickerController and/or AVFoundation don't work for you, you'll have to do it all by hand using Core Audio, Core Data and Core Video. If you plan on doing this, I would recommend consulting Cocoa documentation, rather than iOS.