From 5c38e70dc7cb3343b899cd825bc2936521ce460d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 19 Sep 2026 02:03:08 +0200 Subject: makemkv: Patched and added --- makemkv/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 makemkv/README (limited to 'makemkv/README') diff --git a/makemkv/README b/makemkv/README new file mode 100644 index 0000000..098599e --- /dev/null +++ b/makemkv/README @@ -0,0 +1,22 @@ +MakeMKV converts video that you own into a free and patents- +unencumbered format that can be played everywhere. It converts the +video clips from proprietary (and usually encrypted) discs into a set +of MKV files, preserving most information but not changing it in any +way. MakeMKV can also instantly stream decrypted video without +intermediate conversion to a wide range of players, so you may watch +Blu-ray and DVD discs with your favorite player on your favorite OS +or on your favorite device. + +This package can optionally spoof libaacs and libbdplus, decrypting +discs through MakeMKV instead. To enable this, pass FAKELIBS=yes +to the script. Installing such a package will override existing +libaacs and libbdplus libraries; if you choose to spoof them, the +real libraries should not be installed. + +Note that recent versions of MakeMKV may require loading the 'sg' kernel +module to properly detect your optical drive. You may wish to add the +following line to /etc/rc.d/rc.modules.local: + + /sbin/modprobe sg + +See README.issues for further discussion of MakeMKV. -- cgit v1.2.3