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.

link|improve this question

0% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.