ffmpeg + video support
this release adds video support using ffmpeg libraries (libav). i'm attaching binaries for macos(arm64) and linux(arm64 and x86_64). i don't have access to other machines currently.
make sure you have ffmpeg installed (along with the respective headers)
usually on linux you just install the headers like so:
sudo apt-get install libavutil-dev libavformat-dev libavcodec-dev libswscale-dev
on macos you would do
brew install ffmpeg
on windows:
choco install ffmpeg-full