FFmpeg Availability

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