Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rate Thread
Author
Thread Post New Thread    Reply
Registered
 
Join Date: Apr 2012
Location: TX / GA / AU
Posts: 1,559
Garage
What software do you use to copy DVDs ?

I recently purchased an iPad and I would like to be able to transfer a DVD from my personal collection to view.
The DVD has copy protection on it.
What is the best software to use to get around the encryption/protection ?

Old 03-20-2015, 10:24 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Registered
 
Paul_Heery's Avatar
 
Join Date: Dec 2001
Location: Elsewhere, CT
Posts: 2,122
Garage
Use Handbrake with libdvdcss to deal with the copy protection. Of course, you will also need a computer with a DVD drive. Instructions here:How-To Decrypt DVDs with HandBrake (So You Can Rip Them)
Old 03-20-2015, 10:37 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
Registered
 
Scott R's Avatar
 
Join Date: Feb 2001
Location: Aspen CO US
Posts: 16,054
Garage
For non-blueray I use dvddcrypter then I use Handbrake and select "ipad" as the export profile.
__________________
2021 Model Y
2005 Cayenne Turbo
2012 Panamera 4S
1980 911 SC
1999 996 Cab
Old 03-20-2015, 10:38 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
Handbrake

How to import a DVD to play on iPad - How to - Macworld UK
Old 03-20-2015, 11:09 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
Registered
 
Join Date: Jul 2001
Location: St. Louis, MO
Posts: 3,092
Garage
DVDFab
Old 03-20-2015, 01:17 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
Back in the saddle again
 
masraum's Avatar
 
Join Date: Oct 2001
Location: Central TX west of Houston
Posts: 55,905
If just ripping, then Handbrake should be able to do it in one step. I've never had a problem using either DVDFab or Handbrake independently to rip. I bought DVDFab, but exclusively use handbrake these days.
__________________
Steve
'08 Boxster RS60 Spyder #0099/1960
- never named a car before, but this is Charlotte.
'88 targa SOLD 2004 - gone but not forgotten
Old 03-20-2015, 02:12 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
D idn't E arn I t
 
RANDY P's Avatar
WOndershare DVD rip...One shot on mac...
__________________
AOC/Hogg 2028
Old 03-20-2015, 07:04 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
It'll be legen-waitforit
 
stealthn's Avatar
 
Join Date: Jan 2002
Location: Calgary, Canada
Posts: 6,976
Handbrake as well, plex as the presentation medium on Mac mini
__________________
Bob James
06 Cayman S - Money Penny
18 Macan GTS
Gone: 79 911SC, 83 944, 05 Cayenne Turbo, 10 Panamera Turbo
Old 03-21-2015, 12:14 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Back in the saddle again
 
masraum's Avatar
 
Join Date: Oct 2001
Location: Central TX west of Houston
Posts: 55,905
Just a note and small addition to this thread in case anyone has any issues or goes searching.

Mac or Windows, I use Handbrake (free), it's pretty much the de facto standard. There are a lot of other apps (VLC also free) that also do the trick and are also free (works on copy protected DVDs with "libdvdcss" as Paul said).

I switched from Windows to Mac. My new Mac has always had the newer 64-bit more secure Mac OS. That can cause issues, because it's more difficult to install libdvdcss.

But I found a way. It works.

https://blackmanticore.com/e3f42c90938bf4f00c2651a3a3129477

Quote:
Backtrack:
Blog

Using libdvdcss with Handbrake on macOS
by lunarg on January 4th 2019, at 16:40

Handbrake offers the ability to convert copy-protected DVD's (aka "rip") too. It is not able to do this out of the box, but instead, relies on a specific library called libdvdcss. This library is installed by default when you also use VLC media player, but a version compatible with Handbrake is also available for download.

For Mac OSX, an installer was made available to easily install the library and have Handbrake use it, but due to the write-protection of system folders, introduced with macOS High Sierra, this method no longer works. As a result, it became difficult to use Handbrake. Fortunately, there are a number of workarounds and other methods of installing the library, which enables this functionality again.

Most methods found on the web nowadays involve in installing the library through Homebrew, which in itself is a proper way of installing it but involves downloading and installing additional packages (i.e. Homebrew and its dependencies), and for some (like me), this is not really wanted.

Luckily, the method of manually downloading the library (also known as "the old method") still seems to work and is valid even on macOS Mojave but with one difference: the location of the library on disk. Rather than placing the library in /usr/lib (which no longer works because of the write-protection of system folders), it needs to be placed in the folder /usr/local/lib. By placing the library there, Handbrake will detect it and the copying of copy-protected DVD's will work once more.

To get the library, open a Terminal and run the following commands:

cd /usr/local/lib
sudo curl -O https://download.videolan.org/libdvdcss/1.2.11/macosx/libdvdcss.2.dylib

If the first command gives an error that it does not exist, run the following command to create it:

sudo mkdir -p /usr/local/lib

Note that the first time you run a command starting with sudo, you will have to enter a password of an account with administrative privileges. Subsequent runs of those commands will not prompt you for passwords (unless you close the Terminal window).

After installing the library, be sure to completely restart Handbrake (use ⌘ + Q when it's the active application). You'll know right away when the library works if you are able to see the previews when attempting to select a copy-protected DVD as a source.
__________________
Steve
'08 Boxster RS60 Spyder #0099/1960
- never named a car before, but this is Charlotte.
'88 targa SOLD 2004 - gone but not forgotten
Old 11-04-2020, 05:43 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
Registered
 
chapstic2001's Avatar
 
Join Date: Aug 2002
Location: Northern VA
Posts: 666
Send a message via AIM to chapstic2001
I digitized my collection with MakeMKV [to rip the disks] then process them with Handbrake to make the files smaller, but retaining the viewing quality.
__________________
'08 BMW e90 335i 6MT stock [aka 'take two']
'12 Dodge Durango [family hauler]
'86 951 (K&N Cone, Welt Chips, Tial, Zeitronix, P&P O-ring PH Head, WFHG, AFPR) [in storage]
Old 11-05-2020, 04:05 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #10 (permalink)
Back in the saddle again
 
masraum's Avatar
 
Join Date: Oct 2001
Location: Central TX west of Houston
Posts: 55,905
Quote:
Originally Posted by chapstic2001 View Post
I digitized my collection with MakeMKV [to rip the disks] then process them with Handbrake to make the files smaller, but retaining the viewing quality.
I was going to ask, why two steps. But I think if you were ripping BD, then you can't use Handbrake directly. But for DVDs, It's easier to rip directly via Handbrake.

__________________
Steve
'08 Boxster RS60 Spyder #0099/1960
- never named a car before, but this is Charlotte.
'88 targa SOLD 2004 - gone but not forgotten
Old 11-05-2020, 04:10 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #11 (permalink)
Reply

Thread Tools
Rate This Thread
Rate This Thread:

 


All times are GMT -8. The time now is 04:45 AM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.