Create Slideshow with Audio
The "Create Slideshow with Audio" module in Make.com allows you to generate a video slideshow from a series of images and videos, optionally adding background audio. This is useful for creating promotional videos, social media content, or presentations programmatically.
Input variables
The module accepts the following input variables:
Slides
An array of objects, where each object represents a slide in the slideshow. Each slide object has the following properties:
- Type: (Select) Choose the type of asset for the slide:
image
orvideo
. - Url: (Text) Enter a valid and publicly accessible URL to the asset (image or video).
- Zoom: (Select) Select the zoom level for the slide. Options: "Zoom out" (-2), "No zoom" (0), or "Zoom in" (2).
- Duration: (Number) The duration of the slide in seconds. Defaults to 5 seconds. Use a value of -1 to respect the video's original duration (if the slide is a video).
Background audio
(Text) An optional valid and publicly accessible URL to an audio file. This audio will play as background music throughout the entire slideshow. Leave this blank if you do not want to add background audio.
Webhook URL
(Text, Advanced) A URL that will be called once the video has been created. This can be a Make.com webhook URL or any other publicly accessible URL.
Client data
(Array, Advanced) An array of objects, where each object represents a key-value pair. This data is passed to the Webhook URL when the video creation is complete. Each object has the following properties:
- Key: (Text) The key for the data pair.
- Value: (Text) The value associated with the key.