Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Vino-git/33c1f2b5d38e969563ae155f7d6c7729 to your computer and use it in GitHub Desktop.
Save Vino-git/33c1f2b5d38e969563ae155f7d6c7729 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