Registry / utility / libmediainfo

libmediainfo

JSON →
library26.1vcpkgunverified

Get most relevant technical and tag data from video and audio files

vcpkg install libmediainfo
INSTALL
IMPORT
SIG · LIBMEDIAINFO
L
libmediainfo
utilitycppv26.1
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.

MediaInfo/MediaInfo.h
#include <MediaInfo/MediaInfo.h>

Open a media file and retrieve technical information

#include <MediaInfo/MediaInfo.h> int main() { MediaInfoLib::MediaInfo mi; mi.Open("video.mp4"); std::string info = mi.Inform(); mi.Close(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
26.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libmediainfo — pip install libmediainfo · libregistry