Package: x265 Version: 1.4-5Running the x265 binary with the 10 bit library version preloaded (which is what the x265-10bit wrapper script does) does not work: $ LD_PRELOAD=./libx265.so.35 ./x265 --pass 1 --bitrate 10 -o /dev/null test.y4m
x265 [error]: Only bit depths of 8 are supported in this build
You have to build the CLI together with the library. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

