forked from ffmpegwasm/ffmpeg.wasm
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Hello, thank you for this library.
I'm having an issue with the following code in Node.js v20.1.0, but also appears on LTS v18.17.0
test.js:
import { FFmpeg } from "@ffmpeg.wasm/main";
const ffmpeg = await FFmpeg.create()
running node test.js
I get "bus error".
I'm not able to catch any errors, nor see whats causing this. Any idea how to debug?

package.json:
{
"name": "ffmpeg-delete-me",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Wes Bos (https://wesbos.com/)",
"license": "MIT",
"dependencies": {
"@ffmpeg.wasm/core-mt": "^0.13.2",
"@ffmpeg.wasm/main": "^0.13.0"
},
"type": "module"
}
Metadata
Metadata
Assignees
Labels
No labels