Open matteoraggi opened 4 years ago
This Demo http://bgrins.github.io/videoconverter.js/demo/ loads ffmpeg-all-codecs.js to a Web Worker to prevent content blocking.
In Google Dev-Tools Network-Tab it says there were 7.1 MB transferred over the network. But when I download the File, it's 27,5 MB.
WHen inspecting the header, It seems to be gzipped (but maybe not minified) to have a Content-Length of 7079016 Bytes which would be 56,6 Megabytes.
Hello, which is the size used finally in the browser of videoconvertre.jscomprehensive of ffmpeg.js and maybe other sources?