BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.24k stars 4.61k forks source link

How to use Lookup Filter to Video? #2665

Open sagarthecoder opened 2 years ago

sagarthecoder commented 2 years ago

I can use lookup filter to Still photos. But don't know how to use look filter over a Video. Is there any way to add lookup filter in AVPlayer?

yangKJ commented 7 months ago

You can read the video CVPixelBuffer and then add lookup filter. You can see if Harbeth is what you want!