3 lines of python code Mp3 from Mp4

 

Extract mp3 From mp4


import moviepy

video=moviepy.editor.VideoFilePath("")
audio=video.audio 
audio.write_audiofile('1.mp3')

 

💬 Follow us on instagram :

   @concepts.of.programming

Comments

Popular posts from this blog