Main image
22nd January
2010
written by Nick Anderson

Many of you know that I had a son about 6 months ago now. What you may not know is that my wife decided to quit her job and start a home daycare so she could be at home with our son. We all know how hard kids can be on DVDs and the like, so its important to be able to back them up. I am not a fan of the encryption or the new copy protections that have been put in place (ARccOS, RipGuard). These copy protections introduce bad sectors in the DVD, and set top players are supposed to just ignore them. The problem is not all players follow the rules. I’ve got a few cheapo players that just wont play many newer titles because of this copy protection.

Now that there is a swarm of children in the house I have several motivations to backing up my DVDs.

1) I want the kids to be able to use the cheap DVD players. If something bad happens no big deal.

2) I want the kids to use copies of the original DVDs instead of the original. Again burning a new dvd is much cheaper than buying a new one.

3) My MythTV frontends can stream ISOs and thats more convenient, I never have to get up and put a DVD in the player.

So a bit of research and some trial and error I believe I have come up with a pretty easy process.

Packages needed:

  • Gnu ddrescue
  • dvdbackup
  • libdvdcss2
  • vlc
  • mkisofs

The process:

  1. ddrescue -n -b 2048 /dev/dvd output.iso
  2. dvdbackup -M -i output.iso -o dvd_structure
  3. mkisofs -dvd-video -o clean_dvd.iso dvd_structure

Step 1 copys the DVD to disk block by block but any bad sectors found zero data is filled in. At this point you are left with a DVD iso that has the copy protection removed but the encryption is still intact. Step 2 extract the contents to a directory. This second step leaves you with the structure of a dvd without the encryption. I want to preserve everything about the original DVD (except the copy protection and encryption) so I used the mirror option. This leaves me with all the features and original menus. Step 3 take the DVD structure and pack it up into a nice ISO.

A few things to note:

I took no steps to make the DVD fit on a single layer DVD (4.something GB). If you wanted to do that you should requantize after step 2. To verify that the final ISO did indeed have the encryption removed I un-installed libdvdcss2 and attempted to play the first ISO with VLC. VLC failed to properly play the ISO with only the copy protection removed but succeeded in playing the final ISO. After testing that I reinstalled libdvdcss2.

Process tested on Disney Pixar Cars.
I hope you find this helpful.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Reddit
  • Slashdot
  • TwitThis

6 Comments

  1. Dusty Wilson Ubuntu Firefox 3.5.7
    24/01/2010

    Awesome. Thanks Nick! I was using k9copy, but I like this way much better.

  2. 24/01/2010

    Checkout wodim to burn Isos from cli.

  3. Horacio Reséndiz Ubuntu Firefox 3.6.8
    18/08/2010

    Useful, useful, useful!!!!
    I’ve been having a lot of problems with these DVDs. I had always done back-ups using the command ‘dd’ and had no problems, except for Disney DVDs

    Now I understand why it’s returning an error. Will try it right away. Thanks!!!

  4. 18/08/2010

    Hope it works out for you :)

  5. Horacio Reséndiz Ubuntu Firefox 3.6.8
    20/08/2010

    I’m posting back my progress.
    Unfortunately this method didn’t work for me.
    I tried ‘ddrescue’ , ‘dd_rescue’ , ‘vobcopy’ and
    I even used the options: conv=notrunc,noerror,sync
    which correspond to the command ‘dd’
    ..
    ..
    I am just talking about new Disney DVDs
    What happens is that every different command either returns an I/O error, or takes a lot of time to be reading and writting ‘zeroes’ where errors are found.
    ..
    ..
    I might need to try it during the night and check in the morning if it finishes.
    ..
    ..
    I used “k9copy” to just create an ISO from the main title (movie, that is without the DVD Menu. I still have good quality though)
    ..
    ..
    I will post again if it works or if I find a workaround. Any suggestions will be appreciated. Thanks!

  6. Horacio Reséndiz Ubuntu Firefox 3.6.8
    27/08/2010

    Update:
    ..
    ..
    Finally got a work-around to copy new Disney DVDs. Actually I came up with a different way to do it
    ..
    ..
    I always try to create an ISO image from the DVDs. I must mention, the Disney DVD that was giving me headaches was ‘Alice in Wonderland’ (which I only could create a successfully image with “DVDFab”).
    ..
    ..
    For all others (or most of them) you can try using ‘dd_rescue’ on Linux. In order to be able to backup the DVD, you must first play it (I did it on ‘VLC’), then hit pause. Now, you can enter on the terminal the following command
    ..
    ..
    dd_rescue -b 2048 -l OptionalLogFile.log -Afv /dev/sr0 /yourfolder/yourimage.iso
    ..
    ..
    If it doesn’t work then you need to use for a little bit ‘Windows’, which I hate to get back, but this time it was very helpful. Download ‘DVDFab’, you need to buy it or find an activated edition on your own. Everything else is very easy, you can choose where to save the image, etc.. BTW DVDFab’s version that is able to backup ‘Alice in Wonderland’ is 7.0.6.0. Apparently there a new Copyright code/method Disney is using in their DVDs. Probably it is just this movie. I don’t know yet the details, but it worked for me. Hope it works for you!

Leave a Reply

To submit your comment, click the image below where it asks you to... Clickcha - The One-click Captcha

BLOGROLL

ARCHIVE