Detect Source Scene Changes
detect_source_scene_changesFind visual cut points in a local video file using FFmpeg scene-score analysis. Detect probable scene changes without modifying the source or Premiere timeline.
Instructions
Detect probable visual cuts in a local source file using FFmpeg scene scores. Read-only and source-relative; it does not cut a Premiere timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Scene-score threshold from 0.01 through 1 (default: 0.3) | |
| media_path | Yes | Path to an existing local video file | |
| maximum_events | No | Maximum returned changes (default: 500; maximum: 2000) | |
| minimum_interval_seconds | No | Keep only the strongest event within this interval (default: 0.25) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |