ASScreenRecorder
ASScreenRecorder copied to clipboard
Record iOS screen contents to .mp4 video file
trying capture screen with camera.previewlayer
I am using ASScreenRecorder in my app. My view controller has 2 views both playing videos - just like video chat in skype application. When I try to record my...
I want to record only subview not full screen.
Hi, first of all, thanks for the code, it is really helpful. I am getting a EXC_BAD_ACCESS error in this line: BOOL success = [_avAdaptor appendPixelBuffer:pixelBuffer withPresentationTime:time]; inside writeVideoFrame method....
Hello, so the pause/resume functionality was implemented and I was thinking that you can use it like if the app goes in the background automatically pause the recording, when it...
is there any way to save audio with video file?