2017/07/13

Make ringtone on iTune 12/ macOS

medium-cover
mac is so easy to use, now-a-day only if you paid.

Just now I want to make a ring tone for my own theme song originally from "Flash Gordon" movie.  And learned that it's not easy at all. Like Apple folk, not gonna stop there, after a couple digging, here's how to do it.




Needed Software/ Environment
  • environment: macOS Sierra/ iTune 12.6
  • Get ffmpeg binary if you don't have it yet.
    brew install ffmpeg
Steps
  1. Cut the tune use iTune. Make it 30 second or less.
  2. Phone is in iOS 11 and supported ring tone is in m4r extension of aac codec. Here's ffmpeg command to convert mp3 to m4r:
    ffmpeg -i the_song.mp3 -ac 1 -ab 128000 -f mp4 -c:a aac -y the_song.m4r
  3. To add the newly generated m4r tone, simply double-click it and it should in the Tones library in iTune.
  4. Connect phone to the mac and sync it.
  5. On the phone, the new tone is listed. Pick it and set it.
Finally, don't forget to un-set the option in iTune.

沒有留言:

Mercury簡易改裝

有同好有一樣的困擾 - 如何使用自己的data logging軟體,因此寫了這篇來分享我的簡易改裝。 Background 雲豆子 MERCURY roaster 烘豆機的設計是使用自行開發的軟體,來:1. 操控風門/火力; 2. data logging/自動烘焙。 ...