|
NAMEcueconvert - convert files between CUE and TOC formatsSYNOPSIScueconvert [ -i format | --input-format=format ] [ -o format | --output-format=format ] [ infile [ outfile ] ]cueconvert -h | --help cueconvert -V | --version DESCRIPTIONcueconvert coverts files between the CUE and TOC formats, each of which are commonly used by compact disc ripping software to denote track breakpoints and other data.The operands are optional; if infile is not specified, cueconvert reads from standard input, and if outfile is not specified, it writes to standard output. If no filenames are specified, standard input is used, and an input format option must be specified. The complementary format is used for output. If filenames are provided, but format options are not specified, the input and output formats will be guessed based on each filename's suffix (e.g., .cue or .toc). This heuristic is case-insensitive. OPTIONS
The option argument format must be either cue or toc. EXIT STATUScueconvert exits with status zero if it successfully coverts the input file, and nonzero if there were problems.AUTHORCuetools was written by Svend Sorensen. Branden Robinson contributed fixes and enhancements to the utilities and documentation.SEE ALSOcuebreakpoints(1), cueprint(1) Visit the GSP FreeBSD Man Page Interface. |