Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It downloads binaries for all platforms and architectures instead of downloading according to current system. #14

Open
C0C41N opened this issue May 4, 2021 · 0 comments

Comments

@C0C41N
Copy link

C0C41N commented May 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant