The web app bundles no FFmpeg. Every conversion in the browser runs on Mediabunny and the browser's own WebCodecs and Web Audio APIs.
The desktop app ships a build of FFmpeg 8.1.2 that we compiled from unmodified upstream source, configured for the LGPL v2.1 alone: no GPL components, no x264 or x265, and the LGPL dependencies it needs, LAME and mpg123, linked in statically. We publish the complete and corresponding source for all three next to the binary, together with the exact configure line used to build it and the full licence text. The other codec libraries in that build, Opus, libvorbis, libogg, libvpx and dav1d, are BSD licensed and need attribution rather than source. The other engines we ship carry no source obligation either: Tesseract and qpdf are Apache 2.0, Leptonica is BSD 2-Clause, and pdfium is BSD 3-Clause together with the fourteen third-party licences shipped in the PDFium distribution, all of which travel inside the app. Take a copy of the FFmpeg side whenever you want it: the FFmpeg source, with LAME, mpg123, the configure line and the licence text beside it.
If you would like a written copy of the LGPL or believe an attribution required by it has been missed, write to contact@teraconvert.com.