Skip to content

Instantly share code, notes, and snippets.

@dnavarrom
Created September 11, 2018 01:42
Show Gist options
  • Select an option

  • Save dnavarrom/80962fd8c8eefa7d6b6e4e78c12c329b to your computer and use it in GitHub Desktop.

Select an option

Save dnavarrom/80962fd8c8eefa7d6b6e4e78c12c329b to your computer and use it in GitHub Desktop.
Convert mp3 to use in AWS Alexa
ffmpeg -y -i input.mp3 -ar 16000 -ab 48k -codec:a libmp3lame -ac 1 output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment