I compiled and installed the x265 codec from multicoreware as suggested here: https://bitbucket.org/multicoreware/x265/wiki/Home and then manually installed libav with libx265 enabled as suggested here: https://wiki.libav.org/Encoding/hevc
Now, when I am trying to convert a x265 file to some other format using avconv
(a tool that comes with libav) it is showing this error:
avconv: error while loading shared libraries: libx265.so.50: cannot open shared object file: No such file or directory
When I try to do whereis libx265.so.50
, it gives me this:
libx265.so: /usr/local/lib/libx265.so /usr/local/lib/libx265.so.50
So, libx265 is indeed there but why isn't avconv/libav detecting it?
UPDATES:
- Alternatively, you can simply answer how to get x265 working with avconv.
- My system specs are: Linux Mint 17.1, based on Ubuntu 14.04