Now let's examine how to rip the audio from an MP4 video into an MP3 file. The reasons you may want to do this include wanting to take the audio of the video with you (perhaps it's a music video), or you are building a scraper / media collection system that also requires the audio separate from the video.
This task can be accomplished using the moviepy library. moviepy is a neat library that lets you do all kinds of fun processing on your videos. One of those capabilities is to extract the audio as an MP3.