You're looking at a specific version of this model. Jump to the model overview.
lucataco /video-merge:65c81d0d
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_files |
array
|
List of video files to concatenate
|
|
keep_audio |
boolean
|
True
|
Whether to keep audio in the output video
|
width |
integer
|
0
|
Output video width. If not specified, uses first video's width
|
height |
integer
|
0
|
Output video height. If not specified, uses first video's height
|
fps |
integer
|
0
|
Output video frame rate. If not specified, uses first video's fps
|
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'}