libwebm

Library for reading and writing WebM video container files

brewmacoslinux
Try with needOr install directly
Source

About

WebM container

Commands

libwebm

Examples

Link against libwebm in a C++ project for WebM support$ g++ -o myapp myapp.cpp $(pkg-config --cflags --libs libwebm)
Check installed libwebm version and pkg-config info$ pkg-config --modversion libwebm
Get compiler flags needed to compile with libwebm$ pkg-config --cflags libwebm