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.
1 parent 229f8d6 commit 4dfc9d9Copy full SHA for 4dfc9d9
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