Skip to main content
An export is a rendered artifact produced from a project. Exports run in the cloud by default. Pass --local to render on your own machine with the local Remotion pipeline.

export create

Render a new export for a project.
projectId
string
required
The project to export.

Options

Stem volumes

Use --volume <type>=<value>. Valid types are original, vocals, instrumental, and backing_vocals. Values must be between 0 and 1.

Cloud render

Local render

Local rendering runs the Remotion pipeline on your machine. First ensure the render dependencies are installed:
Then export with --local:
Local renders write directly to the --output path. Do not pass --download with --local; the CLI rejects that combination because there is no cloud artifact to download after a local render.

export quote

Quote the credits required for a cloud export without starting the export.
export quote only quotes cloud exports. Local exports run on your machine and do not use cloud export credits. Example:

export list

List exports for a project.
Example:

export show

Fetch one export by ID.

export wait

Poll an export until it reaches a terminal state.

export download

Download an existing export by ID.
Example:

What’s next

  • Projects - create or wait on projects before exporting
  • Presets - reuse render settings across exports
  • Dependencies - inspect and install local render dependencies