1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 00:35:33 +02:00

mediainfo: add page (#1646)

This commit is contained in:
Agniva De Sarker 2017-12-05 21:09:58 +05:30 committed by GitHub
parent d6c8d384b9
commit b08fcba53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
pages/common/mediainfo.md Normal file
View file

@ -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`