mediainfo

Display metadata from video and audio files. More information: <https://mediaarea.net/MediaInfo>.

Install

All systems
curl cmd.cat/mediainfo.sh
Debian Debian
apt-get install mediainfo
Ubuntu
apt-get install mediainfo
Alpine
apk add mediainfo
Arch Arch Linux
pacman -S mediainfo
image/svg+xml Kali Linux
apt-get install mediainfo
Fedora
dnf install mediainfo
Windows (WSL2)
sudo apt-get update sudo apt-get install mediainfo
OS X
brew install mediainfo
Raspbian
apt-get install mediainfo
Docker
docker run cmd.cat/mediainfo mediainfo powered by Commando

Display metadata from video and audio files. More information: <https://mediaarea.net/MediaInfo>.

  • Display metadata for a given file in the console:
    mediainfo file
  • Store the output to a given file along with displaying in the console:
    mediainfo --Logfile=out.txt file
  • Display the list of metadata attributes that can be extracted:
    mediainfo --Info-Parameters

© tl;dr; authors and contributors