react-native-GPUImage
react-native-GPUImage copied to clipboard
Will there be video processing?
From what I've read there is also video processing in the original GPUImage Framework. Is / Will this be possible with this implementation too?
What I ultimatly want to do is, take different videos, trim them, concat them and apply a filter. Are some of this features inside of the scope of this repo?
Thank you!
@CaptAhak Sorry for replying a little later.
-
gl-react-native v2 which this repo based on, do not support to apply filter on video. Pls see #https://github.com/ProjectSeptemberInc/gl-react-native/issues/141
-
As the author of gl-react-native said, v3 may support this feature. So, when v3 launched, I'll try my best on this feature.
@CubeSugar @CaptAhak Any suggestions on what to use for applying filters to video in react-native?
Any update on gl-react-native to support videos?