Skip to content

Instantly share code, notes, and snippets.

@christiangenco
Created April 18, 2016 04:02
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 christiangenco/b30eec1f31254734422945b8ee67ec27 to your computer and use it in GitHub Desktop.
Save christiangenco/b30eec1f31254734422945b8ee67ec27 to your computer and use it in GitHub Desktop.
wma to mp3
mplayer -vo null -vc dummy -af resample=44100 -ao pcm -ao pcm:waveheader file.wma && lame -m s audiodump.wav -o file.mp3 && rm audiodump.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment