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.

cueconvert.1 831 B

20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
19 jaren geleden
19 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
20 jaren geleden
1234567891011121314151617181920212223242526272829303132333435363738
  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. .TP
  27. .B \--version
  28. print version information
  29. .
  30. .SH NOTES
  31. 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.
  32. .
  33. .SH AUTHOR
  34. Svend Sorensen
  35. .
  36. .SH "SEE ALSO"
  37. cuebreakpoints(1),
  38. cueprint(1)