Set fades
set_fadesPROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Fade from black at the start and/or to black at the end (video + audio). Seconds; 0 clears. Example: set_fades(fade_in_s=0.5, fade_out_s=0.8).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fade_in_s | No | ||
| fade_out_s | No | ||
| project_id | Yes | Required immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess. |