1cueconvert(1)               General Commands Manual              cueconvert(1)
2
3
4

NAME

6       cueconvert - convert files between CUE and TOC formats
7

SYNOPSIS

9       cueconvert  [  -i format | --input-format=format ] [ -o format | --out‐
10       put-format=format ] [ infile [ outfile ] ]
11       cueconvert -h | --help
12       cueconvert -V | --version
13

DESCRIPTION

15       cueconvert coverts files between the CUE and TOC formats, each of which
16       are  commonly  used  by  compact  disc ripping software to denote track
17       breakpoints and other data.
18
19       The operands are optional; if infile is not specified, cueconvert reads
20       from  standard  input,  and  if  outfile is not specified, it writes to
21       standard output.
22
23       If no filenamess are specified, standard input is used,  and  an  input
24       format  option must be specified.  The complementary format is used for
25       output.
26
27       If filenames are provided, but format options are  not  specified,  the
28       input  and output formats will be guessed based on each filename's suf‐
29       fix (e.g., .cue or .toc).  This heuristic is case-insensitive.
30

OPTIONS

32       -h, --help
33              displays a usage message and exits.
34
35       -i format, --input-format=format
36              sets the expected format of the input file to format.
37
38       -o format, --output-format=format
39              sets the format of the generated output file to format.
40
41       -V ,  --version
42              displays version information and exits.
43
44       The option argument format must be either cue or toc.
45

EXIT STATUS

47       cueconvert exits with status zero if it successfully coverts the  input
48       file, and nonzero if there were problems.
49

AUTHOR

51       Cuetools  was  written by Svend Sorensen.  Branden Robinson contributed
52       fixes and enhancements to the utilities and documentation.
53

SEE ALSO

55       cuebreakpoints(1), cueprint(1)
56
57
58
59                                                                 cueconvert(1)
Impressum