How the estimate is built
Each content type starts from a different planning assumption. Photos scale from megapixels and a rough compression ratio, video and audio scale from bitrate multiplied by duration, and documents scale from average bytes per page. Those assumptions are not exact, but they are useful for everyday planning before you export or upload a file.
The calculator then shows the same estimate in decimal units such as MB and GB and binary units such as MiB and GiB. That matters because many storage systems and operating systems report the same bytes with different labels.
Image size ≈ megapixels × bits per pixel ÷ compression ratio
Photo estimates begin from pixel count and an assumed compression level.
Media size = bitrate × duration ÷ 8
Video and audio estimates convert bitrates into bytes over the selected running time.
Document size ≈ pages × average bytes per page
Document estimates use broad per-page planning assumptions based on document type.