Acknowledgements
Remotion would not be possible without the work of many others.
Software acknowledgements
| Software | License | Source Code | Notes |
|---|---|---|---|
| FFmpeg | GPLv2+ | View Source | Core video processing code (ffmpeg.org) |
| Chromium | BSD 3-Clause | View Source | Browser engine used for rendering videos (chromium.org) |
| Mediabunny | MPLv2.0 | View Source | Media processing library (mediabunny.dev) |
| Webpack | MIT | View Source | JavaScript module bundler (webpack.js.org) |
| Rspack | MIT | View Source | Rust-based bundler with webpack-compatible API (rspack.rs) |
| Zod | MIT | View Source | TypeScript schema validation (zod.dev) |
Remotion depends on many JavaScript packages. View the list of packages for each package that we distribute here.
The bundled FFmpeg binaries are built with GPL components such as x264 and x265. The bundled AAC support uses fdk-aac-free, as shown in the FFmpeg build script.
Contributors
More than 300 people have contributed to the Remotion codebase.