Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我想应用不同的视频过滤器,例如:淡入淡出、雪落、彩虹、快动作、慢动作等。
我研究了 Brad Larson 项目,但它并没有完全满足我的所有过滤要求。
所以,帮帮我!!
如果您需要自定义过滤器,您可以随时编写它们并添加到 GPUImage 项目中。只需抓住一些简单的过滤器,例如GPUImageRGBFilterorGPUImageLineGenerator并进行实验。
GPUImageRGBFilter
GPUImageLineGenerator
您还可以OpenGL直接修改调用以在电影前面注入您的自定义效果。看看 CubeExample。
OpenGL