Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created June 24, 2012 09:35
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 pwlin/2982631 to your computer and use it in GitHub Desktop.
Save pwlin/2982631 to your computer and use it in GitHub Desktop.
ffpmeg mp3 to m4r
ffmpeg -i ringtone.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y ringtone.m4r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment