How to Dump DVD Videos Using a Wii
In this tutorial, I'll show you how to dump DVD videos using a Wii console - ideal for those rare situations where you don’t have access to a regular disc drive. I’ll also explain how to decrypt the DVDs afterward.
Disclaimer
This method has only been lightly tested. I successfully used it to create an ISO of one movie. I am not responsible for any damage caused to your Wii's drive from excessive use.
Why Do This?
This tutorial was inspired by a friend in Venezuela who needed to dump an obscure DVD but lacked the proper hardware. All he had was a Wii, a PS3, and an old notebook that couldn’t read DVDs. My PS3 refused to rip DVDs protected with CSS (Content Scramble System), but with some effort, I was able to do it on a Wii.
Requirements
Software:
Hardware:
Step 1 – Determine Compatibility
Step 2 – Dump the Disc
Step 3 – Remove CSS (Content Scramble System)
Skip this step if your disc has no CSS protection, or if you plan to convert the ISO with MakeMKV.
Disclaimer
This method has only been lightly tested. I successfully used it to create an ISO of one movie. I am not responsible for any damage caused to your Wii's drive from excessive use.
Why Do This?
This tutorial was inspired by a friend in Venezuela who needed to dump an obscure DVD but lacked the proper hardware. All he had was a Wii, a PS3, and an old notebook that couldn’t read DVDs. My PS3 refused to rip DVDs protected with CSS (Content Scramble System), but with some effort, I was able to do it on a Wii.
Requirements
Software:
Hardware:
- Wii console (not Wii U, Wii Mini, or Wii Family Edition)
- SD card or USB drive (FAT or NTFS)
- WiiMC (used to verify compatibility)
Step 1 – Determine Compatibility
- Launch WiiMC.
- Insert your DVD.
- Click the disc icon. If you see a message stating that your Wii does not support DVD playback, your console is not compatible.
Step 2 – Dump the Disc
- Launch CleanRip.
- Press A to skip the disclaimer.
- Select Yes for checksum calculation.
- Choose your target storage: SD or USB.
- Select your file system: FAT or NTFS.
- Press A to continue.
- When asked to download Redump DAT files, select No.
- Press A to proceed.
- Set disc type to Wii.
- If the disc is dual-layer, set Dual Layer to Yes; otherwise No. If unsure, select Yes.
- Set Chunk Size to Max.
- Set New device per chunk to No.
- Press A to start dumping. This may take up to an hour for a dual-layer disc.
- Once done, insert the SD/USB into your computer.
- If the disc is dual-layer, merge the parts with the following command in Command Prompt:
Code:copy /b <path\to\part0.iso> + <path\to\part1.iso> <output\path\dvd.iso>
Example:
Code:copy /b E:\disc0.part0.iso + E:\disc0.part1.iso C:\dvd.iso
Note: Do not output to a FAT device, as the resulting file may exceed FAT size limits.
Step 3 – Remove CSS (Content Scramble System)
Skip this step if your disc has no CSS protection, or if you plan to convert the ISO with MakeMKV.
- Open the ISO in HxD. If all bytes appear as 0x55, your Wii couldn't read the DRM-protected disc. You cannot proceed.
- Open ImgDrive, then go to File → Mount Image and select your ISO.
- Click Mount.
- Open DVD Decrypter, then go to Mode → ISO → Read.
- Choose Yubsoft ImgDrive as the source.
- Set your destination path for the decrypted ISO.
- Click the icon with a DVD, green arrow, and hard drive to start the dump.
- You may see errors. If prompted that BUP/IFO files are corrupt, select Yes to All. Ignore other errors unless they halt the process.
- After dumping, open the new ISO in HxD.
- Go to Search → Find, switch to the Hex Values tab, and enter:
Code:555555555555555555555555 - Once found, highlight that section, hold Shift, scroll to the end of the file, and highlight the last byte. Press Delete.
- Save the file. If prompted to create a backup, click Cancel, then confirm Yes to save changes.
- You should have a decrypted ISO of your DVD

















