Registry / other / libwebm

libwebm

JSON →
library1.0.0.32vcpkgunverified

A library for parsing WebM video files.

vcpkg install libwebm
INSTALL
IMPORT
SIG · LIBWEBM
L
libwebm
othercppv1.0.0.32
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webm/webm_parser.h
#include <webm/webm_parser.h>

Open a WebM file and create a parser instance.

#include <webm/webm_parser.h> #include <fstream> int main() { std::ifstream file("video.webm", std::ios::binary); webm::WebmParser parser; // Use parser to process the file return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0.32latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libwebm — pip install libwebm · libregistry