1

How can I programmatically create a video file from a bunch of UIImages?

I want to do this so I can play back a slideshow with MPMoviePlayer and stream via AirPlay.

Ideally I'd like to be able to set a duration for each image and do simple fade transitions between them.

Brad The App Guy
  • 16,255
  • 2
  • 41
  • 60

1 Answers1

1

Check out the AVAssetWriter documentation for encoding your own movies on an iOS device.

Another hint might be this question on SO: How do I use AVAssetWriter?

Community
  • 1
  • 1
Till
  • 27,559
  • 13
  • 88
  • 122