1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

help burning ISO over 700 mb

Discussion in 'CD-R' started by willson66, Sep 8, 2004.

  1. willson66

    willson66 Member

    Joined:
    Sep 8, 2004
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    okay, maybe im just completely retarted, but i have read through like everything in the intro or whatever to iso files, but i still cant figure out what i actually have to do to get the file that i have which is 740 mb onto a 700 mb disc.

    i have divided the bite size by 2352, still not knowing exactly what that does.

    i have nero and was trying to follow what was being said but couldnt figure out a thing.

    im not a huge computer guy so i might just not understand what i actually being said
     
  2. aldaco12

    aldaco12 Active member

    Joined:
    Nov 6, 2002
    Messages:
    2,544
    Likes Received:
    0
    Trophy Points:
    66
    Tsk tsk, you didn't read the 'sticky' threads carefully.
    2352 is the not the bite size, but the Sector Size. This applies only to images, because the data (the dimension of a CD is calculated using this size, and therefore is NOT the correct CD Size) occupy 2048 bytes/Sector.
    Therefore, a '[bold]700 MB disc[/bold]' means that it has [bold]360,000 Sectors[/bold] (2048*360,000 = 737,280,000 bytes, approx. 700 MB) and can contain RAW images up to 2352*360,000 = 846,720,000 bytes large ('cooked image' means thet all bytes exceding 2048, which are Error Corection Codes and Error Detection Codes - EDC + ECC - are re-calculated by the burner, and therefore the new disc is not a perfect 1:1 copy of the old one and doing a backup of protectied CD, which contain necessary data in the part exceeding 2048, is impossible if you don't make a RAW image), up to 2336*360,000 = 840,960,000 bytes large of movies (e.g. a VCD)), 846,720,000 bytes of Audio (which always occupy 2352 bytes/Sector, and therefore 700 MB = 80', even if a song 1' song needs a 10.1 MB long .WAV file )

    Therefore the Cuesheet (.CUE) can be written:

    FILE “C:\MYDATA.WAV” AUDIO
    TRACK 01
    INDEX 01 00:00:00
    TRACK 02
    INDEX 01 04:27:19
    ...
    TRACK N
    INDEX 01 75:30:02


    FILE “C:\MYDATA.RAW” BINARY
    TRACK 01 MODE1/2352
    ...

    or

    FILE “C:\MYDATA.RAW” BINARY
    TRACK 01 MODE2/2336
    ...

    or

    FILE “C:\MYDATA.RAW” BINARY
    TRACK 01 MODE1/2048
    ...

    (same with MODE2<->MODE1 but MODE2/2048 and MODE1/2336 don't exist)

    Understood?
    _X_X_X_X_X_[small]Read forum rules!
    http://forums.afterdawn.com/thread_view.cfm/2487[/small]
     
    Last edited: Sep 8, 2004
  3. willson66

    willson66 Member

    Joined:
    Sep 8, 2004
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    okay, i understand that now
    that doesnt help me get my iso file that is to big onto a cd though
     
  4. willson66

    willson66 Member

    Joined:
    Sep 8, 2004
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    i guess a better question would be to ask, how do i make this cue sheet
     

Share This Page