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
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!
The text was updated successfully, but these errors were encountered: