Author Topic: Video: Bit Rate Column Value  (Read 19 times)

rcg530

  • Newbie
  • *
  • Posts: 1
    • View Profile
Video: Bit Rate Column Value
« on: Yesterday at 22:23:47 »
I've recently started using Multi Commander on my Windows 11 computer. I deal with a lot of video files [mainly from dash cameras]. I've updated the column list to include the video "Bit rate" column.

I have found the value displayed in that column is the raw value divided by 1024 bits when it shows the value. Windows File Explorer, MediaInfo, ands ffprobe will display a value that is the raw value divided by 1000.  I cannot find a configuration setting to adjust the 1024 to 1000 like I can for other settings [Free Space].

For example:
Windows File Explorer [Data Rate]: 30308 kbps
Windows File Explorer > Properties > Details [Data rate]: 30308 kbps
Mediainfo [Video > Bit rate]: 30.3 Mb/s
ffprobe [Video]: 30308 kb/s
Multi Commander SE v15.5 (build 3103) > Video [Bit rate]: 29598 kbps

30308 * 1000 = 30308000 bits/sec
30308000 / 1024 = 29598 kbps as displayed in Multi Commander

Have I missed a setting to select 1000 to be the divisor for calculated bit rate value?

Can this be made available as a setting?

Thanks!