Return the version of the libx265 encoder.
>>> from mendevi.context import get_libvpx_vp9_version >>> print(get_libvpx_vp9_version()) v1.14.1 >>>