MD360Player4Android icon indicating copy to clipboard operation
MD360Player4Android copied to clipboard

这个视频渲染,如果要加滤镜的话怎么去做

Open MyYuge opened this issue 6 years ago • 1 comments

MyYuge avatar Apr 17 '18 04:04 MyYuge

iOS版本有做过类似的尝试,目前代码没有实现,提供一个思路: 通过framebuffer把画面离屏渲染到texture上,然后通过sharedGLContext把texture共享给GPUImage,GPUImage处理完后拿哪个texture去绘制,中间可能要多次跨越线程操作

ashqal avatar Apr 26 '18 09:04 ashqal