ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Doesn't work in window system
Open
- 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
Assessment
This issue has not been assessed yet.