Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

24 Zeilen
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)