If the files are all at the same bit and sampling rate, just use the Windows command prompt. If they're in a logical order, then use the command copy/b *.mp3 newfile.mp3 which will create one big file called newfile.mp3. otherwise, use copy/b file1.mp3+file2.mp3+file3.mp3 newfile.mp3. Obviously keep adding files as needed and replace the fictitious names in this example with real ones. The /b in the copy command is important because it forces a binary copy.
-----Original Message----- From: brian_dalton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 November 2006 11:05 a.m. To: vics Cc: access-uk; Pc-audio Subject: merging mp3 files. Hi, I have a bunch of mp3 files (about fifty) that I'd like to merge into one file. Is there any programme I can get to allow me do this? Cheers, Brian. _______________________________________________ PC-Audio List Help, Guidelines, Archives and more... http://www.pc-audio.org To unsubscribe from this list, send a blank email to: [EMAIL PROTECTED] This list is a service of MosenExplosion.com. To see what other lists we offer, visit us on the web at http://www.MosenExplosion.com _______________________________________________ PC-Audio List Help, Guidelines, Archives and more... http://www.pc-audio.org To unsubscribe from this list, send a blank email to: [EMAIL PROTECTED] This list is a service of MosenExplosion.com. To see what other lists we offer, visit us on the web at http://www.MosenExplosion.com
