Extract audio from video
From UBot Studio
This command is a Video Command in the UBot Extended Library.
This command will extract the audio from the provided input video
Input video file: The video with the audio being extracted
Output audio file: The resulting extracted audio file with .mp3 extension
Example
extract audio from video("C:\\Users\\Downloads\\speed_cropped_20170327_153342.mp4","C:\\Users\\Downloads\\speedaud.mp3")
Running the script will produce the an audio file with the audio of the input video.