SCRecorder icon indicating copy to clipboard operation
SCRecorder copied to clipboard

Does SCRecorder currently allow multiple filters to be applied?

Open felixchan opened this issue 9 years ago • 3 comments
trafficstars

This is a question rather than an issue.

I would like the user to be able to switch filters between "hold to record". All interactions will be done in live recording mode. (They don't need to adjust filters after they push "done recording")

Is there such a feature now? Or are we limited to one filter?

felixchan avatar Nov 24 '15 04:11 felixchan

You can always change the filter property in recorder.videoConfiguration.filter, that's not a problem.

rFlex avatar Dec 03 '15 14:12 rFlex

@rFlex thanks can you update example

dimohamdy avatar Dec 12 '15 19:12 dimohamdy

@rFlex I have used recorder.videoConfiguration.filter as below

func swipeableFilterView(_ swipeableFilterView: SCSwipeableFilterView, didScrollTo filter: SCFilter?) {
    selectedFilter = filter!
    recorder.videoConfiguration.filter = filter!
}

its will record video with multiple filter but there is an issue while capturing a video. It displaying some weird image in between capturing and if i captured with front camera then it providing preview with black screen at right side. please check Image below.

Please help!

Screen Shot 2019-03-22 at 3 26 07 PM

NileshKalathiya avatar Mar 22 '19 09:03 NileshKalathiya