Skip to main content

Merge Videos

Description

This activity merges multiple video clips into a single video.

Properties

Input

  • Videos To Merge – The paths of the video files you want to merge.

  • Target Video - Specify the video file path that will be created by merging the specified videos.

  • Overwrite — Specifies whether to overwrite the existing target video file. If set to True, it will overwrite the file if it already exists. Otherwise, it will throw an error.

Misc

  • DisplayName – Add a display name to your activity.

  • Private — By default, activity logs the values of your properties inside your workflow. If private is selected, it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download Example

Merge Videos