From b08fcba53fc764798e3d2669de8eca9d64c500a0 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 5 Dec 2017 21:09:58 +0530 Subject: [PATCH] mediainfo: add page (#1646) --- pages/common/mediainfo.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/mediainfo.md diff --git a/pages/common/mediainfo.md b/pages/common/mediainfo.md new file mode 100644 index 0000000000..ad16d55774 --- /dev/null +++ b/pages/common/mediainfo.md @@ -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`