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
Didn't work at first try because the @ffmpeg/ffmpeg package now uses new Worker(new URL("./worker.js", import.meta.url), { type: "module", }) which which causes issues with COEP/COOP in WP. That's why it used to have an inline blob worker IIRC. But there doesn't seem to be a way to override this. Need to give it another try.
The text was updated successfully, but these errors were encountered:
I do have some WIP code for this, but I probably also need to patch the library because of some incorrect paths in the source code, see ffmpegwasm/ffmpeg.wasm#617
See https://ffmpegwasm.netlify.app/docs/migration
Didn't work at first try because the
@ffmpeg/ffmpeg
package now usesnew Worker(new URL("./worker.js", import.meta.url), { type: "module", })
which which causes issues with COEP/COOP in WP. That's why it used to have an inline blob worker IIRC. But there doesn't seem to be a way to override this. Need to give it another try.The text was updated successfully, but these errors were encountered: