🗂️ File Size Calculator

Estimate video, audio, and image file sizes before you record, encode, or export. Compare codecs and bitrates, then see how much storage you'll need for a whole batch of files.

🗂️ File Size Estimator
🎬 Video
🎵 Audio
🖼️ Image
H.265 and AV1 deliver similar visual quality at a lower bitrate than H.264 for the same resolution.
Used to estimate total storage needed for a batch of files with the same settings.
📈 Estimated Size
Estimated File Size (per file)
Bitrate / Basis
Number of Files
Total Storage Needed
Files per 1 GB

📊 Options Compared

Size Comparison
⚠️ Estimates use typical industry bitrates and compression ratios. Actual file size varies with source content complexity, encoder settings, variable vs. constant bitrate, and audio channel count. Always test-encode a short sample for critical storage planning.
📊

Enter your details and click Calculate to see results

Guide

About the File Size Calculator

Unlike a simple unit converter, this file size calculator estimates how big a video, audio, or image file will actually be before you record, encode, or export it — starting from the settings that determine size in the real world: resolution, codec, bitrate, and duration for video and audio, or pixel dimensions and compression format for images. That makes it useful for planning camera storage, choosing an export preset, or budgeting cloud storage before a project even starts, rather than just converting KB to GB after the fact.

How It Works

For video, the calculator starts from a typical H.264 bitrate for your chosen resolution (from 2.5 Mbps at 480p up to 100 Mbps at 8K), then adjusts it for your codec — H.265/HEVC runs at roughly 50% of the H.264 bitrate for the same visual quality, and AV1 runs at roughly 45% — and multiplies by your duration using size (MB) = bitrate (Mbps) ÷ 8 × duration (seconds). For audio, it multiplies your chosen bitrate (128-320 kbps, or ~1000 kbps for lossless FLAC) by duration the same way. For images, it first computes the uncompressed RAW size as width × height × bits-per-pixel ÷ 8, then divides by a compression ratio (roughly 2:1 for PNG, 10:1 for high-quality JPEG, 20:1 for standard JPEG) to estimate the real exported file size.

Why It Matters

Storage and bandwidth are finite and often cost money, so knowing in advance that an hour of 4K H.264 footage needs roughly 15 GB — versus about 7.5 GB in H.265 — changes decisions about SD card size, recording codec, upload bandwidth, and cloud storage tier. The same logic applies to photographers choosing between RAW, PNG, and JPEG exports, or podcasters deciding between 128 kbps and lossless audio for distribution.

Tips for Accurate Results

  • Bitrate presets are typical values for "good quality" encodes — high-motion content (sports, action) needs a higher bitrate than static content (talking head, screen capture) at the same resolution.
  • Variable bitrate (VBR) encoding can produce smaller average files than constant bitrate (CBR) for the same perceived quality, so treat these numbers as a ceiling estimate for VBR.
  • Audio bitrate estimates assume stereo; mono audio or multi-channel surround will change the actual file size proportionally.
  • For images, real photos with fine detail and noise compress less than simple graphics — JPEG ratios can vary well beyond the presets shown here.
  • Always test-encode a short clip or export a single photo at your intended settings to validate the estimate before committing to a large batch.
About

Understanding File Size Factors

🎥

Video: Resolution & Codec

File size scales with pixel count and bitrate, not just resolution. Newer codecs (H.265, AV1) compress the same visual quality into a smaller bitrate than older H.264, roughly halving file size at equal quality — at the cost of more encoding time and less universal hardware support.

🎧

Audio: Bitrate & Format

Higher bitrate means better fidelity and bigger files. Lossy formats like MP3 discard inaudible detail to shrink size; lossless formats like FLAC preserve every bit of the original recording at roughly 2-3× the file size of a high-bitrate MP3.

🖼️

Images: Compression Trade-offs

An uncompressed photo can be huge — a 12MP RGB image is roughly 36 MB raw. PNG compresses losslessly to about half that; JPEG throws away imperceptible detail for a 10-20× reduction, trading a small quality loss for a much smaller file.

FAQ

Frequently Asked Questions

Common questions about file size estimation

How do I estimate a video file's size before recording?
Multiply the bitrate (in megabits per second) by the duration in seconds, then divide by 8 to convert bits to bytes: size (MB) = bitrate (Mbps) ÷ 8 × duration (seconds). Choose a resolution preset and codec to get a realistic bitrate estimate.
How much smaller is H.265 than H.264?
H.265 (HEVC) typically achieves the same visual quality at roughly 50% of the bitrate of H.264, so a video encoded in H.265 is usually about half the file size of the same footage encoded in H.264 at matching quality. AV1 pushes this further, to roughly 45% of the H.264 bitrate, though it takes longer to encode.
Why is my exported image file bigger or smaller than expected?
Uncompressed (RAW) image size depends only on width × height × bits-per-pixel, but real-world files are compressed. PNG (lossless) achieves roughly 2:1 compression, high-quality JPEG roughly 10:1, and standard JPEG roughly 20:1 — so the same photo can vary enormously in file size depending on format and quality setting.
What bitrate should I use for audio?
128 kbps is acceptable for casual listening, 192 kbps is a common streaming default, 256-320 kbps is considered near-transparent for most listeners, and lossless formats like FLAC run around 1000 kbps for CD-quality audio with no quality loss.
How do I plan storage for many files at once?
Once you have the estimated size of a single file, multiply by the number of files you expect to create or store. This calculator includes a "number of files" field that scales your single-file estimate automatically, which is useful for planning camera SD cards, recording archives, or photo libraries.
What does "Files per 1 GB" tell me?
It divides 1024 MB by your estimated single-file size to show roughly how many files of that size fit on 1 GB of storage. It's a quick way to translate a file size estimate into "how many clips or photos will fit on this memory card or drive."
Does frame rate affect the video file size estimate?
Not directly — the bitrate presets are typical values for standard frame rates (24-30 fps) at each resolution. High frame rate footage (60 fps and above) generally needs a higher bitrate than the preset to hold the same visual quality, so treat estimates for 60 fps+ footage as a conservative lower bound.
Why is 8K video estimated so much larger than 4K?
8K (4320p) has roughly four times the pixel count of 4K (2160p), so its typical bitrate preset jumps from 35 Mbps to 100 Mbps — nearly triple. That means an hour of 8K footage at the same codec takes up close to three times the storage of the equivalent 4K clip.
Is this calculator accurate for screen recordings or gameplay captures?
Treat it as a ballpark only. The bitrate presets are tuned for typical filmed video; static screen recordings usually compress smaller than the preset suggests, while fast-motion gameplay capture often needs a higher bitrate than the preset to avoid visible artifacts.
What's the difference between "Uncompressed" in the image mode and a camera's RAW format?
The "Uncompressed" option here calculates a raw bitmap size (width × height × bits-per-pixel ÷ 8), matching formats like BMP or TIFF. Camera RAW files (like .CR2 or .NEF) apply their own lossless compression and store extra sensor metadata, so real camera RAW files are usually somewhat smaller than this calculator's uncompressed estimate.
Does audio channel count change the size estimate?
The bitrate presets assume standard stereo (2-channel) audio. Mono recordings are typically about half the file size at the same perceived quality, while multi-channel surround formats (5.1, 7.1) can run two to three times larger than stereo at matching quality.

Related Calculators

Explore other tech tools