Answer the question
In order to leave comments, you need to log in
How to convert mp4 video clip to mp3 using ffmpeg in python?
How to convert mp4 video clip to mp3 using ffmpeg in python?
Answer the question
In order to leave comments, you need to log in
import ffmpeg
video = ffmpeg.input("1.mp4")
audio = video.audio
stream = ffmpeg.output(audio, "1.mp3")
ffmpeg.run(stream)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question