Set Zero Point
set_zero_pointDefines the zero point of a sequence's timecode by specifying a start time in seconds. Aligns timeline timecode with external references to ensure accurate synchronization.
Instructions
Set the starting timecode (zero point) of a sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence_id | No | Sequence name or ID. Uses active sequence if omitted. | |
| start_seconds | Yes | Start time in seconds for the timecode origin |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |