The command ccd2cue is used to convert CCD sheet files in
CUE sheet files. It is invoked as follow:
ccd2cue [OPTION…] [ccd-file]
The input file, referred as ccd-file, must exist. If ccd-file is ‘-’, or omitted, standard input is used.
Output options:
-c--cd-text=cdt-fileWrite CD-Text data to cdt-file.
-o--output=cue-fileWrite output to cue-file.
While the main output file cue-file is always generated, the cdt-file is created only when there is CD-Text info. If cue-file is ‘-’, or --output is omitted, standard output is used.
Conversion options:
-a--absolute-file-nameUse absolute file name deduction.
-i--image=img-fileReference img-file as the image file.
The img-file is a reference to a data file required only at burning time and thus its existence is not enforced at the conversion stage.
Help options:
-?--helpGive a help list.
--usageGive a short usage message.
-V--versionPrint program version.
Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.