Is it possible to record video with custom audio on iPhone?
So, is there any way I could record video but use m开发者_开发问答y own audio for it with iPhone SDK? Thanks much for all your ideas!
Should be possible using the new 4.1 apis -- look at AVAssetWriter and AVCaptureSession. AVAssetWriter will allow you to place any inputs, video or audio, to encode into a video.
精彩评论