-
Notifications
You must be signed in to change notification settings - Fork 12
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
Crashing on large file size #6
Comments
You could try encoding chunks and glueing them together with an application that has access to a real hard drive, e.g. ffmpeg. If the native flac container doesn't work, use the OGG container format Note that Chrome usually tells you its heap size limit if you ask for it: |
just ran into this as well, the smallest wav I can make the error happen on is ~120 mb / 30 minute length. |
Same problem with (not really) large file ~180 mb / 17 minutes. Chrome error: "Pause before out of memory crash" on Line 155 in fa9622d
If I resume it in DevTool it work's fine without crashes. My DevTool shows:
It's about 2GB I use another workers for mp3/wav/ogg encoding with same big files and there is no problem with memory limit. |
If you already have the debugger there, a full stack trace would be nice :) |
Seems Pause before out of memory error came from EmsWorkerProxy.js on the second line of
|
I tried running a large wav file (almost 600M) through flac.js, but it keeps crashing w/ the Chrome "Aw Snap" error message around 49%. Is there another solution for working with large files?
chrome debug log:
The text was updated successfully, but these errors were encountered: