cut_video
Extract a segment from a video file by specifying start time and duration.
Instructions
Extract a segment from a video file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to input video file | |
| outputPath | Yes | Path for output video file | |
| startTime | Yes | Start time (e.g., '00:01:30' or '90') | |
| duration | Yes | Duration (e.g., '00:00:30' or '30') |