Author Topic: Show Video codec  (Read 206 times)

Nierewa

  • Newbie
  • *
  • Posts: 2
    • View Profile
Show Video codec
« on: November 08, 2025, 23:24:20 »
Hi,

I search a way to display video codec with Multi Commander.
I found a topic with a hint to mediainfo dll

https://forum.multicommander.com/forum/index.php/topic,3631.msg10652.html

Quote
The documentation is rather inadequate and the frontend gui is awful, but for MC only the .dll is needed.

How can I add this plugin?

Thanks  :)
« Last Edit: November 08, 2025, 23:26:15 by Nierewa »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4792
    • View Profile
    • Multi Commander
Re: Show Video codec
« Reply #1 on: November 11, 2025, 08:48:28 »
MC do not currently support getting metadata about codec from video files

If you can extract that information using MultiScript. (calling some external tool to get it or something)
Then you can create a scriptable file property and have it be shown in a column.

Nierewa

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Show Video codec
« Reply #2 on: November 13, 2025, 23:11:35 »
 :'( This should be implemented.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4792
    • View Profile
    • Multi Commander
Re: Show Video codec
« Reply #3 on: Yesterday at 06:40:02 »
That would require that MediaInfo code to be Including in MC , Problem is that than MC then will grow with over 200% in size. just to be able to get codec info. And that is not happening.

If you install some 3rd party tool that can show it in Windows Explorer you can use MultiScript to get the information from Windows Shell with "GetFileProp(..)"  Problem is to find what the prop name is, should be documented on the 3rd party tools website.

« Last Edit: Yesterday at 06:43:28 by Mathias (Author) »