media-mediainfo

Extract deep container and stream metadata from media files using MediaInfo.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill media-mediainfo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-mediainfo
Source: https://github.com/damionrashford/media-os/tree/main/skills/media-mediainfo
Command: npx skills add https://github.com/damionrashford/media-os --skill media-mediainfo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Deep container and stream analysis for media files using MediaInfo to surface codec profiles, HDR metadata, bitrate structures, GOP patterns, and various container quirks beyond ffprobe.

Core Features & Use Cases

  • Deep metadata extraction in JSON/Full outputs for automated pipelines and manual QC.
  • HDR/Dolby Vision verification, mastering display metadata, and profile/level checks.
  • Netflix IMF/4K pre-flight checks and cross-file comparisons for broadcast deliveries.

Quick Start

Run the mediainfo.py script against a media file to emit a full metadata report for validation.

Frequently Asked Questions about media-mediainfo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract HDR and Dolby Vision metadata from video files?

Extract HDR and Dolby Vision metadata by running MediaInfo deep container analysis on video files to surface mastering display details, codec profiles, and stream structures. It outputs Full or JSON reports for automated pipelines and manual QC validation.

Can I verify Netflix IMF and 4K delivery specs using MediaInfo?

Verify Netflix IMF and 4K delivery specs using the netflix-check subcommand to run pre-flight validation across media files. It cross-references extracted stream metadata against broadcast delivery requirements to flag structural quirks and profile mismatches.

Does MediaInfo work better than ffprobe for deep container and GOP analysis?

MediaInfo provides deeper container and stream analysis than ffprobe, surfacing complex GOP patterns, bitrate distributions, and container quirks. It is designed for broadcast QC, post-production validation, and archival inspection where ffprobe output is insufficient.

How do I check codec profiles and bitrate distributions across multiple video files?

Check codec profiles and bitrate distributions across multiple files using the compare and codec-profile subcommands. The tool outputs structured JSON metadata, enabling automated batch comparison of stream details and structural properties for diagnostic workflows.

What do I need to run MediaInfo metadata extraction for broadcast QC?

You need the MediaInfo CLI installed in your environment to run the extraction scripts. Once the dependency is met, executing the script against media files emits comprehensive JSON or Full metadata reports for broadcast quality control.

How do I automate media metadata extraction for post-production pipelines?

Automate media metadata extraction by integrating the MediaInfo CLI script into post-production pipelines and requesting JSON output. Subcommands like summary, field, and json emit structured data ideal for automated QC diagnostics and archival validation.