enable_track
Enable or disable a video, audio, or subtitle track in the current timeline by specifying the track type, index, and enabled state.
Instructions
Enable or disable a track in the current timeline.
Args: track_type: Type of track: 'video', 'audio', or 'subtitle'. index: 1-based index of the track. enabled: True to enable, False to disable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| enabled | Yes | ||
| track_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |