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
- Miller
“Miller is a command-line tool for querying, shaping, and reformatting data files in various formats including CSV, TSV, JSON, and JSON Lines.”