Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading AV1 videos causes a crash. #18

Open
silphendio opened this issue Feb 11, 2024 · 3 comments
Open

Loading AV1 videos causes a crash. #18

silphendio opened this issue Feb 11, 2024 · 3 comments

Comments

@silphendio
Copy link

silphendio commented Feb 11, 2024

I tried it with this sample.

There are no error messages. It just crashes.

I use Windows 10 and Godot 4.2.1.

With the latest FFmpeg binary build, it works.

EDIT: I guess it makes sense that a stripped down version can't play many codecs. So this isn't really about AV1 support, but more about graceful error handling and better error messages.

@EIREXE
Copy link
Contributor

EIREXE commented Feb 11, 2024

I'll take a look, it definitely shouldn't crash when an unknown codec is added.

@m3t4f1v3
Copy link

m3t4f1v3 commented Jun 11, 2024

With the latest FFmpeg binary build, it works.

How did you manage to get the latest build working? I keep getting a crash on godot's startup whenever I try to build with the latest binary build

@silphendio
Copy link
Author

How did you manage to get the latest build working? I keep getting a crash on godot's startup whenever I try to build with the latest binary build

Replacing .dll files (like the docs suggest) only works up to version 1.04 for me. I used FFmpeg v6.1 (lgpl-shared build).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants