set_fade
Apply a clean fade in/out to a clip's opacity or volume. Clears existing keyframes to prevent envelope spikes and correctly handles source-time offset for stills and graphics.
Instructions
Put a clean fade in and/or out on a clip: Opacity for video, Volume for audio. Existing keyframes on that property are cleared first, because new keys interleave with old ones rather than replacing them, which is how envelopes end up spiking to full. Also handles the source-time offset that makes naive keyframes on stills and graphics silently never fire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the timeline clip | |
| fade_in_seconds | No | Fade up over this long from the clip start | |
| fade_out_seconds | No | Fade down over this long into the clip end |