Gluing two mp3 files

Paul Smith phhs80 at gmail.com
Sat Oct 14 21:49:52 UTC 2006


On 10/14/06, Steven P. Ulrick <lists-fedora at afolkey2.net> wrote:
> > I would like to glue two mp3 files into a single one. Is that
> > possible? If so, how can one do that?
>
> Hello, Paul
> I just tried something that I thought might work, and I was rather
> amused that it actually worked perfectly:
>
> cat filename1.mp3 filename2.mp3 > filename3.mp3
>
> You could also do something like this:
> cat *.mp3 > filename.mp3

Nice solution, Steven! Thanks.

Paul




More information about the users mailing list