Code for interface with other encoders (e.g. Handbrake)

Please post here for issues related to Blu-ray discs
Post Reply
ender111
Posts: 1
Joined: Thu Jul 19, 2018 3:11 am

Code for interface with other encoders (e.g. Handbrake)

Post by ender111 »

cd ~
mkdir -p ~/lib
ln -s /Applications/MakeMKV.app/Contents/lib/libmmbd.dylib ~/lib/libaacs.dylib
ln -s /Applications/MakeMKV.app/Contents/lib/libmmbd.dylib ~/lib/libbdplus.dylib
------------------
I found the above code on this forum, but it works only for Mac. Is there a script that will work for PCs? I'm trying to allow Handbrake to operate seamlessly with Handbrake to rip blu rays. Any help would be appreciated.
T'hain Esh Kelch
Posts: 86
Joined: Thu Apr 20, 2017 5:59 am

Re: Code for interface with other encoders (e.g. Handbrake)

Post by T'hain Esh Kelch »

You can just create the folder manually, and copy the files manually.

The 'code' is just terminal commands to create a folder called "lib" in your userfolder and copy those two .dylib files to it.
MetalDave
Posts: 31
Joined: Wed May 03, 2017 10:17 pm

Re: Code for interface with other encoders (e.g. Handbrake)

Post by MetalDave »

We documented a procedure for Windows in another thread which might help.

Important Note: You need to copy the 64-bit version of the dll file if you're running a 64-bit OS.
Support MakeMKV - Buy a license!
(Seriously, you use this thing enough; A lifetime license is well worth it.)

Thank you to all of my fellow supporters!
Post Reply