We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b731d + 4dfc9d9 commit 6e92421Copy full SHA for 6e92421
Convert Video to audio
@@ -0,0 +1,5 @@
1
+import moviepy.editor as mp #[at first install moviepy in ur system]
2
+
3
+clip = mp.VideoFileClip(r'C:\\Users\\ADMIN\\Desktop\\Despacito.mp4') #[copy and paste the path where u saved ur video]
4
5
+clip.audio.write_audiofile('C:\\Users\\ADMIN\\Desktop\\Despacito_cvrt.mp3') #[give the path where u want to save ur audio file]
0 commit comments