PDA

View Full Version : Cat



ATS
June 30th, 2005, 10:49 PM
I need to merge two MP3 files into one playable file via the command line.

I've tried the CAT command which works, and gives me a file equal to the file size of the two MP3's, but only the first file plays.

The same with an MP3 utility called mp3wrap.

Do you know of any other Linux utility or program that will do this?

sapo
June 30th, 2005, 10:55 PM
I need to merge two MP3 files into one playable file via the command line.

I've tried the CAT command which works, and gives me a file equal to the file size of the two MP3's, but only the first file plays.

The same with an MP3 utility called mp3wrap.

Do you know of any other Linux utility or program that will do this?

try:

lame --decode

decode the 2 mp3 in 2 wav.. use cat to join the avi and then reenconde the mp3.. that should work i think :-P

sonny
June 30th, 2005, 11:18 PM
try:

lame --decode

decode the 2 mp3 in 2 wav.. use cat to join the avi and then reenconde the mp3.. that should work i think :-P
Hey Sapo... It sounds like something you might include in you software.

Takis
July 1st, 2005, 12:01 AM
Try mp3wrap. To split, mp3splt.

sapo
July 1st, 2005, 01:20 AM
Hey Sapo... It sounds like something you might include in you software.

hehe.. but i m not sure if it works.. i was just guessing :-#

omegasoul
July 3rd, 2005, 05:17 PM
I use hjsplit through wine to join my avi files. It should work with mp3.