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

I can't get it working with my webm while it work as expected with the webm given in the demo #18

Open
tlecoz opened this issue Mar 26, 2021 · 2 comments

Comments

@tlecoz
Copy link

tlecoz commented Mar 26, 2021

You can find my file here : http://beginfill.com/webm/out.webm

It's using an alpha background , maybe the problem come from here (?)

Any idea how to get it working as expected ?

@kareljuricka
Copy link

Same problem here.. any possible solution?

@tlecoz
Copy link
Author

tlecoz commented Oct 17, 2021

@kareljuricka
I didn't find THE solution so I created an alternative.
Honnestly, it's not a good solution but it works.

I used ffmpeg to extract frames from the webm, then I created some spritesheet using these frames and created a spritesheet reader in order to be able to read the webm frame by frame.

It's a very heavy solution but it works.

If you like I can give you the code I use to do it

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