Skip to main content

Extract Video Clip

Description

This activity extracts a video clip from a given video file within the specified duration.

Properties

Input

  • Source Video File – Specify the video file path from which you want to extract the clip.

  • Target Video Clip – Specify the path to store the extracted video clip.

  • Start Time - Specify the starting point for the video clip extraction.

  • End Time - Specify the ending point for the video clip extraction.

  • Overwrite — Specifies whether to overwrite the existing target video clip 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

Extract Video Clip