When I compiled and experimented a bit with version 0.142.2431 I figured
out that the 10bit library does not work with the 8bit binary (despite
being linked dynamically).
So I had to install both libraries and both binaries. I installed the
10bit binary in the same folder as the library and used
Package: x264
Version: 2:0.142.2389+git956c8d8-5
Can you add a script with the name "x264-10b" and the following
content to /usr/bin, to make it a little easier to work with the 10bit
library?
#!/bin/sh
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.142 x264 "$@"
2 matches
Mail list logo