AlphaPlayer icon indicating copy to clipboard operation
AlphaPlayer copied to clipboard

AlphaPlayer is a video animation engine.

Results 71 AlphaPlayer issues
Sort by recently updated
recently updated
newest added

复现场景:不间断播放,大概4小时会主线程死锁 设备:中低端机(7P,8都能复现) 死锁时的线程信息: thread #1, queue = 'gputools.GTSharedMemoryTransport_capture.0x11a205b90.send', stop reason = signal SIGSTOP frame #0: 0x00000001bd61d088 libsystem_kernel.dylib`__semwait_signal + 8 frame #1: 0x000000018d9dc8e0 libsystem_c.dylib`nanosleep + 212 frame #2: 0x000000018d9dd5a8 libsystem_c.dylib`usleep +...

目前好像只是把视频帧渲染出来,什么时候支持音频播放呢?

The color of your left video is (A, A, A,1.0), and the color of your right video is (R * A, G *A, B * A,1.0). The mix colors in...

某些视频,左半部分alpha为0,右侧却有颜色的情况下,视频混合会有问题。

为iOS增加了音频播放的功能

你好~ 我用了你們的框架播放 mp4 動畫, 但會有明顯的黑影 https://user-images.githubusercontent.com/53164872/156748376-fbb4113b-c709-4ecd-81d9-e4a25bf5e98a.mp4 有找到相關 issue #23 已經解決此問題, 最後留言說會同步到 release 版本上, 請問已經 release 了嗎? 因為我更新到最新版還是會有問題

target_sdk 31 版本是1.0.6 使用TextureView时 crash 报错提示 TextureView doesn‘t support displaying a background drawable

**这个视频的宽高是1500*1624**,拉扯问题如下图所示: ![oppo R9s手机 6.0.1系统](https://i.ibb.co/xqgngcq/oppo-R9s-6-0-1.png) **同一个视频的宽高是1500*1334,就没有拉扯的问题。** 当然这两个视频除了尺寸问题,更多差别信息如下图所示: ![统一视频两种尺寸](https://i.ibb.co/fkH52gL/video-info.png) 视频的透明通道在右侧,所以用了如下代码来调换透明通道的渲染 ```sh #extension GL_OES_EGL_image_external : require precision mediump float; varying vec2 vTextureCoord; uniform samplerExternalOES sTexture; void main() { vec4 color = texture2D(sTexture, vec2(vTextureCoord.x...