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 aa0e953 commit 6648b48Copy full SHA for 6648b48
YouTube Audio Downloader/WebmToMp3.py
@@ -0,0 +1,5 @@
1
+import moviepy.editor as mp
2
+
3
+clip = mp.AudioFileClip("insert_path_to_webm_file").subclip()
4
+clip.write_audiofile("insert_path_to_save_mp3_file")
5
+clip.close()
0 commit comments