@jdoohen52 said: I still don't figure out a working webm, but convert it to ogv (from mp4 works in godot:
ffmpeg -i maze2.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 maze2.ogv
Did you convert inside Godot? Using ffmpeg? If yes, could you please explain how to convert media inside Godot?