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

CaptureSessionPreset with different devices #382

Closed Providnuk closed 7 years ago

Providnuk commented 7 years ago

@rFlex I want to get the highest quality video. If I change device during recording(front/back) during recording, should I change CaptureSessionPreset? How else can I improve video quality?

rFlex commented 7 years ago

If you set the capture session preset to High you should have the highest quality possible for both output devices. You can also configure the bitrate in videoConfiguration to the highest possible value you think will be reasonable for your use case. Keep in mind that the rear and front camera might have a different image size.

Providnuk commented 7 years ago

Thanks @rFlex !