An export is a rendered artifact produced from a project. Exports run in the cloud by default. PassDocumentation Index
Fetch the complete documentation index at: https://docs.youka.io/llms.txt
Use this file to discover all available pages before exploring further.
--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
| Option | Description |
|---|---|
--resolution <value> | 480p, 720p, or 1080p |
--quality <value> | low, medium, or high |
--speed <number> | Playback speed multiplier |
--tone <number> | Pitch shift multiplier |
--transparent | Render with a transparent background |
--preset <presetId> | Preset override for this export |
--volume <stem=value> | Set stem volume by type. Repeatable |
--local | Render locally instead of in the cloud |
--download | Wait for the export and download it |
--output <path> | Output file or directory for local render or download |
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.
| Option | Description |
|---|---|
--resolution <value> | 480p, 720p, or 1080p |
--quality <value> | low, medium, or high |
--speed <number> | Playback speed multiplier |
--tone <number> | Pitch shift multiplier |
--transparent | Render with a transparent background |
--preset <presetId> | Preset override for this export |
--volume <stem=value> | Set stem volume by type. Repeatable |
export list
List exports for a project.
| Option | Default | Description |
|---|---|---|
--page | 1 | Page number. |
--page-size | 100 | Page size. Maximum 100. |
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
