Hello. I am using godot for a few months now. For my new game I needed to use some cut scenes for the story. The cut scenes were already made and was exported as mp4 files. I know godot doesn't support mp4 files so I converted them to webm. But when I import the video files and play the scene everything works but the video stays black. I have turned on autoplay but the results are same. Then I made a different scene for the video and now when I play the scene the screen stays black and the scene suddenly stops after a few seconds without any errors (*the scene stops while loading). I have tried many converters and all the formats but again the results are same.
Godot Video Player issue
WebM is a container, whats the video encoding though? VP8, VP9 or AV1? Also is your video perchance 60 fps and your monitor 60 Hz?
@Megalomaniak said: WebM is a container, whats the video encoding though? VP8, VP9 or AV1? Also is your video perchance 60 fps and your monitor 60 Hz?
My video encoding was vp8 and my video is 30fps and monitor is 60hz.
Can you try ogg theora .ogv? Might that work?
@Megalomaniak said: Can you try ogg theora .ogv? Might that work?
I tried but they also didn't work.
Maybe try downloading a video file and see if that works? That could help rule out of the issue is the file format/encoding, or whether the video file itself has issues.