--local to render on your own machine with the local Remotion pipeline.
export create
Render a new export for a project.
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:--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.
What’s next
- Projects - create or wait on projects before exporting
- Presets - reuse render settings across exports
- Dependencies - inspect and install local render dependencies
