Skip to main content

Acknowledgements

Remotion would not be possible without the work of many others.

Software acknowledgements

SoftwareLicenseSource CodeNotes
FFmpegGPLv2+SourceCore video processing code (ffmpeg.org).

FFmpeg is available under two licenses: the GPL and the LGPL. Remotion distributes a compiled FFmpeg binary under the GPLv2+ license; the source and build scripts are publicly available.

Because x264 and x265 are licensed under the GPL (not the LGPL), Remotion's FFmpeg binary cannot be distributed under the LGPL. The bundled AAC support uses fdk-aac-free, which has no licensing concerns. No other components in Remotion's FFmpeg binary should raise licensing concerns.
ChromiumBSD 3-ClauseSourceBrowser engine used for rendering videos (chromium.org)
MediabunnyMPLv2.0SourceMedia processing library (mediabunny.dev)
WebpackMITSourceJavaScript module bundler (webpack.js.org)
RspackMITSourceRust-based bundler with webpack-compatible API (rspack.rs)
ZodMITSourceTypeScript schema validation (zod.dev)

Remotion depends on many JavaScript packages. View the list of packages for each package that we distribute here.

Contributors

More than 300 people have contributed to the Remotion codebase.