Automatically detect and split scenes by configuration
silence
, scene
or time
.Parameter | Type | Required | Default | Description |
---|---|---|---|---|
video_url | string | Yes | - | URL pointing to the video file to be processed. Supported formats: MP4, MOV, AVI |
min_scene_duration | float | No | 1.0 | Minimum duration (in seconds) for a scene segment |
threshold | float | No | 0.3 | Sensitivity threshold for scene change detection (0.0-1.0) |
Split Type | Description | Common Use Cases |
---|---|---|
scene | Splits video based on visual content changes | Content analysis, scene detection |
silence | Splits video at periods of audio silence | Speech segmentation, presentation slides |
time | Splits video at fixed time intervals | Regular sampling, uniform segments |
Option | Type | Default | Description |
---|---|---|---|
min_scene_length | float | 2.0 | Minimum scene duration in seconds |
max_scene_length | float | 120.0 | Maximum scene duration in seconds (will force-split longer scenes) |
multiple documents
.