I would investigate ffmpeg, specifically libavcodec - this will allow you to convert static images in to a movie file (assuming you can get it to compile for iOS).
As far as adding to the iPod library is concerned, you aint going to be able to do that - you can read from the library from within an iOS app, but not write to it.
发布评论
评论(1)
我会研究 ffmpeg,特别是 libavcodec - 这将允许您将静态图像转换为电影文件(假设您可以让它为 iOS 编译)。
就添加到 iPod 库而言,您无法做到这一点 - 您可以从 iOS 应用程序中读取库,但不能写入它。
I would investigate ffmpeg, specifically libavcodec - this will allow you to convert static images in to a movie file (assuming you can get it to compile for iOS).
As far as adding to the iPod library is concerned, you aint going to be able to do that - you can read from the library from within an iOS app, but not write to it.