seblavoie
8/23/2016 - 2:49 AM

Cut a given sound file in small chunks. Very useful for audiobooks.

Cut a given sound file in small chunks. Very useful for audiobooks.

# 1. Install mp4box via homebrew (or howerver you want).
# 2. Make sure you have a m4a file. You can take any audio .mp4 and just change the extension.
# 3. Adjust the chunk length (300 seconds in this case) and run this:

mp4box -split 300 source-file.m4a