trim-video
Cut and save specific sections of a video by defining start time and duration. Input file path, start time, and duration are required; optionally specify output path or filename.
Instructions
Trim video to specified duration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | Yes | Duration in format HH:MM:SS | |
inputPath | Yes | Absolute path to input video file | |
outputFilename | No | Output filename (only used if outputPath is not provided) | |
outputPath | No | Optional absolute path for output file. If not provided, file will be saved in Downloads folder | |
startTime | Yes | Start time in format HH:MM:SS |