moviepy icon indicating copy to clipboard operation
moviepy copied to clipboard

How to set the bitrate of an extracted audio

Open linuxiamo opened this issue 1 year ago • 0 comments

Hello,

I'm using the following code to extract an mp3 audio from a downloaded mp4: VideoFileClip("video.mp4").audio.write_audiofile("audio.mp3")

Is there a way I can set the bitrate of the final audio? Should I choose it instead when I download it?

Thank for any help or indication.

linuxiamo avatar Aug 08 '23 00:08 linuxiamo