JK Media Creative - FFmpeg WASM source and notice bundle

This archive is provided for users of the Evolve browser editor.

What is distributed by the site
-------------------------------
The Evolve editor loads FFmpeg through ffmpeg.wasm and serves these browser
assets from /dist/js/ffmpeg:

- ffmpeg-core.esm.js
- ffmpeg-core.js
- ffmpeg-core.wasm
- worker.js

Those exact files are included in this archive under shipped-assets/ so users
can compare checksums with the files served by the site.

License status
--------------
The shipped ffmpeg-core.wasm contains an FFmpeg build configured with
--enable-gpl and GPL codec libraries including libx264 and libx265. JK Media
Creative therefore treats the FFmpeg WASM core as GPL-2.0-or-later.

The JavaScript ffmpeg.wasm wrapper is distributed by its upstream project under
the MIT License.

Source and package materials included
-------------------------------------
This archive includes:

- upstream-packages/@ffmpeg-core-0.12.6.tgz
- upstream-packages/@ffmpeg-ffmpeg-0.12.10.tgz
- shipped-assets/ copies of the exact browser assets served by this site
- ffmpeg-configure-line.txt, extracted from the shipped WASM binary
- SHA256SUMS.txt for verification

No local modifications
----------------------
JK Media Creative has not modified FFmpeg source code or ffmpeg.wasm source
code. The local editor code calls the ffmpeg.wasm API and does not patch the
FFmpeg core.

Important note
--------------
The upstream @ffmpeg/core npm package is binary-focused. If you need to rebuild
or inspect the complete upstream build system, use the ffmpeg.wasm repository:

https://github.com/ffmpegwasm/ffmpeg.wasm

and the FFmpeg project source:

https://ffmpeg.org/download.html

The configure line used by the shipped WASM is included in
ffmpeg-configure-line.txt.
