Playing transparent videos with alphachannel currently requires two file formats / codecs: webm (vp9) and mov (hvc1) for Safari.
This hook makes it easy to use two files as input and pick the right one. (Variation of useVideoTexture)
Usage (Vite example):
import { Billboard } from '@react-three/drei';