11

I sometimes want to use my computer as a DVD-player. Unfortunately I know that I will often have to cope with encrypted DVDs, for example with CSS.

Therefore I installed the libdvdcss2 library from Medibuntu. But from now on, how can I be sure I will be able to read any DVD whatever its encryption, may it be CSS or another protection?

By the way, I precise that passing through such protective measures is allowed in my country, "for interoperability purposes".

Agmenor
  • 16,214

4 Answers4

10

You can't be sure that you will be able to read every DVD.

libdvdcss2 will allow you to play, copy and rip DVDs encrypted with CSS (Content Scramble System). This is by far the most commonly used DRM on DVDs.

However there are other methods which are much more nasty. The ones I have come across were where some sectors of the DVD were deliberately corrupted so that they couldn't be copied. For these I used ddrescue which is a command line app similar to dd.

This program was designed for rescuing data from failing drives where there are accidental bad sectors. They can also be applied to get rid or the DVD DRM. If I remember rightly, this is the command:

ddrescue -d /dev/dvd ~/dvd_backup.iso ~/dvd_backup.log

You can then mount or burn the ISO file.

Zanna
  • 70,465
dv3500ea
  • 37,204
  • 1
    Actually, gddrescue is an alternative implementation ("GNU ddrescue"), not a GUI. – JanC Nov 13 '10 at 22:54
  • 2
    I used this approach successfully for years, but it no longer works with some newer DVDs. The ddrescue images made from discs with certain read errors cannot be played back. – Dave Jul 20 '12 at 13:28
7

For legal reasons, DVD decryption is not provided by a standard Ubuntu installation

However, you can install libdvdread4 which has a script that allows to install DVD decryption

sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh

OR

Add the medibuntu apt repository

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

And directly install libdvdcss

sudo apt-get install libdvdcss2

Both methods may not be legal in every country (as far as I know, it's not legal in USA, but it's legal in Germany)

For a completely legal way buy the Fluendo DVD Player as posted in fluteflutes answer

sBlatt
  • 4,489
4

One way to do this is using the Fluendo DVD Player available (for $24.95) in the Ubuntu Software Centre. This would ensure you can always play all DVDs as it is software supported by a company.

NB: Purchasing this also has the side effect of protecting you from any legal issues.

NB2: I'm sure someone else with more knowledge than me will be able to give you a 'free' solution.

Ubuntu Software Centre

8128
  • 28,740
0

Seems like you are using handbrake as I do. It can do a great job in DVD/ video transcoding. One thing that needs to put clear first is that HandBrake is defaulted to rip unprotected DVDs, it is unable to rip the DVDs with copy protection. And libdvdcss has been removed since the version of 1.0.2. The Handbrake team has answered the relevant question on its community forum: https://forum.handbrake.fr/viewtopic.php?f=11&t=35883&p=168507&hilit=libdvdcss#p168507
But if you still have to rip the DVDs with DRM, you may get some help there: http://www.videoconverterfactory.com/tips/handbrake-libdvdcss.html