Skip to content

ffmpeg + video support

Latest
Compare
Choose a tag to compare
@seatedro seatedro released this 08 Sep 05:21
· 11 commits to main since this release
99b8085

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