Set Target Track
set_target_trackDesignate a video or audio track as the active target for insert and overwrite edits. Set targeted to true/false to select or release a track, keeping only one video and one audio track active.
Instructions
Set a track as targeted (active for insert/overwrite edits). Only one video and one audio track can be targeted at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targeted | Yes | Whether to target (true) or untarget (false) the track | |
| track_type | Yes | Track type | |
| track_index | Yes | Track index (0-based) |
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. |