Skip to content

Instantly share code, notes, and snippets.

@mmckegg
Created April 21, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmckegg/928a5464370bb3cdd583b408bf301a90 to your computer and use it in GitHub Desktop.
Save mmckegg/928a5464370bb3cdd583b408bf301a90 to your computer and use it in GitHub Desktop.
High quality VBR mp3 convert with ffmpeg
ffmpeg -i input.wav -vn -codec:a libmp3lame -qscale:a 2 output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment