iPhone programming - How to create a movie file from muti images and save it in iPod library?

842 Views Asked by At

It is possible to do that? please give me a hint.

1

There are 1 best solutions below

2
On BEST ANSWER

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.