(FFmpeg) How to convert wav to mp3?

WAV is probably the most common audio format next to MP3. The WAV format has been developed and maintained by Microsoft and IBM since its initial release in 1991. wav files are known for their large file size due to its uncompressed audio but high quality format.

 $ ffmpeg -i input.wav -ab 320k output.mp3 

The -ab here is audio bitrate. The higher the value the better the audio quality but it will result in a large file.

Converting one audio file to another is simple and convenient but a powerful tool. There are even people on http://fiverr.com (a quick gig freelancing website) who have had 100s of jobs solely on the basis of converting one audio file to another. You too now have that ability.

Want to sign up to Fiverr? Feel free to use my referral code and “Earn Up To $100”* in credit: http://www.fiverr.com/s2/6229935ae0

Other conversions you might be interested in:

Love FFmpeg? Grab a copy of FFmpeg For Beginners on Kindle or Paperback to learn over 120 ways to master FFmpeg!

buy now on amazon