this post was submitted on 17 Mar 2024
20 points (100.0% liked)

Godot

5750 readers
43 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

I would like to be able to view mp4 files in my Godot game, but I can't seem to get this extension to work properly. I hear sound, but I do not see the picture.

I have gotten the built-in video player to work and it seems to work quite well. The downside is that it only supports Ogg Theora, which is unfavorable for my use case.

Does anyone have experience with viewing (mp4) video files in Godot 4?

Edit: In case it matters, I run Godot 4.2.1 on linux.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 6 months ago

You are right. I just wanted to get mp4 (or the h.264) codec to work as a start. My main goal is to be able to play video files using codecs supported by (certain builds of) ffmpeg. It is possible to replace the used build of ffmpeg by another one. I would likely use a build that only supports non patent encumbered codecs.