I set the input and output for the AVCapture session as well as the delegate
- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
called out. How to convert frames to mp4 video file and save it?
source share