SCRecorder
SCRecorder copied to clipboard
Swift version
SwipeFilters do not work
can you give more info..? what about them? console log?
The problem is that when you want to add filters on preview, as in exemple: player.scImageView = filters than black screen. I'm trying to use it in swift 3. I built my own version, using simple AVPlayerItem
videoItem.videoComposition = AVVideoComposition(asset: videoAsset, applyingCIFiltersWithHandler: { request in // apply CIFilters here })
I have been trying to figure out this all day. Is there really no solution to adding a filter to an existing video url? Every time I have applied a filter on the SCAssetExportSession(), it outputs (exportSession.outputUrl) the regular video without any filter. Please help.