Man of Honour
- Joined
- 15 Mar 2004
- Posts
- 28,140
- Location
- Liverpool
combine many smaller mp3's into one file?
Edit - I'd prefer freeware as well.
Edit - I'd prefer freeware as well.
Last edited:
MarcLister said:Just wondering if Audacity can do this. It should, you might need the LAME MP3 encoder file though, to export the MP3 when you've finished.
http://audacity.sourceforge.net/
marc2003 said:not a good suggestion. as i have it installed already i had a quick try and it's not meant for this kind of task. the only way would be to open the first file. then open the 2nd file, copy/paste to end of file1 and repeat..... not ideal. it can't deal with automatically opening or importing multiple files.
@OP - i have no idea why the first two suggestions didn't work. why not? did you get any errors.![]()
greenlizard0 said:The errors that I got said something along the lines of that the program didn't have permission or something to edit the files. I have no idea why that is the case...
dmpoole said:This definitely works -
Drop into the DOS Command Line inside the directory and type :
copy /b 1.mp3+2.mp3+3.mp3 4.mp3
(4.mp3 is obviously the result)
dmpoole said:Nooooooooooooo
See that START button bottom left? - click on that and then click on RUN.
Type cmd in the box and press enter.
You will now see a black box come up which is in a 'pretend' DOS environment.
You will see c:\Documents and Settings\Administrator\cd
Type cd\ and press enter
you will now be on c:\
To make things easy put your files into a directory in the root of your c:\ drive and name it MP3.
name all your files 1.mp3 2.mp3 etc just to make it easier.
Navigate into the directory by typing :
cd mp3 (and press enter)
You will now see c:\mp3
Now type :
copy /b 1.mp3+2.mp3+3.mp3 result.mp3 (or whatever)