Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created October 19, 2012 15:56
Show Gist options
  • Save rymawby/3918999 to your computer and use it in GitHub Desktop.
Save rymawby/3918999 to your computer and use it in GitHub Desktop.
Convert aac to mp3 using ffmpeg
ffmpeg -i <audio.aac> -acodec libmp3lame <audio.mp3>
@Ale-Code404
Copy link

Thanks, it works!

@tometchy
Copy link

Works like a charm! :)

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