Image formats (jpeg, png, bitmap) do not include streamsize
A unified display of relevant technical and tag data for A/V files
Brought to you by:
guillaumeroques,
zenitram
What is the utility of this? For images, this is always 100%.
Maybe for coherency with other streams?
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Reply form tomterrific by email:
I was asking why image formats didn't return a stream size / stream percentage.
So the reason is that I was running mediainfo on files to "determine" what type they were.
For example a podcast file contains image data & audio data - by looking at the fact that the audio data is 99% of the file you can determine it's a audio file instead of something else.
It was a simple way of looking at a generic container and looking at what stream had the largest percentage of data.
So it's a bit of a pain to code around the fact that some containers and streams return a stream size and some don't - just causes special case checking code.
I'd love it if ALL streams always had a stream size & stream percentage.