libmatroska

Library for reading and writing Matroska multimedia container files

brewmacoslinux
Try with needOr install directly
Source

About

Extensible, open standard container format for audio/video

Commands

libmatroska

Examples

Include libmatroska in a C++ project by linking against the library$ g++ -o myapp myapp.cpp -lmatroska -llibebml
Check if libmatroska is properly installed by locating library files$ pkg-config --cflags --libs libmatroska
Use libmatroska in a build system by checking its version$ pkg-config --modversion libmatroska