video_auto_chapters
Automatically detect scene cuts in video and generate chapter timestamps with descriptions. Adjustable threshold for detection sensitivity.
Instructions
Auto-detect scene changes and create chapters.
Analyzes video for scene cuts and returns chapter timestamps.
Args: input_path: Absolute path to input video. threshold: Scene detection threshold 0-1. Default 0.3.
Returns: List of (timestamp, description) chapter tuples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||