ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Is there a way to generate Video from image ArrayBuffer data instead of fetching the image?
Open
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
I have referred the examples given in the repo where it uses ffmpeg.FS to fetch images. I want that instead of fetching the files locally, it uses the image array buffers (blobs) that we can pass from other functions to generate videos from that.
Contributor guide
Assessment
This issue has not been assessed yet.