drumscript.utils.ffmpeg_installer.is_ffmpeg_installed#

is_ffmpeg_installed() bool[source]#

Checks if FFmpeg is installed and accessible in the system’s PATH.

Returns:

True if FFmpeg (ffmpeg and ffprobe) is found, False otherwise.

Return type:

bool