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

Does SCRecorder currently allow multiple filters to be applied? #242

Open felixchan opened 8 years ago

felixchan commented 8 years ago

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?

rFlex commented 8 years ago

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

dimohamdy commented 8 years ago

@rFlex thanks can you update example

NileshKalathiya commented 5 years ago

@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