Skip to main content

Starting the Studio

Using the Remotion Studio, you can preview your video, and if a server is connected, even render the video.

Prerequisites

The Remotion CLI is required for this guide.
Most templates have it out of the box, but you can install it by running the following command in your terminal:

bash
npm i @remotion/cli
bash
npm i @remotion/cli

Launching the Studio

You can start the Remotion Studio by running the following command in your terminal:

bash
npm start
bash
npm start

This is a shorthand for the studio command of the Remotion CLI:

bash
npx remotion studio
bash
npx remotion studio

See the available options here.

A server will be started on port 3000 (or a higher port if it isn't available) and the Remotion Studio should open in the browser.