FFmpeg-wasm/FFmpeg.wasm

Files larger than 2GB?

wesbos opened this issue · 0 comments

Hello! is there any way to use this library with files larger than 2gb?

This may be a hard limit current with MemFS: emscripten-core/emscripten#20245

I don't see anything in the docs about streaming, or reading from disk directly (which I'm not sure is possible).

I understand if the answer is "no" and to use use ffmpeg via the CLI, I just love that I can deploy this package anywhere without fussing with ffmpeg support.