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

Why is mp4 not a supported format for Desktop #93

Open
WiFisunset opened this issue Apr 7, 2024 · 1 comment
Open

Why is mp4 not a supported format for Desktop #93

WiFisunset opened this issue Apr 7, 2024 · 1 comment

Comments

@WiFisunset
Copy link

I'd like to contribute to this project, but I'm curious as to why mp4 is not a supported format for Desktop.

@Frosty-J
Copy link
Contributor

Frosty-J commented Apr 7, 2024

H.264, H.265, and AAC are non-free codecs. While it's unlikely anyone would get into trouble for not paying royalties, why take the risk? VP9 can provide more efficient compression than H.264 anyway, AV1 better still if #83 gets fixed.

If you build gdx-video yourself, you can enable it here:
https://github.com/libgdx/gdx-video/blob/6b09bc1/gdx-video-desktop/build.gradle#L72-L73

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

2 participants