diff --git a/Convert Video to audio b/Convert Video to audio new file mode 100644 index 0000000..a49ffae --- /dev/null +++ b/Convert Video to audio @@ -0,0 +1,5 @@ +import moviepy.editor as mp #[at first install moviepy in ur system] + +clip = mp.VideoFileClip(r'C:\\Users\\ADMIN\\Desktop\\Despacito.mp4') #[copy and paste the path where u saved ur video] + +clip.audio.write_audiofile('C:\\Users\\ADMIN\\Desktop\\Despacito_cvrt.mp3') #[give the path where u want to save ur audio file]