Coder Social home page Coder Social logo

Comments (4)

RupertAvery avatar RupertAvery commented on June 18, 2024

Thanks for using PSXPackager.

It would be nice to support these, but they are not open standards and I have difficulty finding documentation about the file formats.

from psxpackager.

mrsilver76 avatar mrsilver76 commented on June 18, 2024

For CHD, could you not just shell out to chdman?

For example, if you get a CHD as an input file, use chdman extractcd to extract the contents to a temporary folder (which will likely result in BIN and CUE files) and then work on that.

If someone wants to convert to CHD, create BIN and CUE files and then use chdman createcd to generate the CHD.

from psxpackager.

malvarenga123 avatar malvarenga123 commented on June 18, 2024

CHD has a standalone library: https://github.com/rtissera/libchdr
CCD is a different type of cuesheet used by CloneCD. You may find out how they're structured by looking at DIC's source:
https://github.com/saramibreak/DiscImageCreator/blob/master/DiscImageCreator/output.cpp (just search for 'writeccd')

from psxpackager.

RupertAvery avatar RupertAvery commented on June 18, 2024

This could become possible with https://github.com/HeatXD/chdr_cs, which are automatically generated bindings for libchdr

from psxpackager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.