I am working on Video
based Application
in Swift iOS
. Where I am using AVPlayer
to play the Video
and setting CIFilters
on Video
using AVVideoComposition
. I have to apply Cool and warm tone filter effects
on my Videos
(please see the below images).
I have tried all the Core Image Filters
mentioned in below Apple doc
, but none of them looks like Cool and warm tone filter effect
.
Can anyone have worked on the same? Please suggest me.