You're looking at a specific version of this model. Jump to the model overview.
magpai-app /cog-scenedetect:a27d706e
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
video |
string
|
Video to split into segments
|
|
adaptive_threshold |
number
|
3
|
Adaptive threshold
|
min_scene_len |
integer
|
15
|
Minimum scene length
|
luma_only |
boolean
|
False
|
Luma only
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'videos': {'items': {'format': 'uri', 'type': 'string'},
'title': 'Videos',
'type': 'array'}},
'required': ['videos'],
'title': 'Output',
'type': 'object'}