Created
August 17, 2013 16:07
-
-
Save lushone/6257616 to your computer and use it in GitHub Desktop.
Create iPhone ringtones with ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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