Skip to content

Instantly share code, notes, and snippets.

@szydan
Created September 7, 2017 08:58
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save szydan/cbdf1e69667d64ba9fad62eae61b3469 to your computer and use it in GitHub Desktop.
Save szydan/cbdf1e69667d64ba9fad62eae61b3469 to your computer and use it in GitHub Desktop.
ffmpeg convert aiff to mp3
ffmpeg -i input.aiff -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 output.mp3
@eescalantep
Copy link

thank you

@wasauce
Copy link

wasauce commented Jan 22, 2024

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment