I am working on a video editing app in Swift. In my case my output video looks like as following
Swift
I am trying to fill the black portion with blur effect e
Starting from iOS 9.0 You can use AVAsynchronousCIImageFilteringRequest
AVAsynchronousCIImageFilteringRequest
see docs for more info
Or You can use AVVideoCompositing see example of usage
AVVideoCompositing