mendevi.measures.context.get_libvpx_vp9_version¶ mendevi.measures.context.get_libvpx_vp9_version() → str[source]¶ Return the version of the libx265 encoder. Examples¶ >>> from mendevi.measures.context import get_libvpx_vp9_version >>> print(get_libvpx_vp9_version()) v1.14.1 >>>