Extract audio from video
From UBot Studio
(Difference between revisions)
(Created page with "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:''' T...") |
Latest revision as of 20:06, 18 April 2017
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
[edit] 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.