Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
19 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
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 SYNTAX
  10. .B cueconvert
  11. [\-h] [\-i cue|toc] [\-o cue|toc] [infile [outfile]]
  12. .
  13. .SH OPTIONS
  14. .TP
  15. .B \-h
  16. print usage information
  17. .
  18. .TP
  19. .B \-i cue|toc
  20. set format of input file
  21. .
  22. .TP
  23. .B \-o 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)