resolve_get_track_items
Retrieve all clips on a video, audio, or subtitle track by specifying track type and index. Returns clip names, frame ranges, and source info.
Instructions
List all clips on a specific track.
Args: track_type: "video", "audio", or "subtitle" (default: "video"). track_index: Track number, 1-based (default: 1).
Returns JSON array of clips with name, start/end frame, duration, and source info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | video | |
| track_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |