1

I want to convert a series of images to video in iphone

Can anybody suggest a method or framework for this.

Thank you all

Johnykutty
  • 12,091
  • 13
  • 59
  • 100

1 Answers1

5

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.

Community
  • 1
  • 1
GrimmRanger
  • 428
  • 3
  • 9