Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

cueconvert.1 785 B

20 anos atrás
20 anos atrás
20 anos atrás
19 anos atrás
19 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
20 anos atrás
12345678910111213141516171819202122232425262728293031323334
  1. .TH cuetools 1
  2. .
  3. .SH NAME
  4. cueconvert
  5. .
  6. .SH DESCRIPTION
  7. cueconvert \- convert between the cue and toc formats
  8. .
  9. .SH SYNOPSIS
  10. .B cueconvert
  11. [option...] [infile [outfile]]
  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 input file
  21. .
  22. .TP
  23. .B \-o, \--output-format cue|toc
  24. set format of output file
  25. .
  26. .SH NOTES
  27. 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.
  28. .
  29. .SH AUTHOR
  30. Svend Sorensen
  31. .
  32. .SH "SEE ALSO"
  33. cuebreakpoints(1),
  34. cueprint(1)