If you need custom filters you can always write them and add to GPUImage project. Just grab some easy filter like GPUImageRGBFilter
or GPUImageLineGenerator
and experiment.
You can also modify OpenGL
calls directly to inject your custom effects in front of a movie. Take a look at CubeExample.
1
solved GPU Image Filter [closed]