Last Updated: February 25, 2016
·
478
· DamonOehlman

ffmpeg Audio Conversion Cheat Sheet

Convert a .wav file to an .ogg file:

ffmpeg -i sample.wav -acodec libvorbis sample.ogg

I found the -acoded libvorbis was required as the output file was being encoded with flac otherwise.