ffmpegwasm / ffmpegwasm/ffmpeg.wasm
RuntimeError: memory access out of bounds compress error
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
When trying to use ffmpeg to convert mp4 to webm specifically, using the vp9 codec, i get this error "RuntimeError: memory access out of bounds" just after it starts the operation
**To Reproduce**
[Github Repository](https://github.com/CRIMSON-CORP/testing-ffmpeg-error)
**Expected behavior**
i expect the compression to go on without issue, and if there is an issue, it should show how to resolve it
**Screenshots**

**Desktop (please complete the following information):**
- OS: [Windows 11 Pro]
- Browser [Chrome]
- Version [Version 121.0.6167.140 (Official Build) (64-bit)]
**Additional context**
Im using a 16GB RAM Dell Precision 5520, i dont understand how im getting memory access out of bounds, seems to me like Chrome assigns a certain amount of memory to each tab, and the ffmpeg execution is exceeding it
Contributor guide
Assessment
This issue has not been assessed yet.