4
我已經設置了輸入,輸出的AVCapture會議還如何使用AVCaptureVideoDataOutput保存視頻(mp4格式)?
- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
獲取調用委託。如何將幀轉換爲mp4視頻文件並保存?
感謝@Geraint戴維斯。此鏈接[Video Recorder](http://stackoverflow.com/questions/4944083/can-use-avcapturevideodataoutput-and-avcapturemoviefileoutput-at-the-same-time)也幫助我 – MaheshShanbhag 2013-03-19 12:03:20
嗨Geraint,我用iOS視頻編碼使用「GTCL」網站的「編碼器演示」代碼將視頻直播視頻發送到rtsp服務器。請幫幫我。當我使用您的代碼時,只有使用RTSP服務器而不是音頻上傳視頻。當我將音頻添加到此代碼時,然後以「onNALU」方法崩潰。 – 2014-04-17 11:41:11
@NameisNilay我有同樣的問題,你設法克服這個? – 2015-03-25 13:14:45