Skip to main content

Render your video

Now here comes the magic! To render a video, click the icon in the toolbar.
Once you are satisfied with the options, confirm the render using the blue Render video button.

More ways to render

CLI

Render a video using render CLI command:

bash
npx remotion render
bash
npx remotion render

Modify the composition ID to select a different video to render, or add an output path at the end if you want to override the default.

SSR

Remotion has a full-featured server-side rendering API. Read more about it on the server-side rendering API.

AWS Lambda

Check out Remotion Lambda.

GitHub Actions

You can also render a video using a GitHub Action.

Only audio

Instead of rendering a video, you can also just export the audio.

Image Sequence

Instead of encoding as a video, you can use the --sequence command to output a series of image.

Still images

If you want a single image, you can do so using the CLI or Node.JS API.

See also