Skip to content

refactor chdman extractcd to allow split .bin/.cue output #11727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 25 additions & 3 deletions docs/man/chdman.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
.\"
.\" chdman.1
.\"
.\" Man page created from source and usage information by
.\" Man page created from source and usage information by
.\" Ashley T. Howes <[email protected]>, February 2005
.\" updated by Cesare Falco <[email protected]>, February 2007
.\"
.TH CHDMAN 1 2016-07-21 0.176 "MAME Compressed Hunks of Data (CHD) manager"
.TH CHDMAN 1 2023-11-12 0.261 "MAME Compressed Hunks of Data (CHD) manager"
.\"
.\" NAME chapter
.SH NAME
Expand Down Expand Up @@ -84,6 +84,15 @@ Create a new compressed hard disk image from a raw file.
[\fB\-np \fIprocessors\fR]
Create a new compressed CD image from a raw file.
.TP
.B createdvd \
\-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-c none\fR|type1[,[...]]] \
[\fB\-np \fIprocessors\fR]
Create a new compressed DVD image from a raw file.
.TP
.B createld \
\-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
Expand Down Expand Up @@ -121,11 +130,19 @@ Extract a hard disk block image from a CHD image.
.B extractcd \
\-o \fIfilename\fR \
[\fB\-ob \fIfilename\fR] \
[\fB\-os\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR]
Extract a CDRDAO .toc/.bin, CDRWIN .bin/.cue, or Sega Dreamcast .GDI file from a CHD\-CD image.
.TP
.B extractdvd \
\-o \fIfilename\fR \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR]
Extract a DVD image from a CHD\-DVD image.
.TP
.B extractld \
\-o \fIfilename\fR \
[\fB\-f\fR] \
Expand Down Expand Up @@ -203,7 +220,7 @@ Effective length of the input in bytes.
.TP
.B \-\-inputframes, \-if \fIlength
Effective length of the input in frames.
.TP
.TP
.B \-\-inputhunks, \-ih \fIlength
Effective length of the input in hunks.
.TP
Expand Down Expand Up @@ -231,6 +248,11 @@ Output file name.
.B \-\-outputbin, \-ob \fIfilename
Output binary file name for extractcd.
.TP
.B \-\-splitcue, \-os
When using extractcd, write CDRWIN .bin/.cue format with individual data files for each track, using
.B \-ob
as a base name and extension if provided.
.TP
.B \-\-outputparent, \-op \fIfilename
Parent CHD's output file name.
.TP
Expand Down
Loading