How to convert Ogg audio files to MP3

Hi Folks,

In this post I talk about an easy way to convert Ogg audio files to MP3 using the terminal. You can do this easily if you have FFmpeg installed. FFmpeg is a complete cross-platform to record convert, and stream audio and video.

Here’s the command to use:

ffmpeg -i your-input-file.ogg your-output-file.mp3

That’s it! There are additional options you can use to fine-tune the conversion process.

Till next time, happy audio editing.

Reference