remotion
Version:
Render videos in React
44 lines (27 loc) • 1.94 kB
Markdown
<p align="center">
<a href="https://github.com/JonnyBurger/remotion-logo">
<img src="https://github.com/JonnyBurger/remotion-logo/raw/main/withtitle/element-0.png">
</a>
</p>
Remotion is a suite of libraries building a fundament for **creating videos programmatically using React.**
## Why create videos in React?
- **Leverage web technologies**: Use all of CSS, Canvas, SVG, WebGL, etc.
- **Leverage programming**: Use variables, functions, APIs, math and algorithms to create new effects
- **Leverage React**: Reusable components, Powerful composition, Fast Refresh, Package ecosystem
## Example videos
- **Remotion Trailer** [Watch](https://www.youtube.com/watch?v=1UU_GEQuolI) • [Source code](https://github.com/JonnyBurger/remotion-trailer) • The announcement video for Remotion was written in Remotion itself!
- **AnySticker Welcome Video** [Watch](https://www.youtube.com/watch?v=Y0SNPeTz09w) • [Source code](https://github.com/JonnyBurger/anysticker-tutorials) • An in-app explainer video for my app AnySticker.
- **"Game changer or no game changer" intro** [Watch](https://youtu.be/ga_xAZo9m7k?t=61) • [Source code](https://github.com/JonnyBurger/gamechanger-or-no-gamechanger-intro) • An intro for a quiz show I did with William Candillon.
Feel free to pull request your creations!
## Get started
If you already have Yarn and FFMPEG installed, type
```console
yarn create video
```
to get started. Otherwise, read the [installation page](https://www.remotion.dev/docs/) in the documentation.
## Documentation
Head to [**remotion.dev**](https://www.remotion.dev) to learn the in and outs of Remotion!
## License
Be aware of that Remotion has a special license and requires obtaining a company license in some cases. Read the [LICENSE](LICENSE.md) documentation for more information.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) to learn about contributing to this project.