You're looking at a specific version of this model. Jump to the model overview.
ddvinh1 /video-merger:8f1b992e
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
|
[]
|
List of input video files
|
| audios |
array
|
[]
|
List of input audio files
|
| output_aspect_ratio |
None
|
None
|
|
| output_length |
number
|
Target output duration in seconds. If not set, auto-determined
|
|
| output_format |
string
|
mp4
|
Output container format
|
| video_codec |
string
|
libx264
|
Video codec for output
|
| audio_codec |
string
|
aac
|
Audio codec for output
|
| video_bitrate |
string
|
2M
|
Target video bitrate (e.g. 2M)
|
| audio_bitrate |
string
|
128k
|
Target audio bitrate (e.g. 128k)
|
| fps |
integer
|
24
|
Output frame rate
|
| scale_method |
None
|
None
|
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'}