You're looking at a specific version of this model. Jump to the model overview.

zsxkib /create-video-dataset:c88dab32

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_url
string
YouTube/video URL to process. Leave empty if uploading a file. Note: URL takes precedence if both URL and file are provided.
video_file
string
Video file to process. Leave empty if using URL. Ignored if URL is provided.
detection_mode
string (enum)
content

Options:

content, adaptive, threshold

Scene detection method: 'content' (fast cuts), 'adaptive' (camera movement), or 'threshold' (fades)
min_scene_length
number
1
Minimum scene length in seconds
max_scene_length
number
10
Maximum scene length in seconds
num_scenes
integer
4
Number of scenes to extract (0 = all detected scenes)
target_fps
number
24
Target frame rate (e.g. 24, 30). Set to -1 to keep original fps.
start_time
number
0
Start time in seconds for video processing
end_time
number
0
End time in seconds for video processing. Set to 0 to process until the end.
skip_intro
boolean
False
Automatically skip first 10 seconds (typical intro)
preview_only
boolean
False
Generate scene previews without creating full dataset
quality
string (enum)
balanced

Options:

fast, balanced, high

Video quality preset: 'fast' (lower quality, smaller files), 'balanced', or 'high' (best quality, larger files)
autocaption
boolean
True
Let AI generate a caption for your video. If False, you must provide custom_caption.
caption_style
string (enum)
detailed

Options:

minimal, detailed, custom

Caption style: 'minimal' (short), 'detailed' (longer descriptions), or 'custom'
custom_caption
string
Your custom caption. Required if caption_style is 'custom' or autocaption is False.
trigger_word
string
TOK
Trigger word to include in captions (e.g., TOK, STYLE3D). Will be added at start of caption.
autocaption_prefix
string
Text to add BEFORE caption. Example: 'a video of'
autocaption_suffix
string
Text to add AFTER caption. Example: 'in a cinematic style'

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}