Last Updated: February 25, 2016
·
339
· edgetor

Linux command line MP3 splitter

Install the program

sudo aptitude install poc-streamer

Cut the mp3

mp3cut -o fileout.mp3 -t 00:00:00+000-01:00:00+000 filein.mp3

This command will export the first hour of filein.mp3 to fileout.mp3