diff options
Diffstat (limited to 'multimedia/mirage2iso/mirage2iso.1')
-rw-r--r-- | multimedia/mirage2iso/mirage2iso.1 | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/multimedia/mirage2iso/mirage2iso.1 b/multimedia/mirage2iso/mirage2iso.1 new file mode 100644 index 0000000000000..0d669013a7f79 --- /dev/null +++ b/multimedia/mirage2iso/mirage2iso.1 @@ -0,0 +1,109 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "MIRAGE2ISO" 1 "2022-01-25" "0.4.2" "SlackBuilds.org" +.SH NAME +mirage2iso \- convert various CD/DVD image formats to ISO +.\" RST source for mirage2iso(1) man page. Convert with: +. +.\" rst2man.py mirage2iso.rst > mirage2iso.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +mirage2iso [\fI\-options\fP] \fIinput\-file\fP [\fIoutput.iso\fP] +.SH DESCRIPTION +.sp +\fBmirage2iso\fP extracts an ISO\-9660 image from a CD/DVD image in any +format supported by \fBlibmirage\fP\&. This includes \fIbin/cue\fP, \fInrg\fP +(Nero), \fImds\fP (Alcohol 120%), and many more; see the libmirage +documentation for the full list. +.sp +The \fIinput\-file\fP argument is required, and there\(aqs no way to read +from standard input. For multi\-file formats (\fIbin/cue\fP, \fIbin/toc\fP, +etc), the \fIinput\-file\fP must be the one containing the table of +contents (the \fIcue\fP or \fItoc\fP file, which will also be the smallest +file of the set). +.sp +With no \fIoutput.iso\fP argument, the output filename is "guessed" based +on the input filename, with the extension changed to \fI\&.iso\fP\&. If this +file already exists, it will not be overwritten (unless the \fB\-f\fP, +\fB\-\-force\fP option is given). +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-f\fP,\fB \-\-force +Force replacing the guessed output file. +.TP +.BI \-p\fP,\fB \-\-password\fB= PASS +Password for the encrypted image. +.TP +.B \-q\fP,\fB \-\-quiet +Disable progress reporting, output only errors. +.TP +.BI \-s\fP,\fB \-\-session\fB= N +Session to use (default: the last one). +.TP +.B \-c\fP,\fB \-\-stdout +Output the image into stdout instead of a file. +.TP +.B \-v\fP,\fB \-\-verbose +Increase progress reporting verbosity. +.TP +.B \-V\fP,\fB \-\-version +Print program version and exit. +.TP +.B \-h\fP,\fB \-\-help +Print built\-in help and exit. +.UNINDENT +.SH LIMITATIONS +.sp +\fBmirage2iso\fP doesn\(aqt support images with multiple data tracks in the +same session. Only the first data (Mode1) track will be converted. +.sp +It doesn\(aqt support tracks other than Mode1 either, i.e. it is able to +convert only standard data tracks. It won\(aqt work with your PSX games +and other stuff relying on Mode2. +.SH COPYRIGHT +.sp +See the file /usr/doc/mirage2iso\-0.4.2/COPYING for license information. +.SH AUTHORS +.sp +mirage2iso was written by Michał Górny. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +\fBbchunk\fP(1) +.sp +/usr/doc/mirage2iso\-0.4.2/README +.\" Generated by docutils manpage writer. +. |