Jump to content

radorn

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by radorn

  1. Sorry, I didn't intend to annoy or critizise you, I was just trying to figure out what was happening.

    I presented what I found out while trying to come up with a process that would give the same results as I was getting.

    Didn't intend to impose my method or anything.

     

    I guess tend to sound rather imposing, so I apologize for that.

     

    Anyways:

     

    So, the formula is "KiB/s / (150 / (2048 / MODE#)) = #X"?

     

    Drom the previous quoted log for a MODE1/2048 operation, I'll take the reported "Maximum Write Rate: 2.451 KiB/s (14.2x)" and fill in the formula:

     

    2451 / (150 / (2048 / 2048)) = 16.34 this would be the correct answer, but doesn't seem to match what the program spits out.

     

    but...

    2451 / (150 / (2048 / 2352)) = 14,228027210884353741496598639456 does match indeed.

     

    Now, If that's what's happening indeed, then RAW mode burns should always show the correct info,

    but my previous MODE2/2352 @ 4x attempt that reported "691 KiB/s (3.5x)" reveals this:

     

    691 / (150 / (2048 / 2352 )) = 4,01124716553287981859410430839 doesn't match at all

     

    while...

    691 / (176 / (2048 / 2352 )) = 3,4186765615337043908472479901051 seems to match much better, but not quite.

     

    perhaps, it needs a little further tweak:  176400 B/s doesn't translate to 176KiB/s, but rather, 172,265625 KiB/s, let's try that:

     

    691 / (172 / (2048 / 2352 )) = 3,4981806676158835627274165480146

    ah yes, that's much better.

     

    So, it seems that, in the end, there is, indeed, some strange action here with mismatched sector sizes.

     

    Until it gets eventually fixed some day, at least now I know what's going on with them crazy speeds :victory:

     

    Anyway, thank you for taking your time and bearing with me. And for making ImgBurn, of course!

  2. Well, the log always seems to match data rate to Xs correctly when SETTING the speed for the operation; that is, taking into account that it's going to be mode2 speed, even when you are writing in mode1. (Could it be that ImgBurn converts MODE1 data to RAW for burning?)

     

    I 16:39:25 Operation Started!
    I 16:39:25 Source File: U:\XXXXXXXX.iso
    I 16:39:25 Source File Sectors: 354.131 (MODE1/2048)
    I 16:39:25 Source File Size: 725.260.288 bytes
    I 16:39:25 Source File Volume Identifier: <XXXXXXXX>
    I 16:39:25 Source File Volume Set Identifier: <XXXXXXXX>
    I 16:39:25 Source File Application Identifier: CDIMAGE 2.47 (10/12/2000 TM)
    I 16:39:25 Source File File System(s): ISO9660 (Bootable); Joliet
    I 16:39:25 Destination Device: [6:0:0] HL-DT-ST DVDRAM GH24NSD1 LE00 (O:) (SATA)
    I 16:39:25 Destination Media Type: CD-R (Disc ID: 97m17s06f, Moser Baer India)
    I 16:39:25 Destination Media Supported Write Speeds: 16x; 32x; 40x; 48x
    I 16:39:25 Destination Media Sectors: 359.847
    I 16:39:25 Write Mode: CD
    I 16:39:25 Write Type: SAO
    I 16:39:25 Write Speed: 1x
    I 16:39:25 Lock Volume: Yes
    I 16:39:25 Test Mode: Yes
    I 16:39:25 OPC: Yes
    I 16:39:25 BURN-Proof: Enabled
    W 16:39:25 Write Speed Miscompare! - Wanted: 176 KB/s (1x), Got: 2.822 KB/s (16x)
    W 16:39:25 The drive only supports writing these discs at 16x; 32x; 40x; 48x.

     

    2352 @16x = 2822400, so that's OK, even if it got me scratching my head xD

     

    But when it comes to MEASURING, things go strange.

     

    The real-time monitoring in the main window, and also the final report in the log seem to follow the formula I calculated before

     

    I 16:44:48 Operation Successfully Completed! - Duration: 00:05:22
    I 16:44:48 Average Write Rate: 2.425 KiB/s (14.1x) - Maximum Write Rate: 2.451 KiB/s (14.2x)

     

    1: multiply data rate by 1024 (because it's rounded up to KiB/s for display?)
    2: divide by current sector size (2048 or 2352)
    3: multiply by MODE1 sector size (2048)
    4: divide by 1X RAW speed in bytes (176400)

    voilá!
     

    Whichever element is responsible for this (drive, software or whatever), is doing some strange stuff xD

     

    The last 3 steps could be replaced by a single step: division by 1x speed in B/s for current data mode.

  3. I couldn't find that through searches, but I made some calculations:

     

    First we have the canonical 1X speeds  for mode1 and mode2/redbook

     

    2048 x 75 = 153600 B -> 150 KiB
    2352 x 75 = 176400 B -> 172,265625 KiB

     

    Then, if burning mode1 data, it seems that somehow the actual data rate is reflected correctly in the window, about 600 in this case, but the conversion is off, because, in this model, it would be divided by the mode2 rate:

    600 x 1024 = 614400 -> 614400 / 176400 = 3,4829931972789115646258503401361 = ~3.5x

     

    Then, you'd expect mode2 to work right, but it seems like it doesn't, because it now should say 4 and still says 3.5:

    691 x 1024 = 707584 -> 707584 / 176400 = 4,01124716553287981859410430839 =/= 3.5x
     

    One formula that seems to give the incorrect answer in both modes would be if the conversion to Xs is done looking at the number of sectors completed per second but then using the same mismatched conversion to bytes as before:

     

    4x x 75sect = 300sect -> 300 x 2048 / 176400 = 3,4829931972789115646258503401361

     

    Now it doesn't matter what the actual user data sector size is.

     

    could this be what's happening under the hood?

     

    Also, it seems that the log always gives data rates matched to mode2 sector size, whether you are burning mode1 or mode2.

  4. ImgBurn's log says: 21:34:53 Write Speed Successfully Set! - Effective: 706 KB/s (4x)

     

    But MODE1 single speed is 150 KB/s, therefore, for 4x : 2048 x 75 x 4 / 1024 = 600 KB/s

     

    Even in RAW/RedBook mode, 4x is not 706 KB/s but rather : 2352 x 75 x 4 / 1024 = 689,0625 KB/s

     

    If we take the proposed speed : 706 x 1024 / 4 = 180736 B/s  -> 180736 / 75 = 2409,8133... bytes per sector?

     

    Even trying to calculate sector sizes for neighboring values of 705 and 707 KB/s (just to rule out rounding), I end up with possible sector sizes between 2406 and 2413, and I couldn't find any references for anything in that range.

     

    Anyway. When I burn at 4x, I get this:

     

    MvrpV9X.png

    ntFnVrn.png

     

    So, the data rates DO match 4x, but ImgBurn calls them 3.5x.

     

    Why is this and where does the "706 KB/s = 4x" figure come from?

  5. I'm starting to suspect newer versions of ImgBurn have problems with producing working gamecube burns, while it previously worked perfectly.

    Unfortunatelly I don't remember which version I used last time I had it work, but I know last time it was some earlier version (possibly something earlier than 2.5.0.0).

    I am now the owner of 4 Verbatim DVD+R coasters.

    The last one I tried, I ripped one of my WORKING burns and burned it again, and the new burn doesn't work.

     

    Here's the data of the "ORIGINAL" WORKING BURN

    HL-DT-ST DVDRAM GSA-4120B A117 (ATA)

    Current Profile: DVD+R

     

    Disc Information:

    Status: Complete

    State of Last Session: Complete

    Erasable: No

    Sessions: 1

    Sectors: 712,880

    Size: 1,459,978,240 bytes

    Time: 158:27:05 (MM:SS:FF)

    Supported Write Speeds: 4x; 8x

     

    TOC Information:

    Session 1... (LBA: 0)

    -> Track 01 (Mode 1, LBA: 0 - 712879)

    -> LeadOut (LBA: 712880)

     

    Disc Control Blocks Information:

    HL-DT-ST GSA-4120B

     

    Physical Format Information (Last Recorded):

    Disc ID: MCC-004-00

    Book Type: DVD+R

    Part Version: 1

    Disc Size: 120mm

    Maximum Read Rate: Not Specified

    Number of Layers: 1

    Track Path: Parallel Track Path (PTP)

    Linear Density: 0.267 um/bit

    Track Density: 0.74 um/track

    First Physical Sector of Data Area: 196,608

    Last Physical Sector of Data Area: 909,487

    Last Physical Sector in Layer 0: 0

     

    Performance (Write Speed):

    Descriptor 1...

    -> B0: 0x02; B1: 0x00; B2: 0x00; B3: 0x00

    -> EL: 712879 (0x000AE0AF)

    -> RS: 5,730 KB/s (4.2x) - WS: 5,540 KB/s (4x)

    Descriptor 2...

    -> B0: 0x02; B1: 0x00; B2: 0x00; B3: 0x00

    -> EL: 712879 (0x000AE0AF)

    -> RS: 5,730 KB/s (4.2x) - WS: 11,080 KB/s (8x)

     

    Now the LOG of the process where I dump the working disc burn to an image and then burn it to a blank disc.

    I 12:32:13 ImgBurn Version 2.5.1.0 started!

    I 12:32:13 Microsoft Windows XP Professional (5.1, Build 2600 : Service Pack 3)

    I 12:32:13 Total Physical Memory: 261,616 KB - Available: 20,620 KB

    I 12:32:13 Initialising SPTI...

    I 12:32:13 Searching for SCSI / ATAPI devices...

    I 12:32:13 -> Drive 1 - Info: HL-DT-ST DVDRAM GSA-4120B A117 (E:) (ATA)

    I 12:32:13 -> Drive 2 - Info: PLEXTOR CD-R PX-W5224A 1.04 (D:) (ATA)

    I 12:32:13 Found 1 CD-RW and 1 DVD±RW/RAM!

    I 12:44:52 Operation Started!

    I 12:44:52 Source Device: [1:1:0] HL-DT-ST DVDRAM GSA-4120B A117 (E:) (ATA)

    I 12:44:52 Source Media Type: DVD+R (Book Type: DVD+R) (Disc ID: MCC-004-00) (Speeds: 4x; 8x)

    I 12:44:52 Source Media Sectors: 712,880 (Track Path: PTP)

    I 12:44:52 Source Media Size: 1,459,978,240 bytes

    I 12:44:52 Source Media Volume Identifier: The Legend of Zelda Twilight Pri

    I 12:44:52 Source Media File System(s): Special

    I 12:44:52 Read Speed (Data/Audio): MAX / MAX

    I 12:44:52 Destination File: F:\The Legend of Zelda Twilight Pri.bin

    I 12:44:52 Destination Free Space: 11,400,740,864 Bytes (11,133,536 KB) (10,872 MB) (10 GB)

    I 12:44:52 Destination File System: NTFS

    I 12:44:52 File Splitting: Auto

    I 12:44:54 Reading Session 1 of 1... (1 Track, LBA: 0 - 712879)

    I 12:44:54 Reading Track 1 of 1... (MODE1/2048, LBA: 0 - 712879)

    I 12:47:37 Image MD5: f9c47b0c8a34d345c06061f24e0db277

    I 12:47:37 Exporting Graph Data...

    I 12:47:38 Graph Data File: C:\Documents and Settings\user\Application Data\ImgBurn\Graph Data Files\HL-DT-ST_DVDRAM_GSA-4120B_A117_2010-MARCH-30_12-44_MCC-004-00.ibg

    I 12:47:38 Export Successfully Completed!

    I 12:47:38 Operation Successfully Completed! - Duration: 00:02:44

    I 12:47:38 Average Read Rate: 8,693 KB/s (6.3x) - Maximum Read Rate: 16,783 KB/s (12.1x)

    I 12:50:47 Operation Started!

    I 12:50:47 Source File: F:\The Legend of Zelda Twilight Pri.bin

    I 12:50:47 Source File Sectors: 712,880 (MODE1/2048)

    I 12:50:47 Source File Size: 1,459,978,240 bytes

    I 12:50:47 Source File Volume Identifier: The Legend of Zelda Twilight Pri

    I 12:50:47 Source File File System(s): Special

    I 12:50:47 Destination Device: [1:1:0] HL-DT-ST DVDRAM GSA-4120B A117 (E:) (ATA)

    I 12:50:47 Destination Media Type: DVD+R (Disc ID: MCC-004-00) (Speeds: 4x; 8x)

    I 12:50:47 Destination Media Sectors: 2,295,104

    I 12:50:47 Write Mode: DVD

    I 12:50:47 Write Type: DAO

    I 12:50:47 Write Speed: 4x

    I 12:50:47 DVD+R Reserve Track: No

    I 12:50:47 Link Size: Auto

    I 12:50:47 Lock Volume: Yes

    I 12:50:47 Test Mode: No

    I 12:50:48 OPC: Yes

    I 12:50:48 BURN-Proof: Enabled

    I 12:50:48 Write Speed Successfully Set! - Effective: 5,540 KB/s (4x)

    I 12:50:48 Book Type Setting: DVD+R

    I 12:50:54 Filling Buffer... (20 MB)

    I 12:50:55 Writing LeadIn...

    I 12:51:00 Writing Session 1 of 1... (1 Track, LBA: 0 - 712879)

    I 12:51:00 Writing Track 1 of 1... (MODE1/2048, LBA: 0 - 712879)

    I 12:55:21 Synchronising Cache...

    I 12:55:22 Closing Track...

    I 12:55:24 Finalising Disc...

    I 12:55:39 Image MD5: f9c47b0c8a34d345c06061f24e0db277

    I 12:55:39 Exporting Graph Data...

    I 12:55:40 Graph Data File: C:\Documents and Settings\user\Application Data\ImgBurn\Graph Data Files\HL-DT-ST_DVDRAM_GSA-4120B_A117_2010-MARCH-30_12-50_MCC-004-00_4x.ibg

    I 12:55:40 Export Successfully Completed!

    I 12:55:40 Operation Successfully Completed! - Duration: 00:04:51

    I 12:55:40 Average Write Rate: 5,462 KB/s (3.9x) - Maximum Write Rate: 5,701 KB/s (4.1x)

    I 12:55:40 Cycling Tray before Verify...

    W 12:55:47 Waiting for device to become ready...

    I 12:56:00 Device Ready!

    I 12:56:02 Operation Started!

    I 12:56:02 Source Device: [1:1:0] HL-DT-ST DVDRAM GSA-4120B A117 (E:) (ATA)

    I 12:56:02 Source Media Type: DVD+R (Book Type: DVD+R) (Disc ID: MCC-004-00) (Speeds: 4x; 8x)

    I 12:56:02 Image File: F:\The Legend of Zelda Twilight Pri.bin

    I 12:56:02 Image File Sectors: 712,880 (MODE1/2048)

    I 12:56:02 Image File Size: 1,459,978,240 bytes

    I 12:56:02 Image File Volume Identifier: The Legend of Zelda Twilight Pri

    I 12:56:02 Image File File System(s): Special

    I 12:56:02 Read Speed (Data/Audio): MAX / MAX

    I 12:56:02 Verifying Session 1 of 1... (1 Track, LBA: 0 - 712879)

    I 12:56:02 Verifying Track 1 of 1... (MODE1/2048, LBA: 0 - 712879)

    I 12:59:13 Device MD5: f9c47b0c8a34d345c06061f24e0db277

    I 12:59:13 Image MD5: f9c47b0c8a34d345c06061f24e0db277

    I 12:59:13 Exporting Graph Data...

    I 12:59:13 Graph Data File: C:\Documents and Settings\user\Application Data\ImgBurn\Graph Data Files\HL-DT-ST_DVDRAM_GSA-4120B_A117_2010-MARCH-30_12-50_MCC-004-00_4x.ibg

    I 12:59:13 Export Successfully Completed!

    I 12:59:13 Operation Successfully Completed! - Duration: 00:03:11

    I 12:59:13 Average Verify Rate: 7,504 KB/s (5.4x) - Maximum Verify Rate: 10,861 KB/s (7.8x)

     

    And, finally, the data for the new NON-WORKING burn...

    HL-DT-ST DVDRAM GSA-4120B A117 (ATA)

    Current Profile: DVD+R

     

    Disc Information:

    Status: Complete

    State of Last Session: Complete

    Erasable: No

    Sessions: 1

    Sectors: 712,880

    Size: 1,459,978,240 bytes

    Time: 158:27:05 (MM:SS:FF)

    Supported Write Speeds: 4x; 8x

     

    TOC Information:

    Session 1... (LBA: 0)

    -> Track 01 (Mode 1, LBA: 0 - 712879)

    -> LeadOut (LBA: 712880)

     

    Disc Control Blocks Information:

    HL-DT-ST GSA-4120B

     

    Physical Format Information (Last Recorded):

    Disc ID: MCC-004-00

    Book Type: DVD+R

    Part Version: 1

    Disc Size: 120mm

    Maximum Read Rate: Not Specified

    Number of Layers: 1

    Track Path: Parallel Track Path (PTP)

    Linear Density: 0.267 um/bit

    Track Density: 0.74 um/track

    First Physical Sector of Data Area: 196,608

    Last Physical Sector of Data Area: 909,487

    Last Physical Sector in Layer 0: 0

     

    Performance (Write Speed):

    Descriptor 1...

    -> B0: 0x02; B1: 0x00; B2: 0x00; B3: 0x00

    -> EL: 712879 (0x000AE0AF)

    -> RS: 5,730 KB/s (4.2x) - WS: 5,540 KB/s (4x)

    Descriptor 2...

    -> B0: 0x02; B1: 0x00; B2: 0x00; B3: 0x00

    -> EL: 712879 (0x000AE0AF)

    -> RS: 5,730 KB/s (4.2x) - WS: 11,080 KB/s (8x)

    ...which turns out to be IDENTICAL to the working copy.

     

    Any clues as to what's causing the production of coasters?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.