LinuxCommandLibrary

mediainfo

mediainfo

TLDR

Display metadata for a given file in the console

$ mediainfo [file]
copy


Store the output to a given file along with displaying in the console
$ mediainfo --Logfile=[out.txt] [file]
copy


Display the list of metadata attributes that can be extracted
$ mediainfo --Info-Parameters
copy

Copied to clipboard