mediainfo

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

Debian Debian
RUN apt-get update && \ apt-get install -y mediainfo
Ubuntu
RUN apt-get update && \ apt-get install -y mediainfo
Alpine
RUN apk add mediainfo
Arch Arch Linux
RUN pacman -S --noconfirm mediainfo
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mediainfo
Fedora
RUN dnf install -y mediainfo
Raspbian
RUN apt-get update && \ apt-get install -y mediainfo
click the source code to copy install mediainfo on any operating system with command-not-found.com