FFmpeg WebAssembly redistribution notice ======================================== The files in this directory (ffmpeg-core.js, ffmpeg-core.wasm.gz, and the multi-threaded variants in /ffmpeg-core-mt/) are unmodified WebAssembly builds of the FFmpeg multimedia framework, distributed via the @ffmpeg/core and @ffmpeg/core-mt npm packages. JAD Apps embeds these artefacts to provide audio and video processing in the browser. We have not modified the FFmpeg source code. FFmpeg licence -------------- The FFmpeg WASM build is licensed under the GNU Lesser General Public License, version 2.1 (LGPL-2.1) or any later version. The full text of the LGPL is available at: https://www.gnu.org/licenses/lgpl-2.1.html FFmpeg upstream source code is available at: https://ffmpeg.org/ The corresponding source for these specific WASM artefacts is published by the @ffmpeg/core maintainers at: https://github.com/ffmpegwasm/ffmpeg.wasm-core Component licences ------------------ FFmpeg incorporates a large number of upstream libraries, each with its own licence (LGPL, BSD, MIT, ISC, zlib, etc.). The aggregate build provided under @ffmpeg/core is configured for LGPL compliance — the GPL-only components (e.g. x264) are not enabled. Users requiring a different licence profile should refer to the upstream FFmpeg licensing documentation: https://ffmpeg.org/legal.html Obtaining the source -------------------- In compliance with the LGPL, we will provide a copy of the source code corresponding to the WASM build shipped on this page on request. Email legal@jadapps.app and we will respond within 30 days. The source is also freely available from the upstream repositories listed above. Trademarks ---------- FFmpeg is a trademark of Fabrice Bellard. JAD Apps is not affiliated with the FFmpeg project.