Skip to content

Commit 6648b48

Browse files
authored
Added WebmToMp3.py
1 parent aa0e953 commit 6648b48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)