[plug] glueing together .MP3 files
Mike Holland
myk.list at westnet.com.au
Mon Feb 20 08:51:07 WST 2006
Kev wrote:
> I have a long series of .MP3 files (about 160 of them) which I'd like to
> be able to glue together into fewer larger chunks. Does any body know
> of an application (preferably GUI) which will do this for me?
It's not GUI, but how about 'cat' ?
An mpeg file is a series of independant frames (like packets), so you
can simply append one on the end of another.
More information about the plug
mailing list