-
-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught (in promise) RuntimeError: memory access out of bounds
when trying to convert to Opus with -c:a libopus
#591
Comments
@CrypticSignal Did you try to bisect this yet? Do you know if it worked with old versions? |
If not I am going to do that now |
@Sean-Der Unfortunately I don't have any pointers e.g. at which core version this issue started. I presume this hasn't been an issue in all versions of ffmpeg.wasm, because someone probably would have mentioned this by now. Keep me updated on your findings (if any). |
On v0.12.4 is the same problem |
@CrypticSignal, @doubledare704: |
This doesn't work for versions 12 and above. As for versions 11 and below, I haven't tested it yet. |
FWIW rebuilding the current main with
And adding |
@teropa could you clarify where you added this exactly? I'm trying out the build process for the first time and would like to explore this. |
@nsitu this was in ![]() |
Thanks @teropa , I will give this a try. |
@teropa – I'm struggling to get the build working locally. If that flag fixes the issue, would you be able to submit a PR? |
Describe the bug:
I get a
Uncaught (in promise) RuntimeError: memory access out of bounds
when trying to transcode to Opus with-c:a libopus
. I don't get this error if I choose to transcode to another format such as MP3, so I doubt there's anything wrong with the code.To Reproduce:
Go to https://av-converter.vercel.app, it's a web app I made which is essentially a frontend for
ffmpeg.wasm
. Open the console and use the dropdown menu on my web app to select Opus as the output format. You will see the aforementioned error in the console.Expected behavior:
The file should start transcoding like it does when choosing another format to convert to.
Additional Information:
The text was updated successfully, but these errors were encountered: