ffmpegwasm / ffmpegwasm/ffmpeg.wasm

[cause]: TypeError [ERR_INVALID_URL]: Invalid URL

Open
#497 1 comment 7 reactions 0 assignees View on GitHub
Dominant language
C
Stars
17.8k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

ffmpeg is failing to load in node 18

[cause]: TypeError [ERR_INVALID_URL]: Invalid URL

const getFFmpeg = async () => {
const ffmpeg = createFFmpeg({
log: true,
});
await ffmpeg.load();
return ffmpeg;
};

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.