GPUVideo-android icon indicating copy to clipboard operation
GPUVideo-android copied to clipboard

This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.

Results 80 GPUVideo-android issues
Sort by recently updated
recently updated
newest added

I have shown all the filters in a recyclerview with an image. I want to show every image having a filter applied on it according to its name. Is there...

@MasayukiSuda @jianinz @eschmar @Link184 @kifio Implemented GPUPlayerView with Custom Layout which extends FrameLayout, Added GPUPlayerView in it, Video Stretches, unable to find out the best way to achieve CenterCrop or...

com.daasuu.gpuv.camerarecorder.capture.MediaEncoder.drain MediaEncoder.java, line 274 java.lang.IllegalStateException: java.lang.IllegalStateException android.media.MediaCodec.native_dequeueOutputBuffer MediaCodec.java android.media.MediaCodec.dequeueOutputBuffer MediaCodec.java:2789 com.daasuu.gpuv.camerarecorder.capture.MediaEncoder.drain MediaEncoder.java:274 com.daasuu.gpuv.camerarecorder.capture.MediaEncoder.run MediaEncoder.java:132 java.lang.Thread.run Thread.java:919 Device: moto e(7) power OS: 10 Related issues on google: https://github.com/saki4510t/AudioVideoRecordingSample/issues/10 https://ask.csdn.net/questions/5610196 I am...

java.lang.IllegalStateException: Player is accessed on the wrong thread. See https://exoplayer.dev/issues/player-accessed-on-wrong-thread at com.google.android.exoplayer2.SimpleExoPlayer.verifyApplicationThread(SimpleExoPlayer.java:1953) at com.google.android.exoplayer2.SimpleExoPlayer.setVideoSurface(SimpleExoPlayer.java:791) at com.daasuu.gpuv.player.GPUPlayerRenderer.onSurfaceCreated(GPUPlayerRenderer.java:94) at com.daasuu.gpuv.egl.GlFrameBufferObjectRenderer.onSurfaceCreated(GlFrameBufferObjectRenderer.java:38) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1541) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)

I have applied LUT file of 8x8 ratio and in this project they are using 1x16 ration Do and its not working properly please help if any one have solution...

I am creating a video player where after recording a video user should be able to apply gpu filter to the video then upload and then be able to play...

First of all, thank you for providing a very useful library. I'm looking for a way to overlay the video. I want to overlay a video with the desired size...