You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
785 B

  1. .TH cuetools 1
  2. .
  3. .SH NAME
  4. cueconvert
  5. .
  6. .SH DESCRIPTION
  7. cueconvert \- convert between the cue and toc formats
  8. .
  9. .SH SYNOPSIS
  10. .B cueconvert
  11. [option...] [infile [outfile]]
  12. .
  13. .SH OPTIONS
  14. .TP
  15. .B \-h, \--help
  16. print usage information
  17. .
  18. .TP
  19. .B \-i, \--input-format cue|toc
  20. set format of input file
  21. .
  22. .TP
  23. .B \-o, \--output-format cue|toc
  24. set format of output file
  25. .
  26. .SH NOTES
  27. If infile or outfile is not specified, stdin and stdout are used, respectively. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix. If the output file format is not specified, and it cannot be determined from the suffix, it will be set to the opposite of the input format.
  28. .
  29. .SH AUTHOR
  30. Svend Sorensen
  31. .
  32. .SH "SEE ALSO"
  33. cuebreakpoints(1),
  34. cueprint(1)