MediaInfo Output Customization
This guide is to specify MediaInfo output in a format that's clean, simple and acceptable/preferred for most users according to your own taste.
It's worthy to mention and MediaInfo doesn't work correctly with all kind of media. Like full blurays, you'd use BDInfo, eac3to, tsmuxer or other for more correct info.
MediaInfo - https://mediaarea.net/en/MediaInfo
I work with the latest version at this moment of posting this guide which is 0.7.77 GUI x64 windows portable version.
Note that MediaInfo shows no bitrate for video and audio for files having AAC stream in them.Also it shows inaccurate bitrate for file having DTS-HD, TrueHD streams for both video and audio streams.
Custom Templates Files
Custom output templates are stored in files with type of .csv and stored in the folder Plugin\Custom\ which could be located in the same folder of the app or in %appdata%\MediaInfo\ folder.
You can do this custom template in two ways, either by editing the .csv as txt file or edit the custom template from MediaInfo or edit a current one. Look to the image for example
http://s10.postimg.org/o38sdip15/201...6_17_27_45.jpg
I prefer editing the file directly ;)
There is CLI version and simply you can put your format in a txt file and use it on video file like this
C:\MediaInfo_CLI_0.7.77_Windows_x64>MediaInfo.exe --Inform=file://C:\test_format.txt "C:\movie_temp\Interstellar.2014.iMAX.720p.BluRay. DTS.x264-LEGi0N.mkv"
Formatting
At the mediainfo GUI you'd see sections like this
http://s8.postimg.org/6i9azpjyt/2015_09_16_17_32_02.jpg
So you'd select the section and add the info to it like
File Name.............: %FileName%.%FileExtension%
But on the file editing you'll specify the section at the beginning then add the format in one line like this
General;Filename.............: %FileName%.%FileExtension%
The previous two formats will output EXACTLY the same result. If you use the CLI then you'll but the second format (with the red part) into the txt file and use it.
Templates
I like this first simple one and I made it for the purpose of simplicity and clean with only needed info.
SimpleCustom
https://mega.nz/#!7E52FL5B!1-AD3h9v4...aJ5ha8mWO93_xk
http://pastebin.com/si8Q6fzb
http://s13.postimg.org/fbhgprizb/Simple_Custom.jpg
Star
https://mega.nz/#!fZhSgC5I!iGRdDXjCW...PQp5bezFDGsObM
http://pastebin.com/NCwLdxKk
http://s14.postimg.org/y8otehvkx/Star.jpg
Pack - Better not to be anything in the folder of the video files other than the video files.
https://mega.nz/#!WIQRCRqJ!VhlTP6urY...ZcJkhEoaJDJqmc
http://pastebin.com/9enABs92
http://s12.postimg.org/u5t58aiel/pack.jpg
SimpleOther
https://mega.nz/#!jFwQyapR!ri3PT98ul...1oCDPtuzUCaZxQ
http://pastebin.com/ki53e0U2
http://s12.postimg.org/ylg5rak6l/Simple_Other.jpg
Simplest by cvrle
https://mega.nz/#!uIonzZZC!wGYrcFQvg...0HC7ZeN7cZQ498
http://pastebin.com/SPUpRTxH
http://s29.postimg.org/d7ulbr79z/Simplest_cvrle.jpg
Polo by Polo
https://mega.nz/#!HEYkUSIK!WWo2RgS88...zOL90wZcmV3vog
http://pastebin.com/jjvM0ntp
http://s9.postimg.org/6io3j6y9b/Polo.jpg
Please, feel free to share your template with proper bbcodes that you use.