Dear All,
So my mp3split program takes an mp3 file and splits it into several, such that the bits are not much bigger than a size (in K) that you specify, AND each bit is a playable mp3 file AND if you cat the bits together, you get the original file back. mp3split works by just iterating over the frames in the mp3 file.
I'm curious whether a similar thing exists that'll allow me to say "copy the frames from in.mp3 constituting the span 1m20s - 1m25s, and write them to out.mp3". Does anyone know of such a thing?