Redump2CDI: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Redump2CDI''' is a utility created by [[darc]] to convert Redump Dreamcast CD-ROM images to [[DiscJuggler]] format. The Redump image format is a non-standard form of BIN+CUE image that cannot be burned or mounted with much existing software, so conversion is convenient for non-archival purposes.
'''Redump2CDI''' is a utility created by [[darc]] to convert Redump Dreamcast CD-ROM images to [[DiscJuggler]] format. The Redump image format is a non-standard form of BIN+CUE image that cannot be burned or mounted with much existing software, so conversion is convenient for non-archival purposes.


Redump2CDI is intended only for Redump Dreamcast CD-ROM images. It is not intended to convert GD-ROM images or old schoool non-selfboot BIN+CUE Dreamcast files.
Redump2CDI is intended only for Redump Dreamcast CD-ROM images. It is not intended to convert GD-ROM images or old school non-selfboot BIN+CUE Dreamcast files.


* Download: [[:File:Redump2cdi-0.1.0-2023-09-23.zip|Redump2CDI TEST/BETA 0.1.0 2023-09-23]] (Windows x86_64, Mac x86_64/aarch64, Linux x86_64 binaries included)
This is a beta version.
 
* [[:File:Redump2cdi-0.9.0-2024-03-30.zip|Redump2CDI TEST/BETA 0.9.0 2024-03-30]] (Windows/macOS/Linux/FreeBSD binaries provided)
* [[:File:Redump2cdi-0.1.0-2023-09-23.zip|Redump2CDI TEST/BETA 0.1.0 2023-09-23]]


To use, run like so:
To use, run like so:
  redump2cdi -i "My Favorite Game (Unl).cue" -o myfavgame.cdi
  redump2cdi -i "My Favorite Game (Unl).cue" -o myfavgame.cdi
==Changelog==
* 0.9.0: Added support for processing MODE1/2352 tracks. These aren't used in Dreamcast images, but support for these tracks was requested as it helps this utility be useful for converting other systems' images, too.
* 0.8.0: Largely refactored code. Not publicly released.
* 0.1.0: Initial release.
==Windows GUI application==
A Windows GUI frontend for Redump2CDI has kindly been provided by teddyrogers. Make sure to download the latest version of Redump2CDI above and place the Windows executable in the same folder as the GUI application.
* [[:File:Redump2CDI-GUI v1.0.zip|Redump2CDI GUI v1.0]]

Latest revision as of 20:10, 21 April 2024

Redump2CDI is a utility created by darc to convert Redump Dreamcast CD-ROM images to DiscJuggler format. The Redump image format is a non-standard form of BIN+CUE image that cannot be burned or mounted with much existing software, so conversion is convenient for non-archival purposes.

Redump2CDI is intended only for Redump Dreamcast CD-ROM images. It is not intended to convert GD-ROM images or old school non-selfboot BIN+CUE Dreamcast files.

This is a beta version.

To use, run like so:

redump2cdi -i "My Favorite Game (Unl).cue" -o myfavgame.cdi

Changelog

  • 0.9.0: Added support for processing MODE1/2352 tracks. These aren't used in Dreamcast images, but support for these tracks was requested as it helps this utility be useful for converting other systems' images, too.
  • 0.8.0: Largely refactored code. Not publicly released.
  • 0.1.0: Initial release.

Windows GUI application

A Windows GUI frontend for Redump2CDI has kindly been provided by teddyrogers. Make sure to download the latest version of Redump2CDI above and place the Windows executable in the same folder as the GUI application.