ffmpeg.wasm run command is failed with high-resolution video input with memory access out of bounds
error
#224
Unanswered
Shinyaigeek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I love ffmpeg.wasm! Thank you for the nice library!!
I am wondering which or not this behavior is a bug, so I post this in GitHub Discussion.
I developed the system, in that system the application record user’s screen and process it with ffmpeg wasm in browser. While I was developing this, I noticed that ffmpeg.wasm run command failed with high-resolution video input with
memory access out of bounds
error. (maybe 1024px is threshold)I am not familiar with Wasm in the browser, but I infer that allocated memory is not enough in the data exchange in js -> wasm.
Is there any workaround or solution?
Beta Was this translation helpful? Give feedback.
All reactions