tldr/pages/common/mediainfo.md

16 lines
350 B
Markdown
Raw Normal View History

2017-12-05 15:39:58 +00:00
# mediainfo
> Display metadata from video and audio files.
- 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`