18

I want use some images and audio files to generate a movie (the image sequence)

anyone can give a tip?

Rais Alam
  • 6,970
  • 12
  • 53
  • 84
iXcoder
  • 1,564
  • 4
  • 20
  • 41
  • Do you need to actually create a movie file? Or do you just want to present images on the screen in sync with an audio recording? The second of these would be simpler :-) – Ben Clayton Mar 21 '11 at 16:39
  • movie..... it could be play on other video player also can be upload to video site ... – iXcoder Mar 22 '11 at 02:52

2 Answers2

10

I think it could be done using AVAssetWriter

ASSETWriterInput for making Video from UIImages on Iphone Issues

hope this will help

Community
  • 1
  • 1
YNK
  • 869
  • 6
  • 12
2

This is a demo: http://ios.biomsoft.com/2012/02/01/create-movie-from-array-of-images/

use the same way : AVAssetWriter. Perhaps more useful.

KARTHIK BHAT
  • 1,410
  • 13
  • 23
tank
  • 21
  • 1