# media-info を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

media-info のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:media-info
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install media-info
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mediainfo
```

  証拠: MacPorts ports tree: multimedia/mediainfo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mediainfo
```

  証拠: Alpine Linux edge package indexes: mediainfo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install mediainfo
```

  証拠: Debian stable package indexes: mediainfo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mediainfo
```

  証拠: Fedora Rawhide package metadata: mediainfo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mediainfo
```

  証拠: nixpkgs package indexes: pkgs/by-name/me/mediainfo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S mediainfo
```

  証拠: Arch Linux sync databases: mediainfo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install mediainfo
```

  証拠: openSUSE Tumbleweed package metadata: mediainfo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install mediainfo
```

  証拠: Chocolatey community package catalog: mediainfo from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','maxima'

- Scoop (92%):

```sh
scoop install main/mediainfo
```

  証拠: Scoop official bucket manifest trees: bucket/mediainfo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id MediaArea.MediaInfo -e
```

  証拠: Windows Package Manager source index: MediaArea.MediaInfo from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:media-info
- **パッケージマネージャ:** Homebrew
- **バージョン:** 26.05
- **ソース概要:** Unified display of technical and tag data for audio/video
- **ホームページ:** <https://mediaarea.net/>
- **リポジトリ:** <https://github.com/MediaArea/MediaInfo>
- **最終更新:** 2026-05-22T01:11:35Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mediainfo (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 26.05
## プロジェクトの歴史と使われ方

MediaInfo is MediaArea's long-running media inspection tool for reporting container, video, audio, text, chapter, and tag metadata from audiovisual files. The official project presents it as a unified display for technical and tag data, available as graphical interfaces, a command-line program, and a library.

### プロジェクトの歴史

The MediaInfo CLI history file records releases at least as far back as 2003, with early 0.4 and 0.5 versions tied to MediaInfoLib and command-line multi-file analysis. By 2005 and 2006, the changelog shows rapid expansion into MXF, RealMedia, Matroska, MPEG-4, H.264, Dirac, Musepack, TrueAudio, WavPack, DTS-HD, and broader tag parsing.

MediaArea later moved the public source to GitHub; the official repository contains the CLI and GUI code for MediaInfoLib and documents the CLI, desktop GUIs, mobile GUIs, and supported architectures. The modern website continues to publish frequent releases and lists builds for Windows, macOS, Debian, Ubuntu, Fedora, openSUSE, Arch Linux, Flatpak, Snap, and other targets.

### 採用の歴史

MediaInfo became a package-manager staple because it solves a common Unix media-workflow problem: identify what is inside a file without opening a heavyweight editor or transcoder. The official site exposes both GUI and CLI editions, while the package input lists it across Homebrew, Debian, Ubuntu, Fedora, Arch, MacPorts, Nix, Scoop, Winget, Chocolatey, and other ecosystems.

Its adoption also comes from library reuse. The GitHub README states that this repository contains the CLI and GUI source for MediaInfoLib, making MediaInfo not just an end-user tool but a metadata engine used by other media applications and preservation workflows.

### 使われ方

Package users run `mediainfo` to print structured metadata, inspect bitstreams, compare files, or export reports as text, CSV, HTML, XML, or other supported formats. The official feature list emphasizes format coverage, multiple views, export modes, shell integration, localization, GUI use, CLI use, and library use.

### パッケージ好きにとっての重要性

MediaInfo is one of those packages that quietly anchors media automation: it is small enough to install everywhere, scriptable enough for CI and batch jobs, and format-aware enough to replace a lot of custom probing code. Its long changelog is useful to packagers because container and codec support changes frequently, especially for archival formats such as MXF, Matroska, FFV1, and modern image/video metadata.

### タイムライン

- 2003: MediaInfo CLI history records version 0.4.0.1 using MediaInfoLib 0.4.0.1.
- 2005: Early releases add Linux compilation work, MXF detection, expanded codec names, and more container parsers.
- 2014: Official MediaArea GitHub repository is created for MediaInfo.
- 2026: MediaArea publishes MediaInfo 26.05 with new format support and parser fixes.

### Related projects

- MediaInfo is closely tied to MediaInfoLib and to other MediaArea tools such as MediaConch, MediaTrace, QCTools, RAWcooked, and DVRescue.

### ソース

- <https://github.com/MediaArea/MediaInfo>
- <https://mediaarea.net/MediaInfo>
- <https://raw.githubusercontent.com/MediaArea/MediaInfo/master/History_CLI.txt>
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- MacPorts - mediainfo: installed executable or alias match | MacPorts ports tree: multimedia/mediainfo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - mediainfo - 25.04-1: installed executable or alias match | Debian stable package indexes: mediainfo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command-line utility for reading information from audio/video files | https://mediaarea.net/MediaInfo
- Debian apt - mediainfo-gui - 25.04-1: installed executable or alias match | Debian stable package indexes: mediainfo-gui from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | graphical utility for reading information from audio/video files | https://mediaarea.net/MediaInfo
- Nix - mediainfo: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/me/mediainfo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mediainfo - 24.01.1-1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: mediainfo from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command-line utility for reading information from audio/video files | https://mediaarea.net/MediaInfo
- Ubuntu apt - mediainfo-gui - 24.01.1-1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: mediainfo-gui from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | graphical utility for reading information from audio/video files | https://mediaarea.net/MediaInfo
- apk - mediainfo - 26.05-r0: installed executable or alias match | Alpine Linux edge package indexes: mediainfo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Supplies technical and tag information about media files (CLI) | https://mediaarea.net/en/MediaInfo
- apk - mediainfo-gui - 26.05-r0: installed executable or alias match | Alpine Linux edge package indexes: mediainfo-gui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Supplies technical and tag information about media files (GUI) | https://mediaarea.net/en/MediaInfo
- dnf - mediainfo - 26.05-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: mediainfo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Supplies technical and tag information about a video or audio file (CLI) | http://mediaarea.net/MediaInfo
- dnf - mediainfo-gui - 26.05-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: mediainfo-gui from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Supplies technical and tag information about a video or audio file (GUI) | http://mediaarea.net/MediaInfo
- dnf - mediainfo-qt - 26.05-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: mediainfo-qt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Supplies technical and tag information about a video or audio file (Qt GUI) | http://mediaarea.net/MediaInfo
- pacman - mediainfo - 26.05-1: installed executable or alias match | Arch Linux sync databases: mediainfo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Supplies technical and tag information about media files (CLI interface) | https://mediaarea.net
- zypper - kf5-mediainfo - 26.05-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: kf5-mediainfo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | KF5 extension for mediainfo-gui | https://mediaarea.net
- zypper - mediainfo - 26.05-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: mediainfo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Audio/video file technical and tag information utility | https://mediaarea.net
- zypper - mediainfo-gui - 26.05-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: mediainfo-gui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GUI for mediainfo | https://mediaarea.net
- Chocolatey - mediainfo: installed executable or alias match | Chocolatey community package catalog: mediainfo from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','maxima'


## Combined YAML source

View the package source record on GitHub. [combined/media-info.yml](https://github.com/mxcl/pkgdb/blob/main/combined/media-info.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
