我读过这篇关于使用 AVAssetWriter 编写电影的文章:
如何将 UIImage 数组导出为电影?
在 IOS 4.0 及更早版本中生成电影的等效方法是什么?
I read this posting about writing a movie using AVAssetWriter:
How do I export UIImage array as a movie?
What is the equivalent way to generate a movie in IOS 4.0 and earlier?
没有办法,至少不能使用iOS SDK。 4.0 中添加了执行此操作的功能,
您必须使用一些第三方解决方案,也许ffmpeg?
There isn't any way, at least not using the iOS SDK. The ability to do this was added in 4.0
You would have to use some 3rd party solution, maybe ffmpeg?
我认为这工作量太大,所以我现在使用 AVFoundation。我的应用程序需要 IOS 4.1。
I decided this was too much work and I'm now using AVFoundation. My app will require IOS 4.1.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
没有办法,至少不能使用iOS SDK。
4.0 中添加了执行此操作的功能,
您必须使用一些第三方解决方案,也许ffmpeg?
There isn't any way, at least not using the iOS SDK.
The ability to do this was added in 4.0
You would have to use some 3rd party solution, maybe ffmpeg?
我认为这工作量太大,所以我现在使用 AVFoundation。我的应用程序需要 IOS 4.1。
I decided this was too much work and I'm now using AVFoundation. My app will require IOS 4.1.