The purpose of this tutorial is to show how to convert .ogg Ogg Vorbis audio files into .mp3 format. This can be done with a couple of different tools via the command line on all major Linux distros. You can use one input file to get several different output files by just entering the name and the prefix like this: ffmpeg -i filename.mp3 newfilename.wav newfilename.ogg newfilename.mp4. This will result in converting 3 output audio files (wav,ogg,mp4) from one mp3 file. Alternatively, you can set the desired codec using the -c command like Converting MP3 to WAV using mpg123 I used a command line tool called mpg123 to convert the MP3 files to WAVs. To get mpg123 I opened a terminal window in Linux Mint and typed the following: sudo apt-get install mpg123 The following command shows how to convert a single MP3 to a WAV file: mpg123 -w "02 Big Fat Rat.wav" "02 Big Fat Rat.mp3" Using FFMpeg for .mp3 file to .wav file conversion. This framework tool is also ideal and dependable in converting a .mp3 file to a .wav file format. Most Linux distributions come pre-installed with this audio conversion tool. To check if you already have it, run the following command on your terminal. ffmpeg -version CUETools is a tool for lossless audio / CUE sheet format conversion. The goal is to make sure the album image is preserved accurately. A lossless disc image must be lossless not only in preserving contents of the audio tracks, but also in preserving gaps and CUE sheet contents. Many applications lose vital information upon conversion, and don't . 55 112 480 168 440 6 314 61

convert mp3 to wav linux