OPEN SOURCE LICENSES

The open-source software we use.

Fizloop uses open-source libraries to process video and audio in the browser. This page lists those libraries, their versions, and their licenses as-is.

FFmpeg (@ffmpeg/core, @ffmpeg/ffmpeg, @ffmpeg/util)

Some video and audio conversions use a browser-based FFmpeg WebAssembly build (ffmpeg.wasm). The @ffmpeg/core package (v0.12.10) is licensed under the GNU General Public License v2.0 or later (GPL-2.0-or-later); @ffmpeg/ffmpeg (v0.12.15) and @ffmpeg/util (v0.12.2) are licensed under MIT.

The library is used unmodified, in its original form.

  • Source code: github.com/ffmpegwasm/ffmpeg.wasm
  • GPL-2.0 license text: gnu.org/licenses/old-licenses/gpl-2.0.html

mediabunny

The mediabunny library (v1.50.9) is used to analyze and convert video and audio files on-device. It is licensed under the Mozilla Public License 2.0 (MPL-2.0) and used unmodified.

  • Source code: github.com/Vanilagy/mediabunny
  • MPL-2.0 license text: mozilla.org/en-US/MPL/2.0

Note

This page is not legal advice — it's a transparent disclosure of the open-source components in use. Questions can be sent to [email protected].