|
CUE file tutorial (pg. 3)
|
View this Thread in Original format
| mantisnl |
can someone please tell me how 2 do it in nero?
i have made a cue file but it wont open here either! nero crahes all the time:whip: |
|
|
| StaticFive |
| quote: | Originally posted by mantisnl
can someone please tell me how 2 do it in nero?
i have made a cue file but it wont open here either! nero crahes all the time:whip: |
Open nero, make an audio layout, drop your massive mp3 onto the layout, right click it, click properties, click the index tab, click anywhere in the window (with the peaks that are building--looks black with green squigglies that appear as you wait), click new split, and edit the index to match the time of the index that you want. Click ok, repeat the process until you are finished. If your file is larger than the max length of your cd, then set the end index at 79 mins (or 73 mins) and click ok. When asked if you want to split the track, click yes.
let it bake, then click burn! By the way, you don't have to wait for it to build peaks--it will just be slow while you are indexing, especially if you are using winamp or WMPlayer. Happy splitting! |
|
|
| mantisnl |
| quote: | Originally posted by StaticFive
Open nero, make an audio layout, drop your massive mp3 onto the layout, right click it, click properties, click the index tab, click anywhere in the window (with the peaks that are building--looks black with green squigglies that appear as you wait), click new split, and edit the index to match the time of the index that you want. Click ok, repeat the process until you are finished. If your file is larger than the max length of your cd, then set the end index at 79 mins (or 73 mins) and click ok. When asked if you want to split the track, click yes.
let it bake, then click burn! By the way, you don't have to wait for it to build peaks--it will just be slow while you are indexing, especially if you are using winamp or WMPlayer. Happy splitting! |
hey thnx man, but i already found out.. its because nero cant burn cue file containing an mp3 file, the file has 2 be wave, otherwise nero wont burn it:) |
|
|
| nate735 |
| quote: | Originally posted by skywarp
[code]
FILE 604.wav WAVE
|
I dont understand what to write on the fist line. I am trying to use this cue file but i get an error on cdrwin "Invalid CueSheet Command at line 1. How do i complete this cue sheet ?
TRACK 01 AUDIO
TITLE "Led Zeppelin - Babe I'm Gonna Leave You (PQM Acappella) [-]"
PERFORMER "01. Virgin Souls - Personality (James Zabiela Remix) [White]"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "02. Attention Deficit - Use Only The Drugs (Original Mix) [Loaded/Skint] "
INDEX 01 10:42:00
TRACK 03 AUDIO
TITLE "03. James Talk - Eggs Are Cute (Re-Percussion Mix) [Unsigned]"
INDEX 01 17:04:08
TRACK 04 AUDIO
TITLE "Coldplay - Clocks [Parlophone]"
PERFORMER "04. Gabriel and Dresden - I Gotta Thank... (Instrumental) [CDR]"
INDEX 01 23:34:25
TRACK 05 AUDIO
TITLE "05. Duncan Sheik - On A High [Gabriel and Dresden Love From Humboldt Dub) [Atlantic]"
INDEX 01 30:46:13
TRACK 06 AUDIO
TITLE "Ian Brown - Fear (UNKLE Remix) [Global Underground]"
PERFORMER "06. The Dirty Fours & Luke Chable - Bass Trap [CDR]"
INDEX 01 37:26:67
TRACK 07 AUDIO
TITLE "07. Agent 001 - Bubble Bath [Chug]"
INDEX 01 44:23:41
TRACK 08 AUDIO
TITLE "08. Der Dritte Raum - Hale Bopp [Ultra]"
INDEX 01 50:07:51
TRACK 09 AUDIO
TITLE "09. Andain - Make Me (Bassin Twins Dub Mix)"
INDEX 01 57:02:50
TRACK 10 AUDIO
TITLE "10. Andain - Beautiful Things (Gabriel and Dresden Unplugged Mix) [Black Hole]"
INDEX 01 60:53:39
TRACK 11 AUDIO
TITLE "11. Layo and Bushwacka! - Let The Good Times Roll (Josh Gabriel Unauthorized Dub) [CDR]"
INDEX 01 70:32:34
TRACK 12 AUDIO
TITLE "12. Gabriel and Dresden - Acid Elliot [CDR]"
INDEX 01 76:15:27
TRACK 13 AUDIO
TITLE "Way Out West - Mindcircus (Gabriel and Dresden Acappella) [-]"
PERFORMER "13. Gabriel and Dresden - Lament (Dub 4 Satoshi) [saw.recordings]"
INDEX 01 80:37:39
TRACK 14 AUDIO
TITLE "14. Motorcycle - As The Rush Comes [CDR]"
INDEX 01 87:28:29
TRACK 15 AUDIO
TITLE "15. Josh Gabriel - Alive (Club Mix) [Nebula]"
INDEX 01 97:50:27
TRACK 16 AUDIO
TITLE "16. The Dirty Fours - Breathless [Mob]"
INDEX 01 106:06:59
TRACK 17 AUDIO
TITLE "17. Nalin and Kane - Beachball (Gabriel and Dresden's South Beach Vacation) [Ultra]"
INDEX 01 112:16:55 |
|
|
| StaticFive |
:conf: :conf: :conf:
The very first thing you need to know is that computers/operating systems/burner programs are not intelligent in any way, shape, or form! This means you need to give flawless instructions to the computer, or is doesn't know what the hell to do.
The biggest flaw I see in your cue sheet is that you didn't specify a filename for the burning prog to use! This specification looks like the one below:
FILE "c:\directory\filename.wav" WAVE
Make sure you have two double-quotes and you pointed to the FULL directory of the file. This may not be necessary if the cue sheet is in the same directory as the audio file. The "WAVE" argument specifies the type of data to be written. Common data types are "WAVE", "RAW", and I think "MP3". I've heard that "MP3" doesn't work with some programs such as nero. Then, just finish the cue sheet as you have already done:
TRACK 01 AUDIO
TITLE "Title"
PERFORMER "Performer"
INDEX 01 00:00:00
TRACK 01 AUDIO
TITLE "Title"
PERFORMER "Performer"
INDEX 02 01:00:00
etc...
I'm assuming that the file you have is one large file with many tracks, but if it isn't, make it easier on yourself and use a program that's meant for making audio mixes!! :whip: |
|
|
| 303 |
| quote: | Originally posted by StaticFive
:conf: :conf: :conf:
FILE "c:\directory\filename.wav" WAVE
Make sure you have two double-quotes and you pointed to the FULL directory of the file. This may not be necessary if the cue sheet is in the same directory as the audio file. The "WAVE" argument specifies the type of data to be written. Common data types are "WAVE", "RAW", and I think "MP3". I've heard that "MP3" doesn't work with some programs such as nero. Then, just finish the cue sheet as you have already done:
TRACK 01 AUDIO
TITLE "Title"
PERFORMER "Performer"
INDEX 01 00:00:00
TRACK 01 AUDIO
TITLE "Title"
PERFORMER "Performer"
INDEX 02 01:00:00
etc...
|
actually yes, you dont need the path if the cue file is in the same dir as the source file.
if you use nero as writer you can use the mp3 file. no need to convert to wav. although nero is known to be buggy when it comes to read cuesheets w/ more than 3 tracks. this is however more or less fixed in the later builds. id recommend cdrwin or blindwrite if you want totally flawless cue file burning...
and to finish off with no confusion,
this is how your cue sheet should start:
PERFORMER "VA"
TITLE "MIX_1"
FILE "01-va_-_mix_1-yada-yada.mp3" MP3
good luck. |
|
|
| -CosmicFire- |
| quote: | Originally posted by Itchy
all i do is download the cue file , cos i couldnt be assed making it myself, and select 'burn image' in nero, select the cue file and away you go....... |
err same herre |
|
|
| StaticFive |
Yeah...
I don't use cue sheets anymore, just when i want to stick em with a bin file. I don't really split mp3's with cue sheets either, but I was pretty sure that's how you do it... Sorry if I was fatally wrong nin one way or another! :rolleyes: |
|
|
| TheTornado |
| Alright, so how do you figure out the frame number? I'm stumped!:conf: :conf: :conf: |
|
|
| StaticFive |
| The frame number is just a slice of a second, from 1 to around 74. If you listen to the file and a song comes about half a second after 7 mins 3 seconds, write INDEX 01 07:03:30 as your index. |
|
|
| TheTornado |
| Is there a program where I can check that? I put it in Cool Edit and it didn't say anything about it... |
|
|
| jdat |
| anyway of burning with cue sheets quicker then in Nero cause I don't like having to wait 10 or so minutes in nero for it to do the splitting with the cue sheet. |
|
|
|
|