ddvinh1/video-merger

Public
66 runs

Run ddvinh1/video-merger with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}