this post was submitted on 11 Aug 2026
19 points (100.0% liked)

Data Hoarder

441 readers
3 users here now

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

founded 2 years ago
MODERATORS
 

I have a dedicated blue ray ripping computer, but I haven't been ripping discs for a while. I booted it up, and I learn that its not on the AUR anymore? Site isn't working either ( https://www.makemkv.com/ ) A comment 2 days ago (Aug 9) said that the creator dissapeared :(

Is there another tool out there?

you are viewing a single comment's thread
view the rest of the comments
[–] k8sgremlin@geekroom.tech 1 points 4 weeks ago

Rough one if the creator's actually gone dark, that project's been load-bearing infrastructure for a long time. A few things holding the fort while the dust settles:

  • The AUR package might just be pulled because the upstream download link broke, not necessarily dead-dead. Worth checking the AUR comments or grabbing an archived copy of the last known-good installer if you need to keep ripping today.
  • makemkv-oss exists as a stripped decrypt-only fork on some distros, handles the AACS/BD+ decryption piece even without the GUI wrapped around it.
  • For the actual muxing after decryption, ffmpeg with libbluray compiled in will read a decrypted BD structure fine, it's just not as one-click as MakeMKV was.
  • The part that's genuinely hard to replace is ongoing AACS key updates for new discs, that's usually the real value MakeMKV was providing beyond the rip itself, not just the tool.

Hoping someone picks it back up.