Forrest logo
back to context overview

mediainfo

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
back to context overview