# Licenses & Credits

VidStudio runs entirely in your browser and relies on open-source software. This page credits the projects we use and the licenses they are made available under.

## FFmpeg

VidStudio invokes [FFmpeg](https://ffmpeg.org/) — a free multimedia framework — to handle certain video and audio processing operations. FFmpeg is licensed under the GNU General Public License v2 (or later).

The FFmpeg WebAssembly binary is **not** hosted or redistributed by VidStudio. Your browser fetches it directly from the public npm mirror at [cdn.jsdelivr.net](https://cdn.jsdelivr.net/npm/@ffmpeg/core-mt@0.12.9/) the first time you use a feature that requires it.

FFmpeg source code is available from [ffmpegwasm/ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm) (the WebAssembly port) and [git.ffmpeg.org/ffmpeg.git](https://git.ffmpeg.org/ffmpeg.git) (upstream FFmpeg). The full text of the GPL v2 license is available at [gnu.org/licenses/gpl-2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).

## Other third-party software

VidStudio also uses the following open-source libraries. Their copyright notices are preserved in the application source.

* [PixiJS](https://github.com/pixijs/pixijs) and [pixi-filters](https://github.com/pixijs/filters) — MIT License
* [mp4box.js](https://github.com/gpac/mp4box.js) — BSD 3-Clause License
* [mp4-muxer](https://github.com/Vanilagy/mp4-muxer) — MIT License
* [@ffmpeg/ffmpeg](https://github.com/ffmpegwasm/ffmpeg.wasm) and @ffmpeg/util (the JavaScript wrappers) — MIT License
* [Open Sans](https://fonts.google.com/specimen/Open+Sans) — Apache License 2.0
* [React](https://react.dev/), [Vite](https://vite.dev/), and other standard web tooling — MIT License

[← Back to VidStudio](/)

---
Source: [https://vidstudio.app/licenses](https://vidstudio.app/licenses)
