Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 745 Bytes

File metadata and controls

18 lines (9 loc) · 745 Bytes

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