Trim a Video
This Make.com module allows you to trim a video by specifying a start point and length. It uses the JSON2Video API to create a new video that is a trimmed version of the original.
Input variables
The module accepts the following input variables:
Video URL
A URL to the input video file. This is the video that will be trimmed.
Seek
The start point of the input video, in seconds. The trimming will start from this point. Defaults to 0, meaning the trimming will start from the beginning of the video.
Length
The length of the resulting video, in seconds. Use a positive number to specify the duration of the trimmed video. Defaults to 5 seconds. Use -1 to trim the video from the Seek
point to the end of the video; this will remove any trimming from the end of the input video.
Webhook URL
An advanced variable. A URL that will be called once the video has been created. This can be a Make.com webhook URL or any other URL. The webhook will receive information about the created video, such as its URL, duration, and size.
Client data
An advanced variable. This is a collection of key-value pairs that is passed to the webhook. You can use it to pass along data from this scenario to the next scenario. This variable is an array of objects with the following properties:
- Key: The key of the client data.
- Value: The value of the client data.