10bit / 12bit x265 Mac LIbrary

HandBrake for Mac support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
matthewoliver
Posts: 12
Joined: Sun Nov 13, 2016 11:53 am

10bit / 12bit x265 Mac LIbrary

Post by matthewoliver »

I've compiled a 10bit / 12bit x265 Mac LIbrary to use with Handbrake's nightly. You can download it here:
[Link Removed]

To use, simply drop it in /usr/local/lib/ then choose 10 or 12bit in video encoder option in Handbrake.
User avatar
s55
HandBrake Team
Posts: 10357
Joined: Sun Dec 24, 2006 1:05 pm

Re: 10bit / 12bit x265 Mac LIbrary

Post by s55 »

While I appreciate you are trying to help, there is no way for us to vet the security or stability of user created libraries and how that might affect other users. As such, I removed the link.

I'd encourage you instead to provide instructions of what you did so others can follow along.
matthewoliver
Posts: 12
Joined: Sun Nov 13, 2016 11:53 am

Re: 10bit / 12bit x265 Mac LIbrary

Post by matthewoliver »

Well, nevermind I just wanted to help...
Here are the instructions: https://bitbucket.org/multicoreware/x265/wiki/Home
Lifeisabeach
Posts: 33
Joined: Fri Jan 29, 2010 4:56 pm

Re: 10bit / 12bit x265 Mac LIbrary

Post by Lifeisabeach »

Can anyone help me with compiling these libraries? I keep running into errors. I've downloaded the x265_2.1 source; used the CMake Mac gui and pointed the "source code" field to the package's source folder (z265_2.1/source) and the build field to the build folder (x265_2.1/build). I click Configure, then Generate, then Open Project (with Xcode). On running Build in Xcode, I get the following error:

Code: Select all

CMake Error: cmake_symlink_library: System Error: No such file or directory
It appears to be from this string:

Code: Select all

echo "Creating symlinks"
Creating symlinks
/Applications/CMake.app/Contents/bin/cmake -E cmake_symlink_library /Users/John/Downloads/x265_2.1/build/Debug/libx265.95.dylib /Users/John/Downloads/x265_2.1/build/Debug/libx265.95.dylib /Users/John/Downloads/x265_2.1/build/Debug/libx265.dylib
CMake Error: cmake_symlink_library: System Error: No such file or directory
make: *** [x265-shared_buildpart_0] Error 1
There is in fact no Debug folder in x265_2.1/build, but I don't know why and I have no idea where to start here.

EDIT: I'm running Xcode 8.2.1 on macOS 10.12.2
Post Reply