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.
 
 
 
 
 
 

25 Zeilen
740 B

  1. .TH cuetools 1
  2. .SH NAME
  3. cueconvert
  4. .SH DESCRIPTION
  5. cueconvert \- convert between the cue and toc formats
  6. .SH SYNTAX
  7. cueconvert [\-h] [\-i cue|toc] [\-o cue|toc] [infile [outfile]]
  8. .SH OPTIONS
  9. .TP
  10. .B \-h
  11. print usage information
  12. .TP
  13. .B \-i cue|toc
  14. set format of input file
  15. .TP
  16. .B \-o cue|toc
  17. set format of output file
  18. .SH NOTES
  19. 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.
  20. .SH AUTHOR
  21. Svend Sorensen
  22. .SH "SEE ALSO"
  23. cuebreakpoints(1),
  24. cueprint(1)