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.