mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
mediainfo: add page (#1646)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user