PDA

View Full Version : mode2cdmaker not compatible with cdrdao anymore


kxy
13th June 2002, 07:29
Ever since the release of mode2cdmaker supports form1 file mixing with form2. Cdrdao is having trouble burning. Maybe the directory name is too long? Then again without form1 files it will be fine.

Here is the alien.toc created with mode2cdmaker.
CD_ROM_XA

// Track 1: Header with ISO 9660 file system
TRACK MODE2_RAW
DATAFILE "D:\mode2cdmaker1.3-gu10\alien.bin" 00:17:48

// Track 2: data from C:\Aliens\Aliens.ogm
TRACK MODE2_RAW
DATAFILE "D:\mode2cdmaker1.3-gu10\alien.bin" #3111696 79:59:38

Here is cdrdao's error msg
Cdrdao version 1.1.5
ERROR: alien.toc:5: Illegal token: \
ERROR: alien.toc:5: Illegal token: \
ERROR: alien.toc:5: syntax error at "EOF" missing EndString

I then burn the cue with fire burner.
here is the log, any idea why in each track there is an operation of Autocorrecting sub-channel?



Recording device: LITE-ON LTR-24102B
Recording method: Disc-at-once 16 (Dao16)
Recording Speed: Max
BURN Proof: Enabled

Thread1: Executing
Thread1: Setting Write Parameters
Thread1: Reading Disc Info
Thread1: Start LBA is -11640
Thread1: Processing Lead-in
Thread2: Executing
Thread1: Processing Track 1 Pause [150 Sectors]
Thread1: Processing Track 1 [Mode2] [452 Sectors]
Thread1: Converting from Mode2/2352 to Mode2/2368 on the fly
Thread1: Autocorrecting sub-channel
Thread1: Processing Track 2 [Mode2] [7254 Sectors]
Thread1: Converting from Mode2/2352 to Mode2/2368 on the fly
Thread1: Autocorrecting sub-channel
Thread1: Processing Track 3 [Mode2] [87720 Sectors]
Thread1: Converting from Mode2/2352 to Mode2/2368 on the fly
Thread1: Autocorrecting sub-channel

PS. Any support for mp3, asf, mov, rm(don't make fun of me, those formats do suck in my option) in the feature? Just so the xcd can reach a bigger audience.

DeXT
13th June 2002, 13:01
Hand edit the *.DAO file and remove the absolute path from the BIN image file name (i.e. leave it as "alien.bin"). Seems this proggie doesn't like much directory backslashes. I will provide a workaround for this in the next version. Thanks for your report.

The autocorrect subchannel thing AFAIK is normal, the BIN image doesn't have subchannel information so the burning tool must rebuild it.

About the formats you've mentioned, MP3 is already supported through DS, the others are difficult: MOV requires a plugin for QT, ASF requires a new ASF splitter filter (which we can't make due to legal restrictions) and RM requires... a new player?

We are first concentrating in making it work for the current formats and once it's finished we can try to extend it in future.