Expand description
Utilities for checking local FFmpeg version string.
Functionsยง
- ffmpeg_
version - Alias for
ffmpeg -version, parsing the version number and returning it. - ffmpeg_
version_ with_ path - Lower level variant of
ffmpeg_versionthat exposes a customized path to the ffmpeg binary.