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

lucataco /video-audio-merge:8c3d57c9

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_file
string
Input video file (MP4, MOV, AVI, etc.)
audio_file
string
Input audio file (MP3, WAV, AAC, etc.)
duration_mode
None
video
How to handle duration when video and audio lengths differ
replace_audio
boolean
True
Replace original audio completely (True) or mix with original audio (False)
audio_volume
number
1

Max: 5

Audio volume multiplier (1.0 = original volume)
output_format
None
mp4
Output video format
video_codec
None
h264
Video codec for output
audio_codec
None
aac
Audio codec for output

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