mendevi.measures.context.get_libvpx_vp9_version

mendevi.measures.context.get_libvpx_vp9_version() str[source]

Return the version of the libvpx-vp9 encoder.

Examples

>>> from mendevi.measures.context import get_libvpx_vp9_version
>>> print(get_libvpx_vp9_version())
v...
>>>