Skip to content

Instantly share code, notes, and snippets.

@pstaender
Created May 8, 2013 13:38
Show Gist options
  • Save pstaender/5540474 to your computer and use it in GitHub Desktop.
Save pstaender/5540474 to your computer and use it in GitHub Desktop.
webm to mp3
ffmpeg -i input.webm -acodec libmp3lame -aq 4 output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment