It is possible to do that? please give me a hint.
Asked
Active
Viewed 827 times
-5
-
A duplicate of [How do I export UIImage array as a movie?](http://stackoverflow.com/questions/3741323), please search before posting new questions. – zoul Feb 25 '11 at 07:59
1 Answers
0
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.

Jon Burgess
- 2,035
- 2
- 17
- 27
-
Using FFmpeg is passé now that we have [AVFoundation](http://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVFoundationFramework/_index.html). – zoul Feb 25 '11 at 08:01
-
@zoul - ok thanks, I've checked out the question that this is a duplicate of - you learn something every day ;-) – Jon Burgess Feb 25 '11 at 08:07