I edited a video using a mask to have the middle part of the video playing and the other stuff colored in magenta. Later on I want to use a shader in Godot to key out all magenta pixels.
Unfortunately Godot only supports webm files.
I edited my source video in Shotcut and exported with lossless ffv1.
so far so good, capturing a snapshot in vlc shows clear borders:
then I wanted to convert to webm. No matter how I do it, using an external converter, using shocut etc etc pixel errors around the borders show, where apparently transparent pixels float around:
the resolution is still the same but it won't work.
I really hope for some help to fix this, maybe exporting the video to single frames and converting them to webm works? I have no idea how to do so though.