PDA

View Full Version : TSCV generates a bad .cue file


fschaeff
18th March 2002, 20:01
After reading through the TSCV guide, I decided to give it a try and create a very simple still menu for a 2 chapter "homemade" movie. I'm currently using TSCV 0.84 release 2.

I managed to generate the cue/bin files, but when I try to mount the image using the Virtual CD/DVD Daemons Tool software, it gives me the following error message: "Unable to mount image. Cue sheet: line 18 - INDEX numbers are not in sequential order".

Is there a known bug for this release? If I delete the last line of the .cue file, it then mounts correctly, but then I cannot directly access the last (second chapter) using the >> button.

This is the .cue file it generates:

FILE "C:\Data\VCD\VIDEO_~1\cd.bin" BINARY
TRACK 01 MODE2/2352
FLAGS DCP
INDEX 01 00:00:00
TRACK 02 MODE2/2352
FLAGS DCP
INDEX 00 00:11:53
INDEX 01 00:13:53
TRACK 03 MODE2/2352
FLAGS DCP
INDEX 00 00:20:11
INDEX 01 00:22:11
TRACK 04 MODE2/2352
FLAGS DCP
INDEX 00 00:28:44
INDEX 01 00:30:44
INDEX 02 00:30:45
INDEX 02 00:30:45

fschaeff
18th March 2002, 21:17
As you can see, line 18 contains the same time as the previous line: INDEX 03 00:30:45, thus I assume that's the reason for the error message, but don't know why this is happening...