You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why ffmpeg.wasm doesn't support nodejs?
ffmpeg.wasm did support nodejs before 0.12.0, but decided to discontinue nodejs support due to:
It takes extra effort to maintain nodejs support
If you are not in browser, there are a lot of better choices than using WebAssembly for a better performance, ex:
nodejs: https://www.npmjs.com/package/fluent-ffmpeg
react-native: https://github.com/arthenica/ffmpeg-kit
Of course, it is still highly welcome to contribute a nodejs version of ffmpeg.wasm.
I installed ffmpeg.wasm in a project with solidjs and imported it in one of the files and it wrote this to me, I use bun as the runtime
The text was updated successfully, but these errors were encountered: