I am trying to create a plane with video texture and alpha. I know webm is one format that supports alpha, any hints on how to enable the alpha channel.
It should work just like a plane with PNG texture, but it seems that is not the case. Any suggestions?
The issue is IOS… it doesn’t have any alpha video usage in browser unless it’s the newest phone that uses Hevc… when you play the video it adds a black background… I was thinking though… couldn’t I use a black and white version of that same video with the person in black and the background white to cut out the main video? Or I guess I could just add a solid color and key it out live. problem is I have no idea how to in bjs. Is it the same in vanilla js? That’s fairly easy.
I will upload some screen shots when I get a chance. I’m wanting to feed in a live stream of a band. I can key them out before I send or I can on the client with js.