tetsu-koba/vp8enc
VP8 video encoder for Zig
It requires header and lib files of libvpx. For example, on Ubuntu:
sudo apt install libvpx-dev
Then,
zig build
See test files.
Make this into a package when the official zig package manager is released.