drumscript.utils.ffmpeg_installer.install_ffmpeg

install_ffmpeg() None[source]

Checks for FFmpeg installation and provides OS-specific instructions if not found. For Linux/macOS, it can offer to attempt an installation via package manager (requires sudo). For Windows, it provides manual download instructions.

This function is intended to be called by the user or a setup script, not as an automatic silent installer due to permission requirements.