electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
674 stars 85 forks source link

Use static library FFMPEG on commercial projects #135

Open ghost opened 3 years ago

ghost commented 3 years ago

Electron versions specify a version of Chromium that they are using, and Chromium has a fork of FFMPEG that it builds from source to generate the ffmpeg.dll file that goes to Electron builds for Windows.

So, can I use this ffmpeg.dll in static way on commercial projects without disclosure my source code under GPL? Electron only needs FFMPEG to compile.

https://ffmpeg.org/documentation.html

https://stackoverflow.com/questions/53963672/what-version-of-ffmpeg-is-bundled-inside-electron

https://www.electronjs.org/docs/tutorial/windows-store-guide

Thanks in advanced!