delete_track
Delete a video, audio, or subtitle track from the current timeline by specifying its type and 1-based index.
Instructions
Delete a track from the current timeline.
Args: track_type: Type of track: 'video', 'audio', or 'subtitle'. index: 1-based index of the track to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| track_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |