在 iPhone 上创建视频的 AVFoundation 替代方案?

发布于 2024-11-17 10:13:53 字数 87 浏览 3 评论 0原文

我需要以编程方式创建视频并与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赠意 2024-11-24 10:13:53

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文