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.
 
 
 
 
 
 

47 lines
995 B

  1. .TH cuetools 1
  2. .
  3. .SH NAME
  4. cuebreakpoints
  5. .
  6. .SH DESCRIPTION
  7. cuebreakpoints \- print the breakpoints from a cue or toc file
  8. .
  9. .SH SYNOPSIS
  10. .B cuebreakpoints
  11. [option...] [file...]
  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 file(s)
  21. .
  22. .TP
  23. .B \--append-gaps
  24. append pregaps to previous track (default)
  25. .
  26. .TP
  27. .B \--prepend-gaps
  28. prefix pregaps to track
  29. .
  30. .TP
  31. .B \--split-gaps
  32. split at beginning and end of pregaps
  33. .
  34. .SH NOTES
  35. The breakpoints are in a format usable by shnsplit (part of the shntool package).
  36. .PP
  37. The first track's pregap cannot be appended to the previous track, so it is prefixed to the track in both append and prepend modes. If you want the track without it, use the split mode.
  38. .PP
  39. If no files are specified, stdin is used. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix.
  40. .
  41. .SH AUTHOR
  42. Svend Sorensen
  43. .
  44. .SH "SEE ALSO"
  45. cueconvert(1),
  46. cueprint(1)