FFmpeg core (WebAssembly build) ================================ This directory contains ffmpeg-core.js and ffmpeg-core.wasm.packed, a WebAssembly build of FFmpeg distributed as @ffmpeg/core version 0.12.10. Licence: GPL-2.0-or-later Full text: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html These files are redistributed VERBATIM and are not covered by the proprietary licence that applies to the rest of this site. They may be copied, modified and redistributed under the terms of the GNU General Public License, version 2 or (at your option) any later version. ffmpeg-core.wasm.packed is the unmodified ffmpeg-core.wasm compressed with gzip. Decompressing it yields the original binary byte for byte. Complete corresponding source ----------------------------- Build scripts and configuration: https://github.com/ffmpegwasm/ffmpeg.wasm Release: @ffmpeg/core 0.12.10 on npm FFmpeg upstream: https://ffmpeg.org/download.html Written offer ------------- For a period of three years from the date these files were distributed to you, we will give any third party, on request, a complete machine-readable copy of the corresponding source code for the FFmpeg build in this directory, for a charge no greater than our cost of performing the distribution. Send requests to feedback@reembun.com, quoting @ffmpeg/core version 0.12.10. This offer is made under section 3(b) of the GNU General Public License, version 2, and is valid regardless of whether the upstream URLs above are still reachable when you read this. loader.js in this directory is a small shim that inflates the binary and passes it to the core. It is generated by scripts/vendor-ffmpeg.mjs and is likewise available under the GPL. A complete list of every third-party component on this site, with full licence texts, is served at /licenses.txt.