You're looking at a specific version of this model. Jump to the model overview.
andreasjansson /video-stitcher:11365b52
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 |
|---|---|---|---|
| preset |
None
|
veryfast
|
FFmpeg encoding preset (ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow). Faster presets = faster encoding but slightly larger files. Quality difference is minimal.
|
| videos |
array
|
Videos to stitch together (can be uploaded files or URLs)
|
|
| audio_bitrate |
string
|
192k
|
Audio bitrate (e.g., 128k, 192k, 256k, 320k). Higher values = better quality but larger files.
|
| overlap_seconds |
number
|
0.5
Max: 5 |
Overlap duration in seconds for audio crossfade
|
| max_duration_seconds |
number
|
Maximum output duration in seconds (None for no truncation)
|
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'}