1TOC2CUE(1) CDRDAO TOC2CUE(1)
2
3
4
6 toc2cue - converts a TOC files of cdrdao(1) into a .cue file
7
8
10 toc2cue [-v verbosity_level] input_toc_file output_cue_file
11
12 toc2cue [-V]
13
14
16 toc2cue converts a TOC file of cdrdao(1) into a .cue file.
17
18 Please note that the resulting cue file is only valid if the toc-file
19 was created with cdrdao(1) using the commands 'read-toc' or 'read-cd'.
20 For manually created or edited toc-files the cue file may not be cor‐
21 rect. This program just checks for the most obvious toc-file features
22 that cannot be converted to a cue file. Furthermore, if the toc-file
23 contains audio tracks the byte order of the image file will be wrong.
24 This will result in static noise when the cue file is used for record‐
25 ing (even with cdrdao(1) itself).
26
27
29 -v verbosity_level
30 Sets the verbosity level to use, can be a integer between 1 and
31 3. By default, only fatal errors are displayed. A verbosity
32 level of 1 shows warnings, 2 warnings and errors, 3 warnings,
33 errors and internal errors.
34
35 -V Prints the version of toc2cue.
36
37
39 cdrdao(1)
40
41
43 toc2cue was written by Andreas Mueller <andreas@daneb.de> and is part
44 of cdrdao(1).
45
46 This manual page was written by Francois Wendling <frwendling@free.fr>
47 and revised by Daniel Baumann <daniel@debian.org>, for the Debian
48 project (but may be used by others).
49
50
51
521.2.2 2006-11-17 TOC2CUE(1)