Page 1 of 1

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

Posted: Thu Jul 19, 2018 3:14 am
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.

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

Posted: Mon Jul 30, 2018 8:44 am
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.

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

Posted: Thu Apr 30, 2020 5:41 am
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.