mirage2iso.rst 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .. RST source for mirage2iso(1) man page. Convert with:
  2. .. rst2man.py mirage2iso.rst > mirage2iso.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 0.4.2
  5. .. |date| date::
  6. ==========
  7. mirage2iso
  8. ==========
  9. -------------------------------------------
  10. convert various CD/DVD image formats to ISO
  11. -------------------------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. mirage2iso [*-options*] *input-file* [*output.iso*]
  19. DESCRIPTION
  20. ===========
  21. **mirage2iso** extracts an ISO-9660 image from a CD/DVD image in any
  22. format supported by **libmirage**. This includes *bin/cue*, *nrg*
  23. (Nero), *mds* (Alcohol 120%), and many more; see the libmirage
  24. documentation for the full list.
  25. The *input-file* argument is required, and there's no way to read
  26. from standard input. For multi-file formats (*bin/cue*, *bin/toc*,
  27. etc), the *input-file* must be the one containing the table of
  28. contents (the *cue* or *toc* file, which will also be the smallest
  29. file of the set).
  30. With no *output.iso* argument, the output filename is "guessed" based
  31. on the input filename, with the extension changed to *.iso*. If this
  32. file already exists, it will not be overwritten (unless the **-f**,
  33. **--force** option is given).
  34. OPTIONS
  35. =======
  36. -f, --force
  37. Force replacing the guessed output file.
  38. -p, --password=PASS
  39. Password for the encrypted image.
  40. -q, --quiet
  41. Disable progress reporting, output only errors.
  42. -s, --session=N
  43. Session to use (default: the last one).
  44. -c, --stdout
  45. Output the image into stdout instead of a file.
  46. -v, --verbose
  47. Increase progress reporting verbosity.
  48. -V, --version
  49. Print program version and exit.
  50. -h, --help
  51. Print built-in help and exit.
  52. LIMITATIONS
  53. ===========
  54. **mirage2iso** doesn't support images with multiple data tracks in the
  55. same session. Only the first data (Mode1) track will be converted.
  56. It doesn't support tracks other than Mode1 either, i.e. it is able to
  57. convert only standard data tracks. It won't work with your PSX games
  58. and other stuff relying on Mode2.
  59. COPYRIGHT
  60. =========
  61. See the file /usr/doc/mirage2iso-|version|/COPYING for license information.
  62. AUTHORS
  63. =======
  64. mirage2iso was written by Michał Górny.
  65. This man page written for the SlackBuilds.org project
  66. by B. Watson, and is licensed under the WTFPL.
  67. SEE ALSO
  68. ========
  69. **bchunk**\(1)
  70. /usr/doc/mirage2iso-|version|/README