The Shop > Electronics & IC Programing
Joining Several Files Into One
dsquire:
Hey Guys and Gals
This is what I finally found when searching with google once I knew what to search for.
MP3 & MPEG Joiner 1.6
at http://mmj.fronoh.com/Content/MMJ/
I downloaded it and tried it out on a bunch of files and then checked to make sure that they were in the right order. It worked fine and was easy to use.
kwackers
The search link that you provided would certainly have provided a workable program if I had not already found the one above. Thanks very much for posting it.
I did find that the following DOS command worked OK and I could join the 3 files and listen to them OK but I used the above program to join them as it is windows based and does not require all the typing that the DOS command line does.
"type file1.mp3 file2.mp3 file3.mp3 > newfile.mp3"
AdeV
I haven't tried "Audacity" yet but I will download it and give it a try.
Thanks for your response and tip , it is much appreciated
Kvom
This didn't work, it says "'cat' is not recognized as an internal or external command, oprable progtam or batch file. I am doing this with WIndow XP, Possibly with an earlier version of DOS it would recognize the command. See above for a DOS command that did seem to work.
cat file1 file2 > file3
Thanks very much for the response and tip Kvom :ddb:
Cheers :beer:
Don
AdeV:
Don - I'm surprised that your "type" trick worked, mp3 must be a more tolerant format than I imagined...
I think "cat" is used on linux systems; for DOS, you'd use COPY instead, e.g.:
copy file1.mp3 + file2.mp3 + file3.mp3 bigfile.mp3
But... as you say, it's a lot of typing, especially if the MP3s have typically long names...
kwackers:
--- Quote from: AdeV on August 25, 2010, 04:06:46 AM ---Don - I'm surprised that your "type" trick worked, mp3 must be a more tolerant format than I imagined...
I think "cat" is used on linux systems; for DOS, you'd use COPY instead, e.g.:
copy file1.mp3 + file2.mp3 + file3.mp3 bigfile.mp3
But... as you say, it's a lot of typing, especially if the MP3s have typically long names...
--- End quote ---
Me too! I must admit to not knowing the format of MP3 files, but at the very least there must be information in a header that tells it things like the sample rate...
Perhaps it only works properly if the sample rates are all the same? Possibly there's a tiny burst of noise as it interprets the following headers as data??
I'm going to have to play with this, my curiosity is aroused...
kvom:
Cat is indeed Unix command. Need "type" instead.
michvhf:
--- Quote from: kvom on August 25, 2010, 08:09:17 AM ---Cat is indeed Unix command. Need "type" instead.
--- End quote ---
Actually copy /b file1 + file2 + file3 bigfile
The /b means it's a binary copy. Either way for mp3 files it won't work anyway and someone's suggestion of using audacity is the best solution. Very easy to use and you can add space in between the files, remove parts of the files, etc.
Navigation
[0] Message Index
[*] Previous page
Go to full version