Ffmpeg
From D3xt3r01.tk
What
Cut an mp3's first 17 seconds
ffmpeg -ss 00:00:17.00 -i inputfile.mp3 -acodec copy outputfile.mp3
Resources
using ffmpeg for cutting media files – and the gotchas involved
Cut an mp3's first 17 seconds
ffmpeg -ss 00:00:17.00 -i inputfile.mp3 -acodec copy outputfile.mp3
using ffmpeg for cutting media files – and the gotchas involved