spdl.io.utils.get_ffmpeg_versions¶
- get_ffmpeg_versions() dict[str, tuple[int, int, int]] [source]¶
Get the versions of FFmpeg libraries
- Returns:
mapping from library names to version string,
- Return type:
Example:
>>> get_ffmpeg_versions() {'libavcodec': (60, 3, 100), 'libavdevice': (60, 1, 100), 'libavfilter': (9, 3, 100), 'libavformat': (60, 3, 100), 'libavutil': (58, 2, 100)}