25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
633 B

  1. .TH cuetools 1
  2. .SH NAME
  3. cuebreakpoints
  4. .SH DESCRIPTION
  5. cuebreakpoints \- print the breakpoints from a cue or toc file
  6. .SH SYNTAX
  7. cueconvert [\-h] [\-i cue|toc] [\-o cue|toc] [file...]
  8. .SH OPTIONS
  9. .TP
  10. .B \-h
  11. print usage information
  12. .TP
  13. .B \-i cue|toc
  14. set format of file(s)
  15. .SH NOTES
  16. The breakpoints are in a format usable by shnsplit (part of the shntool package). A track breakpoint is at index 1.
  17. .PP
  18. 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.
  19. .SH AUTHOR
  20. Svend Sorensen
  21. .SH "SEE ALSO"
  22. cueconvert(1),
  23. cueprint(1)