File size: 116 Bytes
c02bdcd
 
 
 
 
1
2
3
4
5
6
from pydub.utils import which


def has_ffmpeg_installed() -> bool:
    return which("ffmpeg") and which("ffprobe")