ffmpeg.wasm
ffmpeg.wasm copied to clipboard
Mem Leak
When I called ffmpeg.terminate(). Then I need to use ffmpeg again, so have to call ffmpeg.load , mem goes up after you call ffmpeg.load again and again, and initialize the WASM again and again. So I guess some mem did not release when the user called terminate
"@ffmpeg/ffmpeg": "^0.12.10", "@ffmpeg/util": "^0.12.1",
Windows 11, latest Chrome and Edge
Same issue for me. Did you find any way to optimize memory usage?
up