Skip to content

Instantly share code, notes, and snippets.

@wuelcas
Created September 18, 2017 17:44
Show Gist options
  • Save wuelcas/077f9914bb51048f9d810e183f9c7914 to your computer and use it in GitHub Desktop.
Save wuelcas/077f9914bb51048f9d810e183f9c7914 to your computer and use it in GitHub Desktop.
ffmpeg -i audio-input-name.mp3 -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 audio-output-name.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment