rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Frame rate being ignored #284

Open glm4 opened 8 years ago

glm4 commented 8 years ago

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

ludoded commented 8 years ago

Same issue here. @sherm4n90 Have you found any solution?

glm4 commented 8 years ago

@ludoded not a clue :(