How to play transparent(alpha) .webm video?

2019-09-01 04:26发布

问题:

I am making android app where I want to play .webm transparent(alpha) video in android activity.

I have try this https://github.com/pavelsemak/alpha-movie but it remove similar color of video

I also try html5 video tag to play webm but it lag video content.

Is there any solution we can play transparent video through videoview controller.