Skip to content

Instantly share code, notes, and snippets.

@yaeda
Created July 8, 2022 14:08
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 yaeda/4d27d88665bce465ae3f7a297f7148ee to your computer and use it in GitHub Desktop.
Save yaeda/4d27d88665bce465ae3f7a297f7148ee to your computer and use it in GitHub Desktop.
wav2mp3
ffmpeg -i some.wav -vn -ac 2 -ar 44100 -ab 256k -acodec libmp3lame -f mp3 some.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment