assert isinstance(FFMPEG_AVAILABLE, bool)
print(f"FFMPEG_AVAILABLE = {FFMPEG_AVAILABLE}")FFmpeg Availability
Detect whether the
ffmpeg binary is installed on this system.
ffmpeg binary is installed on this system.