convert command converts disc images between ISO, GCZ, WIA, and RVZ formats with various compression options.
Usage
Options
Path to the source disc image file.Supported input formats:
- ISO/GCM (uncompressed)
- GCZ (Dolphin compressed)
- WIA (Wii Image Archive)
- RVZ (Revolutionary)
- WBFS (Wii Backup File System)
Path to the destination file.The output extension should match the format specified with
-f.Container format to use for the output file.Available formats:
iso- Uncompressed disc imagegcz- GameCube compressed formatwia- Wii Image Archivervz- Revolutionary (recommended)
rvz if not specified.Block size for GCZ/WIA/RVZ formats, in bytes.Required for GCZ, WIA, and RVZ formats.Recommended values:
- RVZ:
131072(128 KiB) - Best balance - WIA:
131072(128 KiB) - GCZ:
16384(16 KiB) - Legacy compatibility
Compression method for WIA/RVZ formats.Required for WIA and RVZ formats.Available methods:
none- No compressionzstd- Zstandard (RVZ only, recommended)bzip2- Bzip2 compressionlzma- LZMA compressionlzma2- LZMA2 compression
zstd. RVZ does not support purge.Compression level for the selected method.Required when compression is not
none.Recommended values for Zstandard:5- Good balance (recommended)1-9- Fast compression10-19- Better compression20-22- Maximum compression (slow)
- Zstandard: 1-22
- Bzip2: 1-9
- LZMA/LZMA2: 0-9
Remove junk data during conversion to reduce file size.Scrubbing:
- Removes unused data from disc image
- Reduces file size
- May not work with all games
- Warning: RVZ already has excellent compression; scrubbing provides minimal benefit
User folder path for temporary processing files.Will be automatically created if not set. Used for temporary data during conversion.
Examples
Convert ISO to RVZ (Recommended)
Best balance of size and speed:Maximum Compression
For archival purposes:Fast Conversion
Quicker processing with moderate compression:Convert to ISO (Decompress)
Extract to plain ISO format:-b, -c, and -l are not needed for ISO output.
Convert with Scrubbing
Remove junk data while converting:Legacy GCZ Format
For older Dolphin versions:WIA Format
Using LZMA2 compression:Compression Comparison
Typical compression ratios for a 4.3 GB Wii game:| Format | Compression | Level | Size | Time |
|---|---|---|---|---|
| ISO | None | - | 4.3 GB | - |
| GCZ | Deflate | - | 2.1 GB | 5 min |
| RVZ | Zstandard | 5 | 1.8 GB | 3 min |
| RVZ | Zstandard | 22 | 1.6 GB | 15 min |
| RVZ | LZMA2 | 5 | 1.7 GB | 12 min |
Format Recommendations
For General Use: RVZ with Zstandard
- Excellent compression ratio
- Fast compression/decompression
- Modern codec
- Best overall choice
For Maximum Compatibility: ISO
- Works everywhere
- No decompression overhead
- Easy to mount/modify
- Very large file size
- Requires external compression for storage
For Legacy Systems: GCZ
- Compatible with older Dolphin versions
- Decent compression
- Superseded by RVZ
- Larger than RVZ
- Not recommended for new conversions
Warnings and Messages
DolphinTool may display warnings during conversion:Scrubbing RVZ Warning
Scrubbing ISO Warning
Wii to GCZ Warning
NKit Warning
Block Size Compatibility
Error Messages
No input set
Missing-i option. Specify input file:
No output set
Missing-o option. Specify output file:
No output format set
Missing or invalid-f option. Choose from: iso, gcz, wia, rvz
Block size must be set for GCZ/RVZ/WIA
Compressed formats require-b option:
Compression method must be set for WIA or RVZ
WIA and RVZ require-c option:
Compression level must be set when compression type is not ‘none’
Specify-l when using compression:
The input file could not be opened
Check:- File exists
- File path is correct
- You have read permissions
- File is not corrupted
Conversion failed
General failure. Check:- Sufficient disk space
- Valid input file
- Write permissions for output directory
Performance Tips
- Use SSD storage - Significantly faster than HDD
- Higher compression levels - Slower but smaller files
- Larger block sizes - Better compression ratio, slightly slower
- Zstandard compression - Best speed/ratio balance
Batch Conversion Script
Convert all ISOs in a directory:See Also
- Verify Command - Verify converted images
- Header Command - Inspect compression settings
- DolphinTool Overview - Other utilities