Closed IliasHad closed 4 years ago
I'm running 0.6.1 in Chrome/Firefox and was getting the Build Assertions error.
index.html:255 Start transcoding
createWorker.js:177 Uncaught Error: abort(13). Build with -s ASSERTIONS=1 for more info.
at createWorker.js:177
at Worker.t.onmessage (onMessage.js:3)
index.html:262 Uncaught (in promise) abort(13). Build with -s ASSERTIONS=1 for more info.
The error did not happen when I ran worker.transcode(), but rather just with my worker.run() call.
I resolved the issue by changing my code from
await worker.run("-i /data/input.webm
to
await worker.run("-i input.webm
The /data/ directory requirement mentioned in the docs was misleading.
@steveseguin Thank you for your quick reply but it didn't work from me
I'm getting this issue on the image2video.html example too
it works if i do what @steveseguin said 🙌
Describe the bug I run the code in example in my electron app and I change the settings and I got this error
Code
Error