ffmpegwasm / ffmpegwasm/ffmpeg.wasm
How to use ffmpeg.wasm to display a video into canvas,by decode frame with ffmpeg
Open
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I do not kow how to use Module to call decode methods of ffmpeg
**Describe the solution you'd like**
How can I get the yuv data and width and height of the video by writing like the following
```js
Module._openDecoder()
```
Contributor guide
Assessment
This issue has not been assessed yet.