0

I want to merger an image file and an audio file.

I have UIImage object in which I have my image. I have also CAF audio recording of 4-5 seconds.

Now, I would like to create a movie file with image repeating for the length of audio.

Using which class/methods can I do this? Any Idea?

Thanks in Advance.

Ruchir Agile
  • 537
  • 1
  • 5
  • 4

1 Answers1

0

The answer to this question should help you:

How do I export UIImage array as a movie?

THe only difference is that in the question they use several UIImages, you only need to repeat the same one.

Good Luck

Community
  • 1
  • 1
Zebs
  • 5,378
  • 2
  • 35
  • 49