Published
- 1 min read
mp4 to mp3 in python
The solution for this is noted below
mp4 to mp3 in python
Solution
# -*- coding: utf-8 -*-
from moviepy.editor import *
video = VideoFileClip('Sora no Kiseki the 3rd Evolution [BGM RIP] - Cry for your Eternity.mp4')
video.audio.write_audiofile('test.mp3')
Try other methods by searching on the site. That is if this doesn’t work