jeromewu
jeromewu
Thanks for the contribution!
Can you provide more description for the problem you encountered? I always tested the website using Chrome, so I think it should work.
Not sure why it is hanged, maybe you can try this minimal offline setup and see if it works: https://github.com/ffmpegwasm/ffmpeg.wasm/blob/main/apps/vanilla-app/public/transcode-mt.html
I cannot reproduce the pronlem, not sure why. May I ask the number of CPU core you have?
That should be enough for spawning more web workers, then I have no idea why it doesn't work.
Here is the full example for single thread version: https://ffmpegwasm.netlify.app/docs/getting-started/usage#transcoding-video
> With version 0.12.4, is it normal I don't have a `thread` option in the `load`function config ? Is there a new different way to activate mutli threading ? Yes,...
Yes, that's correct.
Thanks for the contribution!
Hmm, it is tricky that I have no MacOS machine to test this one.