MediaInfo GUI and icon created by Atak_Snajpera 
MediaInfo library by Zenitram

Basic command line support:
Mediainfo.exe "video.mkv" --dump-info="DumpReport.txt" - Dumps all information to text file
Mediainfo.exe "video.mkv" --dump-chapters="chapters.txt" - Dumps chapters to text file (OGM format)

You can also combine above options:
Mediainfo.exe "video.mkv" --dump-info="DumpReport.txt" --dump-chapters="chapters.txt" 



Changelog:
2017-11-02
-Added taskbar icon
-Escape key closes application
-Added automatic focus on memo
-Changed font to Consolas

2010-06-10
-memo is now read only

2009-12-26
-dumpchapters: did not work with newer mediainfo.dll

2009-07-21
-Enabled Minimize and maximize buttons
-Enabled Wordwraping

2009-07-07
-Added support for Unicode filenames

2009-02-01
-Added dumping chapters to text file (OGM format)

2009-01-17 
-Added dumping all information to text file from commandline
-Fixed UAC compatibility 
 