1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mediainfo.md

17 lines
405 B
Markdown
Raw Normal View History

2017-12-05 21:09:58 +05:30
# 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 21:09:58 +05:30
- 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}}`
- Display the list of metadata attributes that can be extracted:
`mediainfo --Info-Parameters`