I noticed that older versions of VTM used to display a comma for values >999, i.e. 3,456MB. But in later versions it only displays a space, i.e. 3 456MB. Not sure why you would switch to a space instead of a comma. Perhaps this was a bug/oversight? Could you bring back the comma or just eliminate the comma/space altogether?
[Feature Request]
It would be nice to have an "Auto" option along with the "GB/MB/B" in Technical Details. Enabling this would allow VTM to use GB/MB/B based on the file size of the video. I have posted an example below.
- I used Binary Units since this is a Windows application.
- Values on the left are Binary Bytes, i.e. 1KiB = 1024 Bytes
- Values on the right are Bytes
Code: Select all
[TiB] 1099511627776 - 1125899906842599
[GiB] 1073741824 - 1099511627775
[MiB] 1048576 - 1073741823
[KiB] 1024 - 1048575
[B] 0 - 1023