How to render a video with transparency using VideoTexture?

I have a video rendered in blender with transparent areas. MOV container, RGBA, PNG codec.
Is this possible to render it with VideoTexture?
Now I get an error: “Failed to load because no supported source was found.”

Oh I solved it. I just converted my mov file to webm:

ffmpeg -i oldfile.mov -c:v libvpx-vp9 -pix_fmt yuva420p newfile.webm

And trasparency works just fine now! Babylon is the best! :grinning:

2 Likes

Nice thanks a lot for sharing back the solution

1 Like