Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Create a Cue sheet for a single track CD? (Read 2463 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Create a Cue sheet for a single track CD?

I'm attempting to rip a DJ mix in FLAC (Frankie Bones - Factory 101), however the CD comes as a single track - there's no cue points in the original image. What would be the best way to go about manually creating cue points in a cue sheet for this FLAC file?

Create a Cue sheet for a single track CD?

Reply #1
i use audacity to do the tracking and write times like this in a text file:

(min:sec.frames)
00:00.00 #FirstTrack
02:03.36 #SecondTrack
etc.

then use shntool split -f File.splits File.flac to split the audio file

then use shncue split*wav>File.cue to convert the split points into the cue.

then write track names, etc in the cue

i did this for 16 burning fight fest soundboards that i recorded and the process is actually a lot faster than it sounds.


later