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.2k stars 4.61k forks source link

Video with GPUImageMovie has a strange lines when I apply GPUImageLookupFilter #2655

Open BRIKSING opened 3 years ago

BRIKSING commented 3 years ago

Original screenshot from video: https://i.stack.imgur.com/CQCrB.png GPUImageLookupFilter applying screenshot from video: https://i.stack.imgur.com/Vq1zA.png

I just don't understand, how it could be possible.

sagarthecoder commented 1 year ago

Hi, Can you share your code? How did you add Lookup filter to Video? I want to add this in AVPlayer. But don't know

yangKJ commented 1 year ago

Hi, You can try this one from Harbeth Which supports adding filters to videos.