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

littletry /video-frame-custom:77715f13

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
Input video file
mode
None
last
None
frame_number
integer
1

Min: 1

1-based frame number used by mode=frame_number
frame_numbers
string
None
num_frames
integer
5

Min: 1

Number of frames used by mode=uniform
start_percent
number
0

Max: 100

Start of the range used by mode=uniform
end_percent
number
100

Max: 100

End of the range used by mode=uniform
image_format
None
jpg
Output image format
jpeg_quality
integer
95

Min: 1

Max: 100

JPEG quality; ignored for PNG output

Output schema

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

Schema
{'properties': {'output': {'format': 'uri',
                           'title': 'Output',
                           'type': 'string'},
                'outputs': {'items': {'format': 'uri', 'type': 'string'},
                            'title': 'Outputs',
                            'type': 'array'}},
 'required': ['output', 'outputs'],
 'title': 'Output',
 'type': 'object'}