Open-Source Notices
MediaToolNest is built with open-source software. We are grateful to the people who create and maintain it.
FFmpeg and FFmpeg.wasm
All media processing on MediaToolNest is performed by FFmpeg, compiled to WebAssembly by the FFmpeg.wasm project so it can run inside your browser.
| Component | Version | License | Source code |
|---|---|---|---|
| @ffmpeg/core (FFmpeg compiled to WebAssembly) | 0.12.10 | GPL v2 or later (includes x264 and x265) | github.com/ffmpegwasm/ffmpeg.wasm |
| @ffmpeg/ffmpeg (JavaScript interface) | 0.12.15 | MIT | github.com/ffmpegwasm/ffmpeg.wasm |
| FFmpeg | as included in @ffmpeg/core | LGPL v2.1 or later / GPL v2 or later | ffmpeg.org |
The WebAssembly build of FFmpeg includes these libraries, each under its own license: x264 and x265 (GPL), LAME (LGPL), libvpx (BSD), Opus (BSD), libvorbis and libogg (BSD), Theora (BSD), libwebp (BSD), zlib (zlib license), FreeType (FreeType license / GPL), FriBidi (LGPL), HarfBuzz (MIT), libass (ISC) and zimg (WTFPL).
The FFmpeg files delivered by this Website are unmodified copies of the published packages listed above. Their complete corresponding source code is available at the links above. You can also request a copy by writing to contact@mediatoolnest.com.
FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project. MediaToolNest is not affiliated with or endorsed by the FFmpeg project.
Website software
| Component | License |
|---|---|
| Next.js | MIT |
| React and React DOM | MIT |
| marked | MIT |
The full license texts are available in each project's repository.