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

4K (4096x2160) mp4 video freezes #34

Open
juntaosun opened this issue Sep 22, 2024 · 3 comments
Open

4K (4096x2160) mp4 video freezes #34

juntaosun opened this issue Sep 22, 2024 · 3 comments

Comments

@juntaosun
Copy link

juntaosun commented Sep 22, 2024

When playing 4K (4096x2160) mp4 videos on Quest3, ( Pack apk to Android )
there are often freezes and choppy playback. How can I solve this problem?

@EIREXE
Copy link
Contributor

EIREXE commented Sep 23, 2024

Are you using the vulkan renderer?
We aren't doing hardware accelerated decoding, so it may be a bit slow.

@juntaosun
Copy link
Author

Request support for hardware decoding to improve performance, thank you very much~ :)

@EIREXE
Copy link
Contributor

EIREXE commented Oct 8, 2024

Request support for hardware decoding to improve performance, thank you very much~ :)

The problem is for hardware decoding to be efficient we need native vk handles, which might be hard to obtain in godot currently. We can have hardware decoding with a GPU->CPU->GPU copy but not sure if that would be fast enough

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