Ivan Sivak
Ivan Sivak
I'm also having the issue (`@ffmpeg/core: 0.10.0` and `@ffmpeg/ffmpeg: 0.10.1`): ``` [Error] Unhandled Promise Rejection: RangeError: Out of memory dispatchException (2.549adfcd.chunk.js:2:273751) (anonymous function) (2.549adfcd.chunk.js:2:269979) t (2.549adfcd.chunk.js:2:283360) s (2.549adfcd.chunk.js:2:283600) promiseReactionJob ```...
As has been already noted [here](https://github.com/ffmpegwasm/ffmpeg.wasm/issues/78#issuecomment-1006700049) - a couple of more findings from my side: 1. It is actually `await this.ffmpeg.load();` that is causing the exception. So it's not about...