Skill Detail

MediaInfo Metadata Extractor

Extracts comprehensive media metadata using the MediaInfo library and pymediainfo Python bindings. Analyzes video/audio codec parameters, container formats, and HDR metadata for media asset management.

Media & TranscriptionCustom Agents
Media & Transcription Custom Agents Security Reviewed
Tool match: sqlite โญ 1.9k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill mediainfo-metadata-extractor Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
MediaArea
Last updated
Mar 24, 2026
Quick brief

The MediaInfo Metadata Extractor skill leverages the MediaInfo library through its pymediainfo Python bindings to provide detailed technical analysis of media files. It extracts codec information, bitrate statistics, resolution details, and container-level metadata from virtually any audio or video format.

How it works

What this skill actually does

The skill parses MediaInfo output across all track types โ€” General, Video, Audio, Text, and Menu โ€” providing structured data about encoding parameters like codec profile and level, bit depth, chroma subsampling, and color space information. For HDR content, it extracts SMPTE ST 2086 mastering display metadata, MaxCLL/MaxFALL values, and Dolby Vision configuration records essential for proper HDR10/HDR10+/Dolby Vision identification.

Batch analysis processes entire media libraries with results exported to JSON, CSV, or SQLite databases for asset management systems. The skill integrates with the MediaInfo CLI for environments where Python bindings are unavailable, parsing both XML and JSON output formats. Quality validation checks include bitrate compliance against delivery specifications (Netflix, Apple, YouTube upload requirements), audio channel layout verification, and subtitle track language tagging validation against BCP 47 standards. It supports reading metadata from streaming containers including MPEG-TS, HLS segments, and DASH manifests.