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.
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!