Forrest logo
tool overview
On this page you find all important commands for the CLI tool mediainfo. If the command you are looking for is missing please ask our AI.

mediainfo

MediaInfo is a command line tool used to retrieve and display detailed information about media files. It can extract metadata from a wide range of multimedia formats, including audio, video, and image files. This tool supports popular file formats such as MP3, AAC, MKV, AVI, MPEG, JPEG, and more.

With MediaInfo, users can obtain various technical details about a media file, including duration, codec, bit rate, resolution, frame rate, aspect ratio, language, and sample rate, among others. It can also provide information about the encoding settings and the software used to create the file.

MediaInfo is highly customizable and offers different output formats, such as text, HTML, JSON, XML, and CSV. This makes it suitable for a variety of applications, including batch processing and integration into automated workflows.

As a command line tool, MediaInfo can be easily integrated into scripts and used in conjunction with other command line utilities. It has support for multiple operating systems, including Windows, macOS, and Linux distributions.

MediaInfo is an open-source software, which means it is free to use and distribute. It is actively maintained and regularly updated to support new media formats and features.

Overall, MediaInfo is a powerful and versatile command line tool that provides detailed media file information, making it invaluable for media professionals, developers, and anyone working with multimedia files.

List of commands for mediainfo:

  • mediainfo:tldr:a8df8 mediainfo: Display metadata for a given file in the console.
    $ mediainfo ${file}
    try on your machine
    explain this command
  • mediainfo:tldr:c4675 mediainfo: Display the list of metadata attributes that can be extracted.
    $ mediainfo --Info-Parameters
    try on your machine
    explain this command
  • mediainfo:tldr:d1693 mediainfo: Store the output to a given file along with displaying in the console.
    $ mediainfo --Logfile=${out-txt} ${file}
    try on your machine
    explain this command
tool overview