video_detect_scenes
Detect scene changes in a video by analyzing frame transitions. Adjust sensitivity with threshold and minimum scene duration parameters.
Instructions
Detect scene changes in a video.
Args: input_path: Absolute path to the input video. threshold: Scene detection sensitivity (0.0-1.0, lower = more sensitive, default 0.3). min_scene_duration: Minimum scene duration in seconds (default 1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| threshold | No | ||
| min_scene_duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||