You're looking at a specific version of this model. Jump to the model overview.
bitflow /video-concat-safe-pro:6c2ef94a
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 |
|---|---|---|---|
| videos |
array
|
Video files to concatenate in order (at least 2)
|
|
| fps |
integer
|
24
Min: 1 Max: 120 |
Output frames per second
|
| width |
integer
|
1280
Min: 128 Max: 7680 |
Output width in pixels
|
| height |
integer
|
720
Min: 128 Max: 4320 |
Output height in pixels
|
| scale_mode |
None
|
pad
|
How to fit videos to the target resolution. pad: letterbox with black bars, crop-fill: crop edges to fill the frame
|
| mute |
boolean
|
False
|
Strip all audio from the output video
|
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'}