ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Doesn't work in window system

Open
#822 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C
Stars
17.8k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

When I run the demo code (apps/vue-vite-app), it can run normally on mac, but cannot be executed in window.
Specifically, the following code is not executed

```js
ffmpeg.on('log', ({ message: msg }: LogEvent) => {
message.value = msg
})
```

why is that?

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.