Archived docs Get your API Key
Documentation
🤖 AI Assistant

Merge Audio and Video

The Merge Audio and Video module in Make.com allows you to combine an audio track with a video, adjusting the volume of each as needed. This module provides a simple way to add background music or narration to existing video content.

Input variables

The module accepts the following input variables:

Video URL

A URL to the video file you wish to modify. This video will be the base for the merged output.

Video volume

Sets the volume level of the original video. Choose from pre-defined options:

  • Muted (0)
  • Very low (0.05)
  • Low (0.2)
  • Medium (0.5)
  • Normal (1)

Audio URL

A URL to the audio file that you want to merge with the video.

Audio volume

Sets the volume level of the audio file you are merging. Choose from pre-defined options:

  • Muted (0)
  • Very low (0.05)
  • Low (0.2)
  • Medium (0.5)
  • Normal (1)

Trim audio

Determines whether the audio will be trimmed to match the length of the video.

  • Yes (-2): Trims the audio to the video length.
  • No (-1): Does not trim the audio (audio will play in its entirety).

Trim video

Determines whether the video will be trimmed to match the length of the audio.

  • Yes (-2): Trims the video to the audio length.
  • No (-1): Does not trim the video (video will play in its entirety).
    Note: You cannot trim both audio and video at the same time. Only one can be set to "Yes".

Webhook URL

An optional URL that will be called once the video creation process is complete. This can be a Make.com webhook or any other accessible URL.

Client data

This is an array of objects. Each object represents a key-value pair that is passed to the webhook URL once the video is processed.

  • key: The key for the data.
  • value: The value for the data.