jswebm icon indicating copy to clipboard operation
jswebm copied to clipboard

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

Open tlecoz opened this issue 4 years ago • 2 comments

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 ?

tlecoz avatar Mar 26 '21 18:03 tlecoz

Same problem here.. any possible solution?

kareljuricka avatar Oct 17 '21 11:10 kareljuricka

@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

tlecoz avatar Oct 17 '21 14:10 tlecoz