bgrins / videoconverter.js

[UNMAINTAINED] Convert videos in your browser
http://bgrins.github.io/videoconverter.js/
Other
2.34k stars 300 forks source link

Size of videoconvertre.js #83

Open matteoraggi opened 4 years ago

matteoraggi commented 4 years ago

Hello, which is the size used finally in the browser of videoconvertre.jscomprehensive of ffmpeg.js and maybe other sources?

BenRichter commented 2 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. network-

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.