Describe the bug
After calling ffmpeg.load() it will download https://unpkg.com/@ffmpeg/core@v0.7.1/ffmpeg-core.js which is suppose to be ~25mb. It looks like it is loading this file in the memory multiple times, this results in an out of memory error when transcoding file sizes.
To Reproduce
Steps to reproduce the behavior:
- Go to https://codepen.io/jeromewu/pen/NWWaMeY
- Click on 'choose file' and upload a video.
- Open the memory tab in google chrome
- See the amount of memory that gets loaded after ffmpeg-core.js is downloaded
Expected behavior
I would expect it to only load ffmpeg-core.js once which results in ~25mb memory usage.
Screenshots

Desktop (please complete the following information):
- Windows
- Browser Chrome
- Version 84.0.4147.105 (Official Build) (64-bit)
Additional context
Add any other context about the problem here.
Describe the bug
After calling ffmpeg.load() it will download https://unpkg.com/@ffmpeg/core@v0.7.1/ffmpeg-core.js which is suppose to be ~25mb. It looks like it is loading this file in the memory multiple times, this results in an out of memory error when transcoding file sizes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect it to only load ffmpeg-core.js once which results in ~25mb memory usage.
Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.