Skip to content

Instantly share code, notes, and snippets.

@lushone
Created August 17, 2013 16:07
Show Gist options
  • Save lushone/6257616 to your computer and use it in GitHub Desktop.
Save lushone/6257616 to your computer and use it in GitHub Desktop.
Create iPhone ringtones with ffmpeg
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