A collection of free, ready-to-use templates for creating videos using Remotion. These templates are designed to be integrated directly into your existing React applications that use Remotion.
If you'd like to see these templates in action, check out the examples here..
This repository provides templates compatible with Remotion to help you get started quickly with video effects and animations. The templates are simple React components that can be copied into your own project and used like any other Remotion <Composition />
component. You can then customize them to fit your specific requirements.
Note: These templates are not plug-and-play. You will need to copy the component files into your project, link them with your Remotion setup, and adjust their properties to fit your needs.
To use a template, follow these steps:
- Download or Clone: Start by cloning this repository or downloading it as a ZIP file.
- Explore Templates: Browse the
@templates
directory to view the available templates. - Copy Files: Copy the template files (e.g.,
DynamicVideoTemplate.jsx
) into your existing Remotion project directory. - Integrate with Remotion: Import the component and use it in your Remotion
<Composition />
setup.
Example integration:
import { DynamicVideoTemplate } from "./templates/DynamicVideoTemplate";
<Composition
id="DynamicVideo"
component={DynamicVideoTemplate}
durationInFrames={240}
fps={30}
width={1920}
height={1080}
/>;
- Customizable Templates: Each template is fully editable, allowing you to adapt it to your needs.
- Simple Integration: Copy and paste the files into your project, then add them to your
<Composition />
components. - Clear Documentation: Each template includes a usage guide with step-by-step instructions and example parameters.
Contributions are welcome! If you have ideas for new templates or improvements to existing ones, feel free to submit an issue or a pull request.
All templates in this repository are available under the MIT License. You can use them in personal and commercial projects, but attribution is appreciated where applicable.