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

bitflow /video-concat-safe-pro:5e6888c2

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. Ignored when soundtrack is provided (audio_track): a soundtrack always mixes with the concatenated clip audio.
audio_track
string
Optional soundtrack file (e.g. MP3, WAV, M4A). After all clips are concatenated, it is mixed with the combined video audio. Omit to skip dubbing.
original_audio_volume
number
0.35

Max: 1

Volume of the concatenated original audio when mixing with soundtrack; 0–1 linear gain (0=mute originals). Ignored when audio_track is not set. Default: 0.35.
fit_to
None
video
When soundtrack length differs from the combined video: video = pad or trim the soundtrack to match the video; audio = trim or pad the video to match the soundtrack. Ignored when audio_track is not set.

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'}