I need some free software...

Soldato
Joined
25 Sep 2006
Posts
14,421
Hi guys,

My brother let me copy a Mix CD a DJ from a club gave him. It has loads of kl remixes of songs that are sorta chilled/dance music with a bit of feel good in there. however its just one huge hour long audio file!

I had some video editing software i could use to do audio, but it'l be a very long process. Is there any software out there that i could just clip the track in about 12 places to break it up (and create 12 seperate files), to make skiping through it easier? Or do i need to crop the whole file in the appropriate places and delete the bits i dont want and the save that section i do want?

Sorry if its confusing!

Any help is greatley appreiciated.

Thanks

Benny C

Hope this is in the right place, if not Mods please move as appropriate :)
 
you could make a cue file

Code:
PERFORMER "whatever you want"
TITLE "whatever you want"
FILE "filename here" MP3
  
TRACK 01 AUDIO
    TITLE "first tracks name"
    PERFORMER "first tracks artist"
    INDEX 01 00:00:00

the time for index 1 is the time the track starts, keep going through track 02, track 03 etc

the time is minutes:seconds:split seconds

make sure you save it as a cue in notepad and that it its in the same file as the mp3, then drag and drop it into windows media player or whatever

you can use cuesplitter if you want seperate tracks
 
Back
Top Bottom