<p align="center">
  <a href="https://github.com/remotion-dev/logo">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/remotion-dev/brand/main/recorder/dark.gif">
      <img alt="Animated Remotion Logo" src="https://raw.githubusercontent.com/remotion-dev/brand/main/recorder/light.gif">
    </picture>
  </a>
</p>

<p align="center"><strong>Video production for developers</strong></p>

Remotion Recorder is a customizable template for recording, editing and rendering videos in JavaScript.

View documentation at: [remotion.dev/recorder](https://remotion.dev/recorder)

## License

Note that for some entities a company license is needed. [Read the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).

## Commands

**Install Dependencies**

```console
npm install
```

**Start Preview**

```console
npm run dev
```

**Render video**

```console
npx remotion render
```

**Upgrade Remotion**

```console
npx remotion upgrade
```
