Ok, I have an that I would like to be able to listen to it in the car. But, it's just one big file.
What program can I use to add "tracks / chapter points," so that I can fast forward to a particular part that I wish to listen to. I'm sure there is a program that can do this. I tried some searches but couldnt find anything.
Thanks in advance for any advice and/or suggestions.
LG
+ Reply to Thread
Results 1 to 24 of 24
-
-
If this is for a CD, you need to split the tracks into seperate files, then burn. Sound Forge can do this automatically, and I'm sure some others can as well.
Read my blog here.
-
If it's for CD, you DON'T need to split it into separate files.
Let's say you've already got a CD with 1 LOONNNGGG track.
Rip it to WAV (e.g. MyTrack.wav)
Make Cue Sheet (e.g. MyCD.cue)
Looks like this:Code:FILE “C:\MyTrack.wav” WAVE TRACK 01 AUDIO INDEX 01 00:00:00
***Note, make the times exact multiples of 1/75 sec so you won't get any tick sounds from padding of the sectors/frames.
Now your Cue Sheet should look like this:Code:FILE “C:\MyTrack.wav” WAVE TRACK 01 AUDIO INDEX 01 00:00:00 TRACK 02 AUDIO INDEX 01 05:50:65 TRACK 03 AUDIO INDEX 01 09:47:50 TRACK 04 AUDIO INDEX 01 15:12:53 TRACK 05 AUDIO INDEX 01 25:02:40 TRACK 06 AUDIO INDEX 01 27:34:05 TRACK 07 AUDIO INDEX 01 31:58:53 TRACK 08 AUDIO INDEX 01 35:08:65
Scott -
I would fire up nero
add the large audio file
right click on it and go properties
goto Indexes, Limits, Split
add in where you want the audio split , then OK
nero will split the file
then change the pause between songs to zero -
Originally Posted by Sifaga
/Mats -
Yes there is a slight pause,
I think i will be checking out this cue method,
Thanks Mats -
jimmalenko-
separate tracks may or may not have pauses/gaps, that would still have to be set in the authoring/burning app. doing the cue sheet thing bypasses needing to SaveAs different sub-files. All you have to do is whip out a text editor and calculator and 3 minutes later (or less if you do it alot) you're ready to burn. What you'll end up with will be X # of tracks that all butt up back-to-back with each other with no pauses, gaps or ticks between. Accessible by track# and smooth when played all at once. I'm surprised someone hasn't created an app that automates this. Hmm... maybe someone has, I'll have to go looking now, for kicks.
Scott -
Originally Posted by CornucopiaIf in doubt, Google it.
-
cdwave. I've used it for years. It does nothing but split files. It is small and idiot proof. Freeware too....
-
To (re)create those live albums, I use shntool (http://www.etree.org/shnutils/ or http://shnutils.freeshell.org). It creates a cue sheet from a set of wavs (cue *.wav) that it then can join (join *.wav) and then you're ready to burn with your fav burning app. (cdrdao write joined.cue)
Nice & simple.
/Mats -
Try the Sonic Foundry CD Architect.
it will let you put track commands anywhere in the file. great for turning concert DVDs into albums for your car.
I'm not sure if sony picked it up but you could probably find a demo out there somewhere.drink up....the world's about to end -
CDWave here too.
However some CD players cannot play home burned DAO(disc at once) Audio CD's.
TAO(Track at once) discs usually have a slight pause between songs but are more compatible....especially with auto CD players.
Just experiment a bit. If you are worried....copy the original .wav file so you can have a go at it again if you or your car's player don't like the results.
I can do either with Roxio....after splitting it with CDWave. -
If it's for CD, you DON'T need to split it into separate files.
Let's say you've already got a CD with 1 LOONNNGGG track.
Rip it to WAV (e.g. MyTrack.wav)
Make Cue Sheet (e.g. MyCD.cue)
Looks like this: Code:
FILE “C:\MyTrack.wav” WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
All you do is add additional Track #'s and Index 01's (and the time you want it).
***Note, make the times exact multiples of 1/75 sec so you won't get any tick sounds from padding of the sectors/frames.
Now your Cue Sheet should look like this: Code:
FILE “C:\MyTrack.wav” WAVE
TRACK 01 AUDIO
INDEX 01 00:00:00
TRACK 02 AUDIO
INDEX 01 05:50:65
TRACK 03 AUDIO
INDEX 01 09:47:50
TRACK 04 AUDIO
INDEX 01 15:12:53
TRACK 05 AUDIO
INDEX 01 25:02:40
TRACK 06 AUDIO
INDEX 01 27:34:05
TRACK 07 AUDIO
INDEX 01 31:58:53
TRACK 08 AUDIO
INDEX 01 35:08:65
Reburn, and you're done!
How do you do this .cue file?
How do you know what is the next track's time?
Thank you. -
Originally Posted by judgmentday
/Mats -
Cue sheets are just text files (as witnessed by the example posted).
Open and edit with any text editor, or if you want a specialty editor that has parsing & validation for cue sheet standards built-in, get CDRCue.
Scott -
Cue sheets are just text files (as witnessed by the example posted).
Open and edit with any text editor, or if you want a specialty editor that has parsing & validation for cue sheet standards built-in, get CDRCue. -
You can also add CD text (which will be visible on compatible players) in the Cue Sheet.
Code:PERFORMER "Bon Jovi" TITLE "Nov.21.2004 - Atlantaic City, NJ" FILE "C:\CD_work\disc2.wav" WAVE TRACK 01 AUDIO TITLE "Wanted Dead or Alive" INDEX 01 00:00:00 TRACK 02 AUDIO TITLE "Only In My Dreams" INDEX 01 05:59:54 TRACK 03 AUDIO TITLE "I Get a Rush" INDEX 01 12:25:03 TRACK 04 AUDIO TITLE "I'll Sleep When I'm Dead" INDEX 01 15:29:26 TRACK 05 AUDIO TITLE "Bad Medicine" INDEX 01 20:30:49 TRACK 06 AUDIO TITLE "Shout" INDEX 01 27:32:39 TRACK 07 AUDIO TITLE "These Arms Are Open All Night" INDEX 01 40:32:45 TRACK 08 AUDIO TITLE "Garageland" INDEX 01 46:42:54 TRACK 09 AUDIO TITLE "Livin' on a Prayer" INDEX 01 50:51:35
Darryl -
A text file is a text file, no matter what its extension is. But you're correct - for this purpose, the text file has to have a .cue extension.
/Mats
Similar Threads
-
Set "Output filename" As Default Global "File/segment title" In MkvMerge?
By LouieChuckyMerry in forum Video ConversionReplies: 0Last Post: 9th Jul 2011, 01:52 -
"Seamless" vob joining results in multiple audio tracks
By grannyGeek in forum Authoring (DVD)Replies: 2Last Post: 3rd Mar 2009, 03:29 -
¤ª"˜¨¨¯?¯¨¨˜"ª¤_ No Chapters using Playlist on JVC HDD _¤ª"˜
By StuR in forum DVD & Blu-ray RecordersReplies: 5Last Post: 8th Oct 2007, 08:59 -
Staxrip: "Constant Quality" vs. "Exact File Size"
By FallenAngelII in forum Video ConversionReplies: 1Last Post: 9th Aug 2007, 17:40 -
Need To Create "Chapters" in Audio DVD
By urdivine in forum Authoring (DVD)Replies: 6Last Post: 24th May 2007, 23:06