mp3splt

Split MP3 and Ogg Vorbis files without re-encoding

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface to split MP3 and Ogg Vorbis files

Commands

mp3splt

Examples

Split an MP3 file at specific time points$ mp3splt -t 2.0 3.5 input.mp3
Split MP3 into equal parts of 5 minutes each$ mp3splt -s -t 5m0s input.mp3
Split using a cue sheet file$ mp3splt -c input.cue input.mp3