In this first article, you’ll learn how to use the free VLC software to convert an MP4 to MP3. This one’s the simplest and easiest way. Skip to the second section of the article if you want to do it the geeky way.


You can open it right away after the installation is done. The first thing you can do now is going to Media and then Convert/Save, or press Ctrl+R if you prefer keyboard shortcuts.
Related Article
How to Use PHP to Import a MySQL Database from a SQL File


The next screen will ask you to choose an output format, which in this case would be Audio – MP3. You’ll still need to select the destination for the file, so click Browse and navigate to the folder where you want the audio file to be generated. Make sure the new file’s name ends in .mp3 before you save it. When you’re finished, click Save to return to the previous screen.
Geeky way: Converting MP4 to MP3 with FFmpeg
Although this option is faster, it is less user-friendly because the terminal is required. Let’s have fun anyway!

To begin, go to the FFmpeg website and download FFmpeg. Enter the resulting folder after extracting the archive. Shift+right-click the bin folder, select open command window from the context menu. Alternatively, you can go to the bin folder and type cmd into Explorer’s address bar to open a command prompt there.
Now that you are in the terminal, type the following command:
ffmpeg -i mp4path mp3path


This is it! If you found this helpful, or if you have a suggestion for a subject we should cover, please leave a comment.
Related Article How to troubleshoot and Fix BSOD [Ultimate Guide]