What does?Like I already wrote, HandBrake doesn't remove the copy protection from dvd.
What does?
I've read handbrake doesn't work on Sierra. Is this true? Want to put my DVD collection on my iPad.
Works fine. Keep in mind that HandBrake doesn't remove the dvd copy protection.
[doublepost=1493875290][/doublepost]Thanks for the help. Where do I find /usr/local/lib?Handbrake works fine for me and also decrypts copy protected DVDs
The basic issue is libdvcss.pkg won't install on macOS due to System Integrity Protection, but all you have to do is put the libdvdcss.2.dylib file into /usr/local/lib and it works like a charm
You can download that file from here: https://download.videolan.org/libdvdcss/1.2.11/macosx/
This is a little easier. Install Homebrew in the terminal, you do so with this command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Installing homebrew takes a moment to install.
Once installed, type this command: brew install libdvdcss
That will install the library needed. Handbrake finds it on its own.
And why Homebrew, well later, you might find yourself using it for more things.
Handbrake works fine for me and also decrypts copy protected DVDs
The basic issue is libdvcss.pkg won't install on macOS due to System Integrity Protection, but all you have to do is put the libdvdcss.2.dylib file into /usr/local/lib and it works like a charm
You can download that file from here: https://download.videolan.org/libdvdcss/1.2.11/macosx/