MP4 To MP3

 MP4 To MP3



code 


from moviepy.editor import *

video = VideoFileClip("name .mp4")
audio=video.audio
audio.write_audiofile(' name .mp3')

Comments

Popular posts from this blog

Speech To Text

Design Using Python Turtle Graphics

Text To Voice Using Python