Skip to content

Latest commit

 

History

History

Video To Audio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Title: Video To Audio

Short description :here we will covert video to audio using pytube and os library .First we take youtube url and fetch the video through pytube then through os we keep only audio of this video and change it to audio.

List out the libraries imported: pytube ,os

Setup instructions: We just need to give a youtube video url for which we need to change to audio and the output will be store in the same folder as that of the script.

Input:https://www.youtube.com/watch?v=GHKBN9LreEo

Output: output(video)

output.mp4