Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Results 1 to 5 of 5
Like Tree5Likes
  • 5 Post By Ronin21

Thread: MediaInfo Output Customization

  1. #1
    Donor
    Ronin21's Avatar
    Reputation Points
    139211
    Reputation Power
    100
    Join Date
    Apr 2014
    Posts
    2,450
    Time Online
    207 d 15 h 10 m
    Avg. Time Online
    1 h 22 m
    Mentioned
    916 Post(s)
    Quoted
    560 Post(s)
    Liked
    3610 times
    Feedbacks
    135 (100%)

    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.
    jimmy7, Laxus, BadBoys and 2 others like this.

  2. #2
    User
    AJ128's Avatar
    Reputation Points
    1522
    Reputation Power
    47
    Join Date
    Jun 2015
    Posts
    98
    Time Online
    12 d 7 h 54 m
    Avg. Time Online
    5 m
    Mentioned
    21 Post(s)
    Quoted
    12 Post(s)
    Liked
    34 times
    Feedbacks
    8 (100%)
    I was making my own but couldn't get resolution and audio info such as codec and channels on same line can u help me
    Last edited by AJ128; 01-02-2018 at 11:55 AM.

  3. #3
    Senior Member
    chucknorris's Avatar
    Reputation Points
    2378
    Reputation Power
    66
    Join Date
    Oct 2013
    Posts
    427
    Time Online
    37 d 20 h 54 m
    Avg. Time Online
    14 m
    Mentioned
    97 Post(s)
    Quoted
    67 Post(s)
    Liked
    185 times
    Feedbacks
    27 (100%)
    Quote Originally Posted by AJ128 View Post
    I was making my own but couldn't get resolution and audio info such as codec and channels on same line can u help me
    %Codec/String%, %SamplingRate/String%, %BitRate/String%, %Channel(s)/String%

  4. #4
    Power User Rooted's Avatar
    Reputation Points
    707
    Reputation Power
    29
    Join Date
    Aug 2018
    Posts
    107
    Time Online
    9 d 22 h 12 m
    Avg. Time Online
    7 m
    Mentioned
    28 Post(s)
    Quoted
    9 Post(s)
    Liked
    39 times
    Feedbacks
    1 (100%)
    can you please update the screenshots /images?

  5. #5
    User PrivTrackerLo's Avatar
    Reputation Points
    10
    Reputation Power
    15
    Join Date
    Mar 2020
    Posts
    29
    Time Online
    1 h 57 m
    Avg. Time Online
    N/A
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Feedbacks
    0
    Thank you for your help!


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •