I'm trying to set custom frame rates to an SCRecorder and it does apply the device.activeVideoMaxFrameDurationand device.activeVideoMinFrameDuration of 20fps(or any number that should be supported for this device) on iPod 6th gen, but when segment is recorder it has ~30fps. Also I've tried to set 60 fps on an Iphone 6S with 60fps recording enabled on settings and also record segments with ~30fps. Thanks a lot for the great job.
Edited: I am using SCRecorder.captureSessionPreset = AVCaptureSessionPreset1280x720
I'm trying to set custom frame rates to an SCRecorder and it does apply the
device.activeVideoMaxFrameDuration
anddevice.activeVideoMinFrameDuration
of 20fps(or any number that should be supported for this device) on iPod 6th gen, but when segment is recorder it has ~30fps. Also I've tried to set 60 fps on an Iphone 6S with 60fps recording enabled on settings and also record segments with ~30fps. Thanks a lot for the great job.Edited: I am using SCRecorder.captureSessionPreset = AVCaptureSessionPreset1280x720