0

I want to record the activities of my app as a video with sound. I am able to do this with AVAssetWriter and AVAssetWriterInput. Actually I am rendering a view's layer to a gaphicscontext and then use this rendered image to make a video file. But I am not able to add audio to this video file. I want to add sounds that My app produced to this Video File. How can I implement this using objective c

Johnykutty
  • 12,091
  • 13
  • 59
  • 100
  • Have you tried using addInput: passing a new asset created with +assetWriterInputWithMediaType:outputSettings: to the asset writer? – tams Mar 16 '12 at 04:45
  • @tams no, can you tell how it is or give me link – Johnykutty Mar 16 '12 at 18:46
  • I just looked at the documentation for AVAssetWriter (http://bit.ly/FOR9qh) and AVAssetWriterInput (http://bit.ly/yW0iCB). I haven't written anything for this, but perhaps it can help you. – tams Mar 17 '12 at 05:29

0 Answers0