SCRecorder icon indicating copy to clipboard operation
SCRecorder copied to clipboard

Swift version

Open adriantabirta opened this issue 8 years ago • 3 comments

SwipeFilters do not work

adriantabirta avatar Jan 10 '17 12:01 adriantabirta

can you give more info..? what about them? console log?

MMasterson avatar Jan 16 '17 23:01 MMasterson

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 })

adriantabirta avatar Jan 17 '17 16:01 adriantabirta

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.

JayBone16 avatar Jul 10 '18 00:07 JayBone16