You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now my electron app's size increases by 200 to 300MBs just because of ffprobe, you should have a look at ffmpeg-static because that one uses a smart approach it downloads the files according to system - which it does by this line in its package.json
"scripts": {
"install": "node install.js",
...
}
idk if I'm missing something but yeah this would decrease download time and package size.
The text was updated successfully, but these errors were encountered:
Right now my electron app's size increases by 200 to 300MBs just because of ffprobe, you should have a look at ffmpeg-static because that one uses a smart approach it downloads the files according to system - which it does by this line in its
package.json
idk if I'm missing something but yeah this would decrease download time and package size.
The text was updated successfully, but these errors were encountered: