mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 08:17:59 +01:00
16 lines
350 B
Markdown
16 lines
350 B
Markdown
|
# 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`
|