lanux128

DolphinTool

Jun 12th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. DolphinTool convert -h
  2. Usage: convert [options]... [FILE]...
  3.  
  4. Options:
  5. -h, --help show this help message and exit
  6. -u USER, --user=USER User folder path, required for temporary processing
  7. files. Will be automatically created if this option is
  8. not set.
  9. -i FILE, --input=FILE
  10. Path to disc image FILE.
  11. -o FILE, --output=FILE
  12. Path to the destination FILE.
  13. -f FORMAT, --format=FORMAT
  14. Container format to use. Default is RVZ. [iso|gcz|wia|rvz]
  15. -s, --scrub Scrub junk data as part of conversion.
  16. -b BLOCK_SIZE, --block_size=BLOCK_SIZE
  17. Block size for GCZ/WIA/RVZ formats, as an integer.
  18. Suggested value for RVZ: 131072 (128 KiB)
  19. -c COMPRESSION, --compression=COMPRESSION
  20. Compression method to use when converting to WIA/RVZ.
  21. Suggested value for RVZ: zstd [none|zstd|bzip|lzma|lzma2]
  22. -l COMPRESSION_LEVEL, --compression_level=COMPRESSION_LEVEL
  23. Level of compression for the selected method. Ignored
  24. if 'none'. Suggested value for zstd: 5
  25.  
  26. DolphinTool verify -h
  27. Usage: verify [options]...
  28.  
  29. Options:
  30. -h, --help show this help message and exit
  31. -u USER, --user=USER User folder path, required for temporary processing
  32. files. Will be automatically created if this option is
  33. not set.
  34. -i FILE, --input=FILE
  35. Path to disc image FILE.
  36. -a ALGORITHM, --algorithm=ALGORITHM
  37. Optional. Compute and print the digest using the
  38. selected algorithm, then exit. [crc32|md5|sha1]
  39.  
  40. DolphinTool header -h
  41. Usage: header [options]...
  42.  
  43. Options:
  44. -h, --help show this help message and exit
  45. -i FILE, --input=FILE
  46. Path to disc image FILE.
  47. -b, --block_size Optional. Print the block size of GCZ/WIA/RVZ formats,
  48. then exit.
  49. -c, --compression Optional. Print the compression method of GCZ/WIA/RVZ
  50. formats, then exit.
  51. -l, --compression_level
  52. Optional. Print the level of compression for WIA/RVZ
  53. formats, then exit.
  54.  
Advertisement
Add Comment
Please, Sign In to add comment