Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何兼容GPUImage**Filter #124

Closed
zhileichen opened this issue Feb 10, 2017 · 3 comments
Closed

如何兼容GPUImage**Filter #124

zhileichen opened this issue Feb 10, 2017 · 3 comments

Comments

@zhileichen
Copy link

gpuimage的库实现了很多基础滤镜。请问怎样在项目中兼容这些GPUImage**Filter基础滤镜?

@buliaoyin
Copy link
Contributor

buliaoyin commented Feb 10, 2017

需要参考 https://github.com/ksvc/KSYStreamer_Android/wiki/Video_Filter 及demo中的自定义滤镜进行移植,两者的接口都是比较相似的,可以比较容易的移植过来。

@zhileichen
Copy link
Author

zhileichen commented Feb 10, 2017

@buliaoyin 感谢回复。 单个filter移植是比较容易,但是GPUImage lib中filter较多,有一定的工作量。 所以建议考虑提供一个兼容的Filter类,类似https://github.com/lakeinchina/librestreaming/blob/master/sample/src/main/java/me/lake/librestreaming/sample/hardfilter/extra/GPUImageCompatibleFilter.java

@buliaoyin
Copy link
Contributor

感谢建议,我们后续会调研下的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants