How do I create a CD image or .cue from WAV files? |
![]() ![]() |
How do I create a CD image or .cue from WAV files? |
Jul 22 2006, 12:56
Post
#1
|
|
|
Group: Members Posts: 26 Joined: 10-March 06 Member No.: 28381 |
Is there any software that will create a disc image from multiple WAV files.
I want to be able to create a mountable image from WAV files: ideally I'd like to convert the multiple WAV files into a single WAV file, and a cue sheet, but I'd be happy just to be able to automatically generate a cue sheet from a folder of WAV's. I have quite a lot of folders of unnamed (e.g. "Track 01"; "Track 02"; etc.) WAV files, and it would be very handy to mount them as images, so that they're recognised by iTunes. The nearest I've managed is to have create a compilation using Nero, and removing the between song pauses, although this is quite convoluted, and results in a file in the proprietary .nrg format, which is less than ideal. Thanks. |
|
|
|
Jul 22 2006, 19:11
Post
#2
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
You could use foobar with foo_cuesheetcreator to create a cuesheet from a load of WAVE files.
Edit: If you'd actually prefer to merge the files as well, then foobar's built in Converter will do that. There's also my cuemake, which is a .NET command line app (which I don't use), or shntool (a good command line app) would no doubt do it. This post has been edited by Synthetic Soul: Jul 22 2006, 19:24 -------------------- I'm on a horse.
|
|
|
|
Jul 22 2006, 22:38
Post
#3
|
|
|
Group: Members Posts: 10 Joined: 30-March 06 Member No.: 29010 |
Mh, exact same problem here.
I've got a self-made compilation and want to 'merge' the files and use chapters with a cuesheet. Maybe I'm a bit naive, but it sounded so easy. When choosing 'convert' and then the cuesheet part of it, nothing happens except that all files are re-encoded and copied into one directory. No cuesheet, nothing. I hope I'm just being stupid because I'd really love to share my playlists in one file which could be browsed by chapters or something.. thanks |
|
|
|
Jul 22 2006, 23:49
Post
#4
|
|
|
Group: Members Posts: 261 Joined: 8-July 04 Member No.: 15184 |
As long as your files are numbered so that they sort correctly:
CODE $ shntool cue *.wav and then: CODE $ shntool join *.wav You'll need to rename your big WAV and its corresponding reference in the CUE file and the individual WAV filenames will be lost and replaced by Track 01 etc. This post has been edited by ffooky: Jul 22 2006, 23:49 |
|
|
|
Jul 24 2006, 11:36
Post
#5
|
|
|
Group: Members Posts: 26 Joined: 10-March 06 Member No.: 28381 |
Thank you. I'll try this when I get a moment.
|
|
|
|
Jul 24 2006, 12:50
Post
#6
|
|
|
Group: Members Posts: 261 Joined: 8-July 04 Member No.: 15184 |
Sorry, it would probably be easier to make the CUE creation command:
CODE $ shntool cue *.wav > foo.cue which will give you a CUE file in the working directory rather than requiring you to copy/paste one. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 21:57 |