Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Apple_Robert

Contributor
Original poster
Sep 21, 2012
36,085
53,471
In a van down by the river
I am trying to rip my Spider-Man (The 67 Collection) and The Pink Panther Show. When Make MKV analyzes the disc, it sees all the different episodes as 1 large file instead of each episode. Anyone know how to get MKV to see each episode so that the show can be properly seen by Infuse?
 
Have you tried with other apps to check if the episodes are correctly identified?
HandBrake https://handbrake.fr
Thanks for the reply. Installed HB but, it can't natively read protected discs. I tried installing the lib sys file on my M1 but, that didn't seem to work. I probably did something wrong there.

DVDFab was able to do it in the past but, I don't believe it runs properly on the M1.
 
Last edited:
libdvdcss-1.4.3 & HandBrake
https://forums.macrumors.com/threads/handbrake-1-4b1-and-dvds-on-m1.2278694/post-30691584
I installed libdvdcss with brew on my M1 mini and then symlinked the static and dynamic libs into /usr/local/lib. It didn't work with handbrake though for whatever reason.

So instead I just compiled libs from source like this:

1. Download official source code (I used version 1.4.3).
2. tar -xjf ./libdvdcss-1.4.3.tar.bz2
3. cd libdvdcss-1.4.3
4. ./configure --prefix=/usr/local
5. make
6. sudo make install

Worked fine with handbrake 1.4.2 (2021100300). In /usr/local/lib I now have this:

Code:
$ ls -ld /usr/local/lib/libdvd*
-rwxr-xr-x  1 root  admin   58686 Dec 11 11:01 libdvdcss.2.dylib
-rw-r--r--  1 root  admin  129464 Dec 11 11:01 libdvdcss.a
lrwxr-xr-x  1 root  admin      17 Dec 11 11:01 libdvdcss.dylib -> libdvdcss.2.dylib
-rwxr-xr-x  1 root  admin     936 Dec 11 11:01 libdvdcss.la
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.