In my app on the click of the button my animation starts and video recording also starts but again I tap the same button my animation pauses and my video recording file is generated then again I tap the same button at that time animation starts but new file for recording the video is generated.

How can I combine these 2 files into single file so that my video recording works fine...

link|improve this question

70% accept rate
feedback

1 Answer

you have to use AvAssetExportSession and AVMutableComposition for this.

link|improve this answer
Do you have any sample code that works? – iPhone Jan 30 at 4:32
feedback

Your Answer

 
or
required, but never shown

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