Skip to main content

Extract Audio

Description

This activity extracts the Audio from the given video.

Properties

Input

  • Video File Path – The video file path from which you want to extract the audio file.

  • Audio File Path – Specify the destination path to store the extracted audio file.

  • Overwrite — If True, it will overwrite the audio file in the destination path 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 Time Slots