Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DolphinTool convert -h
- Usage: convert [options]... [FILE]...
- Options:
- -h, --help show this help message and exit
- -u USER, --user=USER User folder path, required for temporary processing
- files. Will be automatically created if this option is
- not set.
- -i FILE, --input=FILE
- Path to disc image FILE.
- -o FILE, --output=FILE
- Path to the destination FILE.
- -f FORMAT, --format=FORMAT
- Container format to use. Default is RVZ. [iso|gcz|wia|rvz]
- -s, --scrub Scrub junk data as part of conversion.
- -b BLOCK_SIZE, --block_size=BLOCK_SIZE
- Block size for GCZ/WIA/RVZ formats, as an integer.
- Suggested value for RVZ: 131072 (128 KiB)
- -c COMPRESSION, --compression=COMPRESSION
- Compression method to use when converting to WIA/RVZ.
- Suggested value for RVZ: zstd [none|zstd|bzip|lzma|lzma2]
- -l COMPRESSION_LEVEL, --compression_level=COMPRESSION_LEVEL
- Level of compression for the selected method. Ignored
- if 'none'. Suggested value for zstd: 5
- DolphinTool verify -h
- Usage: verify [options]...
- Options:
- -h, --help show this help message and exit
- -u USER, --user=USER User folder path, required for temporary processing
- files. Will be automatically created if this option is
- not set.
- -i FILE, --input=FILE
- Path to disc image FILE.
- -a ALGORITHM, --algorithm=ALGORITHM
- Optional. Compute and print the digest using the
- selected algorithm, then exit. [crc32|md5|sha1]
- DolphinTool header -h
- Usage: header [options]...
- Options:
- -h, --help show this help message and exit
- -i FILE, --input=FILE
- Path to disc image FILE.
- -b, --block_size Optional. Print the block size of GCZ/WIA/RVZ formats,
- then exit.
- -c, --compression Optional. Print the compression method of GCZ/WIA/RVZ
- formats, then exit.
- -l, --compression_level
- Optional. Print the level of compression for WIA/RVZ
- formats, then exit.
Advertisement
Add Comment
Please, Sign In to add comment