2017-12-05 15:39:58 +00:00
|
|
|
# mediainfo
|
|
|
|
|
|
|
|
> Display metadata from video and audio files.
|
2019-06-04 10:25:08 +01:00
|
|
|
> More information: <https://mediaarea.net/MediaInfo>.
|
2017-12-05 15:39:58 +00:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
- List metadata attributes that can be extracted:
|
2017-12-05 15:39:58 +00:00
|
|
|
|
|
|
|
`mediainfo --Info-Parameters`
|