Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blu-ray_drm [2023/04/10 02:31] – [Getting Key Files] beandog | blu-ray_drm [2023/04/10 02:39] (current) – beandog | ||
---|---|---|---|
Line 4: | Line 4: | ||
Similar to DVDs, which use CSS, Blu-rays use AACS for their DRM. There are two ways you can bypass it. Using [[libaacs]] and a '' | Similar to DVDs, which use CSS, Blu-rays use AACS for their DRM. There are two ways you can bypass it. Using [[libaacs]] and a '' | ||
+ | |||
+ | Note that for UHD discs (4K), I've never gotten FindVUK to work on them, you will have to use MakeMKV. | ||
==== Getting Key Files For libaacs ==== | ==== Getting Key Files For libaacs ==== | ||
Line 13: | Line 15: | ||
Once you have a '' | Once you have a '' | ||
- | Here's a sample entry: | + | Here' |
< | < | ||
- | 0x005911F7954508BD9E53936E717DCF62A0BCD9CB | + | 0x123456F8974109DEB7281DCFG80BCDB182903BCD |
- | </ | + | |
[[VLC]] will look for this file to access the Blu-ray and play it back. If you have Java installed, you can also view the menus. | [[VLC]] will look for this file to access the Blu-ray and play it back. If you have Java installed, you can also view the menus. | ||
+ | |||
+ | ==== Using MakeMKV ==== | ||
+ | |||
+ | If you don't want to deal with finding keys, you can use [[MakeMKV]] instead, and ignore them completely. MakeMKV has its own way of bypassing DRM. The program runs on Linux and Windows. See the [[MakeMKV|wiki page here]] for details on using it. It is partially open source software, so if you want to use completely free software, you'll have to use libaacs above. |