GPUVideo-android
GPUVideo-android copied to clipboard
This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
Right now there is support just to back and front cameras, is there any plan to add support to other cameras like wide angle?
I can apply 8x8 filter but I want to apply 4x4 filter could you share a shader code ?
Hi, Thank you for this amazing library! However, I just run sample app of this project, and found that if I follow the flow below, causes error. movie preview -->...
Not really an issue but was wondering if there is any way to get current frame timestamp or time elapsed since last frame in the onDraw call in a filter,...
Hello Team, @MasayukiSuda I am facing some device specific issue, earlier i am using target SDK 29, in that library works fine with all devices. but as per google console...
Hi, I'm currently trying to rotate GPUPlayerView using `gpuPlayer.rotation = gpuPlayer.rotation - 90f` The view is rotated correctly, but the video content being played is not rotated correctly instead stretch...
I am facing video resolution issue after applying filter. When I apply filter on recorded video the resolution is **OK** but when I apply filter on downloaded video like download...
Hi, I'm having an issue in some devices when applying a filter. This only happens when the recording has started. Not happening when only showing the preview. ``` 2021-11-03 16:02:34.540...
Using your library in a npm package, placing a fullscreen overlay over a video, all the actual positions are cutting my video (like if i set "LEFT_TOP" the right/bottom video...
I need to change my filter based on the current time in the video being processed. How can that be set or read? Thank you for this amazing library. Very...