Page 4 of 15

Re: [DONE] Discussing the multisession cue

Posted: Sun May 05, 2019 11:45 pm
by sarami
Unable to get from AMSF 00:00:00 to 00:00:74.
Try to set smaller than -5000.

Code: Select all

DiscImageCreator audio <DriveLetter> TOC 4 -6000 -1150

Code: Select all

DiscImageCreator audio <DriveLetter> TOC 4 -7000 -1150

Code: Select all

DiscImageCreator audio <DriveLetter> TOC 4 -8000 -1150
    :
    :
    :

Code: Select all

DiscImageCreator audio <DriveLetter> TOC 4 -20000 -1150

Re: [DONE] Discussing the multisession cue

Posted: Mon May 06, 2019 12:13 am
by user7
Which drive model do you prefer i test with?

Re: [DONE] Discussing the multisession cue

Posted: Mon May 06, 2019 1:21 am
by sarami
Both drives

Re: [DONE] Discussing the multisession cue

Posted: Mon May 06, 2019 2:43 am
by user7
I tested with my 755SA:

Code: Select all

DiscImageCreator audio g TOC 4 -6000 -1150
DiscImageCreator audio g TOC 4 -7000 -1150
DiscImageCreator audio g TOC 4 -8000 -1150
DiscImageCreator audio g TOC 4 -9000 -1150
DiscImageCreator audio g TOC 4 -10000 -1150
DiscImageCreator audio g TOC 4 -11000 -1150
DiscImageCreator audio g TOC 4 -12000 -1150
DiscImageCreator audio g TOC 4 -13000 -1150
DiscImageCreator audio g TOC 4 -14000 -1150
DiscImageCreator audio g TOC 4 -15000 -1150
DiscImageCreator audio g TOC 4 -16000 -1150
DiscImageCreator audio g TOC 4 -17000 -1150
DiscImageCreator audio g TOC 4 -18000 -1150
DiscImageCreator audio g TOC 4 -19000 -1150
DiscImageCreator audio g TOC 4 -20000 -1150
output: https://drive.google.com/file/d/11rXdH5 … sp=sharing

Let me know if this was done correctly and I will test with my 708 next.

Re: [DONE] Discussing the multisession cue

Posted: Mon May 06, 2019 7:14 am
by sarami
Uploaded. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
added: timeout value in /ms
Try this.

Code: Select all

DiscImageCreator cd <DriveLetter> <filename> <drivespeed> /ms 2

Re: [DONE] Discussing the multisession cue

Posted: Mon May 06, 2019 10:03 am
by user7

Re: [DONE] Discussing the multisession cue

Posted: Mon May 06, 2019 8:27 pm
by sarami
ok, I understood your system can't return the error code properly.
http://www.mediafire.com/file/eq80y20l9 … st.7z/file
deleted: timeout value in /ms
added: forced to cancel reading

Re: [DONE] Discussing the multisession cue

Posted: Tue May 07, 2019 1:55 am
by user7

Code: Select all

C:\Users\Jaguar\Desktop\Downloads\DiscImageCreator_test\Release_ANSI>DiscImageCreator cd g saramitest.bin 48 /ms 2
AppVersion
        x86, AnsiBuild, 20190507  94437
Unknown option: [2]
Usage
        cd <DriveLetter> <Filename> <DriveSpeed(0-72)> [/q] [/a (val)]
           [/be (str) or /d8] [/c2 (val1) (val2) (val3) (val4)] [/f (val)] [/m]
           [/p] [/ms] [/vn (val)] [/sf (val)] [/ss] [/np] [/nq] [/nr] [/nl] [/ns] [/s (val)]
                Dump a CD from A to Z
                For PLEXTOR or drive that can scramble Dumping
        swap <DriveLetter> <Filename> <DriveSpeed(0-72)> [/q] [/a (val)]
           [/be (str) or /d8] [/c2 (val1) (val2) (val3) (val4)] [/f (val)] [/m]
           [/p] [/ms] [/sf (val)] [/ss] [/np] [/nq] [/nr] [/nl] [/ns] [/s (val)] [/74]
                Dump a CD from A to Z using swap trick
                For no PLEXTOR or drive that can't scramble dumping
        data <DriveLetter> <Filename> <DriveSpeed(0-72)> <StartLBA> <EndLBA+1>
             [/q] [/be (str) or /d8] [/c2 (val1) (val2) (val3) (val4)]
             [/sf (val)] [/sk (val1) (val2)] [/ss] [/r] [/np] [/nq] [/nr] [/s (val)]
                Dump a CD from start to end (using 'all' flag)
                For no PLEXTOR or drive that can't scramble dumping
        audio <DriveLetter> <Filename> <DriveSpeed(0-72)> <StartLBA> <EndLBA+1>
              [/q] [/a (val)] [/c2 (val1) (val2) (val3) (val4)]
              [/be (str) or /d8] [/sf (val)] [/np] [/nq] [/nr] [/s (val)]
                Dump a CD from start to end (using 'cdda' flag)
Press any key to continue . . .

Re: [DONE] Discussing the multisession cue

Posted: Tue May 07, 2019 2:16 am
by sarami
sarami wrote:deleted: timeout value in /ms
remove "2"

Re: [DONE] Discussing the multisession cue

Posted: Tue May 07, 2019 9:43 am
by user7