[Resolved] gap problem

Post Reply
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

[Resolved] gap problem

Post by fuzzball »

There is a difference between the DIC and EAC.

DIC + PX-760A

Code: Select all

FILE "dic (Track 5).bin" BINARY
  TRACK 05 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:03:11
EAC + DVR-111, iHAS324 (method A)

Code: Select all

FILE "Track 05.wav" WAVE
  TRACK 05 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:03:12
EAC + iHAS324 (method B)

Code: Select all

FILE "Track 05.wav" WAVE
  TRACK 05 AUDIO
    INDEX 01 00:00:00
I attached a DIC log.
Is there anything else you need?
Last edited by fuzzball on Sat Oct 10, 2020 9:35 pm, edited 1 time in total.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] gap problem

Post by F1ReB4LL »

DIC doesn't make good subs, too many fixes/replacements.

/viewtopic.php?t=10255

subdump -i D: -f test.sub -mode 6 -rereadnum 25 -fix 2 -- precise dump, slow (for subchannel archival purposes)
subdump -i D: -f test.sub -mode 6 -rereadnum 25 -fix 2 -quick -- fast dump (not suitable for archival, but good enough for gap detection).

D: should be PX-760 used for DIC.
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] gap problem

Post by fuzzball »

Which exe should I use? 0xa8?
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] gap problem

Post by F1ReB4LL »

Both are fine, "-flushmode FUA" command works a bit differently between them, the rest is exactly the same.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [Resolved] gap problem

Post by sarami »

Code: Select all

LBA[091342, 0x164ce], Audio, 2ch, Copy NG, Pre-emphasis No, Track[04], Idx[01], RMSF[06:46:72], AMSF[20:19:67], RtoW[0, 0, 0, 0]
LBA[091343, 0x164cf], Audio, 2ch, Copy NG, Pre-emphasis No, MediaCatalogNumber [0000000000000], AMSF[     :68], RtoW[0, 0, 0, 0]
LBA[091344, 0x164d0], Audio, 2ch, Copy NG, Pre-emphasis No, Track[05], Idx[00], RMSF[00:03:10], AMSF[20:19:69], RtoW[0, 0, 0, 0]
This case is sometimes seen in PC-engine disc. e.g. https://redump.info/disc/2416/
If LBA[091343] is the 1st sector of the track 05, INDEX 01 is 00:03:12, while if it is the last sector of the track 04, INDEX 01 is 00:03:11.
The pregap of PC-engine is basically consistent, so it can realize that EAN sector is the 1st sector of the track. But this disc isn't consistent, so I don't know which is true.

By the way, the latest dic can't detect that this sector is the 1st sector of the track 05, because dic only detect this when the pregap is 00:03:00, 00:02:00, 00:01:74.
Last edited by sarami on Sun Jun 12, 2016 10:42 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] gap problem

Post by fuzzball »

@F1ReB4LL
Thank you for your explanation.
In this case, DIC's cue was correct.

@sarami
It's FM TOWNS disc.
Last edited by fuzzball on Sun Jun 12, 2016 10:50 am, edited 1 time in total.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] gap problem

Post by F1ReB4LL »

fuzzball wrote:@F1ReB4LL
Thank you for your explanation.
In this case, DIC's cue was correct.
I've seen many cases when DIC simply replaced the sub sector, so I don't trust its subs.
sarami wrote:This case is sometimes seen in PC-engine disc. e.g. https://redump.info/disc/2416/
If LBA[091343] is the 1st sector of the track 05, INDEX 01 is 00:03:12, while if it is the last sector of the track 04, INDEX 01 is 00:03:11.
The pregap of PC-engine is basically consistent, so it can realize that EAN sector is the 1st sector of the track. But this disc isn't consistent, so I don't know which is true.
According to the P channel the EAN sector belongs to the previous track. The first sector of pregap should have zeroes in the P-channel, the next sector should have FFs. The first non-pregap sector after the gap should also have P-channel padded with FFs. This is described in rainbow books.
Post Reply