baz export
Export video from active project
baz export [options] [command]| Option | Description |
|---|---|
-h, --help | display help for command |
baz export start
Start a video export/render
baz export start [options]| Option | Description |
|---|---|
--quality <quality> | Video quality: low, medium, high Default: high. |
--format <format> | Output format: mp4, webm, gif Default: mp4. |
--thumbnail-frame <number> | Frame number to use for the generated poster/thumbnail still |
--wait | Block until export completes (agent-friendly) |
--timeout <seconds> | Fail if export takes longer than this (requires --wait) Default: 600. |
-h, --help | display help for command |
baz export status
Check export status
baz export status [options] <renderId>| Option | Description |
|---|---|
--wait | Wait for completion |
--timeout <seconds> | Fail if export takes longer than this (requires --wait) Default: 600. |
-h, --help | display help for command |
baz export list
List recent exports
baz export list [options]| Option | Description |
|---|---|
--limit <n> | Number of exports to show Default: 10. |
-h, --help | display help for command |