ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Can we load the compressed file of ffmpeg-core.wasm?
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.**
Every time I use it, I need to download a full file of more than 20MB, which makes the page load less efficient.
**Describe the solution you'd like**
ffmpeg.load() can support the loading of ffmpeg-core.wasm compression package(such as: zip), so that the network is not good can quickly open and use the web page.
**Describe alternatives you've considered**
Download the zip package into browser memory via JS and extract it, then load the local ffmpeg-core.wasm file. But at present, the scheme has not been debugged.
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.