CLI Tools

Examples

  • Create an Apple ring tone file from a mp3 with ffmpeg
    ffmpeg -i my-sound.mp3 -c:a aac -strict -2 -b:a 96k -ar 44100 -ac 1 -f mp4 my-sound.m4r

Tools