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

chigozienri /posy-motion-extraction:1d2c864e

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
input_video
string
Input video
frames_offset
integer
2
Frames to offset video by for motion extraction. Don't see any motion? Try increasing the number of frames.
fixed_mode
boolean
False
Enable fixed mode. Will ignore frames_offset, and use comparison_frame instead
comparison_frame
integer
1
Frame number to compare to for fixed_mode. Note that this is 1-indexed, so the first frame is 1, not 0.
color_delay_mode
boolean
False
Enable color delay mode. Will ignore frames_offset and comparison_frame, and use red_offset, green_offset, and blue_offset instead
red_offset
integer
0
Number of frames to delay red channel for color_delay_mode
green_offset
integer
5
Number of frames to delay green channel for color_delay_mode
blue_offset
integer
10
Number of frames to delay blue channel for color_delay_mode

Output schema

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

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