DiscImageCreator
Re: DiscImageCreator
I do have PX-4012 and Premium. Just recently was looking at getting information about replacement lasers for plextors, and this seemed interesting for me.
Re: DiscImageCreator
https://github.com/saramibreak/DiscImag … g/20240101
*2024-01-01
- added /t option in the data command for Tages
- fixed fail to dump blu-ray disc except for PS3 (2023-12-01 version bug)
- fixed incorrect Enhanced CD data track (2023-12-01 version bug)
- fixed error handling for merge command
- fixed fail to dump when LG/ASUS drive is used (2023-12-01 version bug)
- fixed parsing PS3UPDAT.PUP (2023-12-01 version bug)
- fixed access outside the array range
*2024-01-01
- added /t option in the data command for Tages
- fixed fail to dump blu-ray disc except for PS3 (2023-12-01 version bug)
- fixed incorrect Enhanced CD data track (2023-12-01 version bug)
- fixed error handling for merge command
- fixed fail to dump when LG/ASUS drive is used (2023-12-01 version bug)
- fixed parsing PS3UPDAT.PUP (2023-12-01 version bug)
- fixed access outside the array range
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
-
bikerspade
- Posts: 1370
- Joined: Thu Jun 18, 2026 1:04 am
Re: DiscImageCreator
The following issue was encountered with DiscImageCreator 20230606:
/viewtopic.php?t=46439 … ke-france/
/viewtopic.php?t=46439 … ke-france/
You do not have the required permissions to view the files attached to this post.
Last edited by bikerspade on Tue Jan 02, 2024 11:25 am, edited 1 time in total.
-
bikerspade
- Posts: 1370
- Joined: Thu Jun 18, 2026 1:04 am
Re: DiscImageCreator
Do you know if DiscImageCreator is stripping out subcode channels R through W in the .sub file?
I recently dumped a CD+G disc with both CloneCD and DiscImageCreator. Testing the ccd/img/sub produced by CloneCD on my Sega Saturn produces the graphics I expect. With the ccd/img/sub produced by DiscImageCreator, it does not produce any graphics whatsoever, as though it was a plain audio CD.
I recently dumped a CD+G disc with both CloneCD and DiscImageCreator. Testing the ccd/img/sub produced by CloneCD on my Sega Saturn produces the graphics I expect. With the ccd/img/sub produced by DiscImageCreator, it does not produce any graphics whatsoever, as though it was a plain audio CD.
Re: DiscImageCreator
Pack mode sub is needed.bikerspade wrote:Do you know if DiscImageCreator is stripping out subcode channels R through W in the .sub file?
I recently dumped a CD+G disc with both CloneCD and DiscImageCreator. Testing the ccd/img/sub produced by CloneCD on my Sega Saturn produces the graphics I expect. With the ccd/img/sub produced by DiscImageCreator, it does not produce any graphics whatsoever, as though it was a plain audio CD.
Code: Select all
struct _PLXTR_READ_CDDA {
enum _SUB_CHANNEL_SELECTION {
NoSub = 0,
MainQ = 1, // Main data + Formatted Q sub-channel data
MainPack = 2, // Main data + Raw P-Q + Corrected and de-interleaved R-W sub-channel data
Raw = 3, // Raw P-W sub-channel data
MainC2Raw = 8 // Main data + C2 error data + Raw P-W sub-channel data
// 4 to 7, 9 to 255 is reserved
} SUB_CHANNEL_SELECTION, *PSUB_CHANNEL_SELECTION;
} PLXTR_READ_CDDA, *PPLXTR_READ_CDDA;DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
-
bikerspade
- Posts: 1370
- Joined: Thu Jun 18, 2026 1:04 am
Re: DiscImageCreator
DIC sub CloneCD_sub
In _subReadable.txt, I noticed it is not logging any TV-GRAPHICS instructions for track 01, even though the first track of this disc has CD+G content.
Is this the correct command syntax, or is there a particular flag I need to provide for "Pack mode sub"?
In _subReadable.txt, I noticed it is not logging any TV-GRAPHICS instructions for track 01, even though the first track of this disc has CD+G content.
Is this the correct command syntax, or is there a particular flag I need to provide for "Pack mode sub"?
Code: Select all
cd H:\ Information Society - Information Society (USA).bin 8 /q /s 2 Re: DiscImageCreator
Uploaded test version. https://www.mediafire.com/file/eq80y20l … st.7z/file
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
-
bikerspade
- Posts: 1370
- Joined: Thu Jun 18, 2026 1:04 am
Re: DiscImageCreator
Does not work. I tested with the latest nightly build of ares with its CD+G support for MegaCD.
When I replaced the DIC-generated .sub with the one generated by CloneCD, CD+G works.
You can test CD+G for yourself with the nightly build here: https://github.com/ares-emulator/ares/r … ag/nightly
When I replaced the DIC-generated .sub with the one generated by CloneCD, CD+G works.
You can test CD+G for yourself with the nightly build here: https://github.com/ares-emulator/ares/r … ag/nightly
You do not have the required permissions to view the files attached to this post.
Re: DiscImageCreator
Retry to dump using /c2. I confirmed that DIC-generated .sub (also CloneCD .sub) works by the other CD+G supported player (https://www.vector.co.jp/download/file/ … 27763.html). ares --- I don't know how to read the ccd-img-sub format.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
-
bikerspade
- Posts: 1370
- Joined: Thu Jun 18, 2026 1:04 am
Re: DiscImageCreator
Excellent, when I re-dumped with the /c2 flag re-enabled, CD+G works.
I saw something odd in the _20240216T230252.txt file (see the last line below):
I saw something odd in the _20240216T230252.txt file (see the last line below):
Code: Select all
cd F:\ Information Society - Information Society (USA).bin 8 /c2 20 /q /s 2
(Subs indexes).cue are opened
(Subs indexes)(Track 1).bin are opened
(Subs indexes)(Track 2).bin are opened
(Subs indexes)(Track 3).bin are opened
(Subs indexes)(Track 4).bin are opened
(Subs indexes)(Track 5).bin are opened
(Subs indexes)(Track 6).bin are opened
(Subs indexes)(Track 7).bin are opened
(Subs indexes)(Track 8).bin are opened
(Subs indexes)(Track 9).bin are opened
(Subs indexes)(Track 10).bin are opened
[F:ConcatenateFromPregapToLeadout][L:2984] GetLastError: 2, The system cannot find the file specified.