Setup and Installation
Prerequisites
The only dependencies for Remotion are Node.JS and FFMPEG.
See:
- Installing Node.js - Minimum: Version 14.0.0
- Installing FFMPEG - Minimum version: 4.1.0 - only needed if you want to render your video.
Installation
You can initialize a new Remotion video using
- npm
- yarn
- pnpm
bash
bash
bash
bash
bash
bash
That's it! Wait for the installation to be finished and follow the instructions in the terminal.
Additional step for Linux users
Linux users need to install some additional packages to get Chrome/Puppeteer working correctly.
- Arch Linux
- Ubuntu and Debian
bash
bash
bash
bash
note
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!
Got instructions for more Linux distributions? Add them to this page!
Installation in existing projects
If you already have a project you want to install Remotion in, don't use the instructions on this page. Instead, check out: Installation in existing projects