I want to convert a series of images to video in iphone
Can anybody suggest a method or framework for this.
Thank you all
I want to convert a series of images to video in iphone
Can anybody suggest a method or framework for this.
Thank you all
The best place to start is with the AVFoundation framework. A similar question, with an extremely detailed and helpful answer, can be found here: How do I export UIImage array as a movie?
A combination of AVAssetWriter
and CVPixelBufferRef
should get you where you need to go.