zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
502 stars 252 forks source link

Use binary that fall under LGPL license? #115

Open NordlingDev opened 1 month ago

NordlingDev commented 1 month ago

If I read the ffmpeg.exe.LICENSE file, it says that the Ffmpeg is under GPL license. There are two different licenses for Ffmpeg and the one that is less restrictive is the one with LGPL license. Can we decide which one we would like to use? I do not want to release the source code of my project due to a GPL license of Ffmpeg. If I follow the general directions how to bypass this, I should use the LGPL licensed Ffmpeg version.