Why Audacity’s developers can’t? They are chickens

Why Audacity’s developers can’t? They are chickens

So you suggest that the makers of Audacity don’t care about legal restrictions and just break the law?
I am not a lawyer - but it looks to me as though the licensing regime for FFmpeg has changed and is now available to be used within other software apps without payment.
See this “Legal” page from the FFmpeg website: FFmpeg License and Legal Considerations
Wikipedia also indicates that this is indeed the case: FFmpeg - Wikipedia
@teetow @Tantacrul does this mean that FFmpeg could indeed be incorporated legally into Audacity without license payment being due?
Peter.
Not quite: FFmpeg itself is free and open source, that is to say, the copyright on specific implementation that FFmpeg did is freely licensed (LGPL or GPL). However, patents are a different game: FFmpeg considers itself to not be a computer program, because all they put on their website is code, not binaries. Patents care about functionality: If there’s a patent on “an apparatus to clear snow using a concave surface” (ie: a snow plow), it doesn’t matter that you made your snow plow using open source designs, you’re still violating the patent – unless you use one of those rotary snow brushes. Similarly, any computer program which encode AAC (M4A) isby definition violating the patent, unless they pay about a dollar for each copy of the software they sell. The best solution for users is to use the equivalent of a rotary snow brush, ie a different format.
That said:
Many thanks for that insightful heads up Leo.