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

Issues #347 - Issue with "keepMirroringOnWrite = YES" - a black scree… #406

Open SerJG opened 6 years ago

SerJG commented 6 years ago

Issues #347 - Issue with "keepMirroringOnWrite = YES" - a black screen in video

Analysis: [SCContext new] does not initialize CIContext and returns nil. Image can't be mirrored using nil CIContext and returns just black blank image frame in video. Solution: Init SCContext with suggested type in general SCRecorder initialization