Creating a new project
Prerequisites
To use Remotion, you need at least Node 16 or Bun 1.0.3.
Scaffolding a new project
You can initialize a new Remotion video using
- npm
- bun
- pnpm
- yarn
bash
bash
bash
bash
bash
bash
Choose the template that is most suitable for you. For your first project, we recommend the Hello World template.
After the project has been scaffolded, we recommend to open the project in your text editor and starting the Remotion Studio:
bash
bash
Additional information for Linux users
- Arch Linux
- Ubuntu and Debian
bash
bash
bash
bash
Watch out for apt wanting to uninstall critical packages (e.g the Desktop) in order to install the Remotion dependencies. Abort the installation and seek help in our Discord if that happens!
Linux distros that use libc need at least version 2.31 of it. Check here if your distro has it.
Got instructions for more Linux distributions? Add them to this page!
Installation in existing projects
Want to install Remotion in an existing project? Go here instead: Installation in existing projects