Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

25 lignes
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)