I'm trying to convert a series of JPEG images into a simple uncompressed AVI movie. Does anyone have any suggestions for how to do this?
views:
72answers:
3
A:
Petteri Hietavirta
2010-08-11 08:57:57
This is Mac, the iPhone-frameworks doesn't contain a QTKit-framework.
Tim van Elsloo
2010-08-11 16:57:09
A:
If you must convert it to an avi file Petteri Hietavirta's answer might really help. But if you just want to show the video with those images in your app, you might as well use a timer with a very small interval and animate all the images. It looks as smooth as a video.
P.S. - UIImageView provides inbuilt animation but it requires creating an array of all the images, which is not recommended for a large number of images, as it eats up lot of memory.
lukya
2010-08-11 09:48:43
A:
Take a look at the ported ffmpeg-version you can use on the iPhone, they provide exactly what you need :)!
Tim van Elsloo
2010-08-11 16:57:59
any link? also i heared there could be some licence problems (I would have to make my app open source!)
christian Muller
2010-08-11 18:06:12
oh, I'm not sure about any licensing problem. However I think you don't need to open your app's source, just give them the credits at your About-page. Link: http://stackoverflow.com/questions/1679649/using-ffmpeg-library-with-iphone-sdk-for-video-encoding
Tim van Elsloo
2010-08-11 18:18:03