CutAudio

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "This command will cut a .mp3 audio file at the specified amount of second The command is an Audio command. '''input Audio File:''' The silent audio file being created wit...")
 
 
Line 1: Line 1:
This command will cut a .mp3 audio file at the specified amount of second
+
This command will cut an audio file at the specified amount of time.
 
The command is an [[Audio]] command.
 
The command is an [[Audio]] command.
  
'''input Audio File:''' The silent audio file being created with a .mp3 extension.
+
'''input Audio File:''' The silent audio file being created with a .wav extension.
  
 
'''Time:''' The place at which the audio file will be cut (for example 0:03)
 
'''Time:''' The place at which the audio file will be cut (for example 0:03)

Latest revision as of 18:39, 20 June 2017

This command will cut an audio file at the specified amount of time. The command is an Audio command.

input Audio File: The silent audio file being created with a .wav extension.

Time: The place at which the audio file will be cut (for example 0:03)

First Output File: The first part of the cut video

Second Output File: The second part of the cut video

[edit] Example

cutAudio("C:\\Users\\Downloads\\sample.wav","0:03","C:\\Users\\Downloads\\1.wav","C:\\Users\\Downloads\\2.wav")


Running the script will cut the video at the specified time and output two videos.

The two videos are a result of the input audio file split in file at the specified time length.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox