Pixel Aspect Ratio Calculator

Enter a storage resolution in pixels and a pixel aspect ratio (PAR) to get the storage aspect ratio, display aspect ratio, and the equivalent square-pixel size, using the standard formula DAR = SAR × PAR.

Quick Facts

Formula
Display Aspect Ratio = Storage Aspect Ratio × Pixel Aspect Ratio
DAR = (storage width ÷ storage height) × (PAR width ÷ PAR height).
Square pixels
PAR is 1:1 on virtually all cameras, phones, and computer monitors
When PAR is 1:1, storage aspect ratio and display aspect ratio are the same number.
Classic non-square example
NTSC DV stores a 4:3 picture at 704×480 pixels with a 10:11 PAR
704×480 at PAR 10:11 displays as exactly 4:3 — equivalent to 640×480 square pixels.

Your Results

Calculated
Storage Aspect Ratio (SAR)
-
Raw pixel-grid ratio
Pixel Aspect Ratio (PAR)
-
Shape of one pixel
Display Aspect Ratio (DAR)
-
SAR × PAR
Square-pixel size
-
Resized, same height

Ready

Enter a storage resolution and pixel aspect ratio, then press Calculate.

About Pixel Aspect Ratio

Pixel aspect ratio (PAR) is the width-to-height ratio of a single pixel, not of the whole image. It matters because a file's pixel dimensions (its storage resolution) do not always represent a picture made of square pixels — some formats deliberately use rectangular pixels, so the raw width ÷ height of the pixel grid (the storage aspect ratio, SAR) can differ from how the picture actually looks once it is displayed (the display aspect ratio, DAR).

The formula

The three quantities are tied together by one standard equation used throughout video and image engineering:

DAR = SAR × PAR

  • Storage Aspect Ratio (SAR) = storage width (px) ÷ storage height (px) — the raw pixel-grid ratio.
  • Pixel Aspect Ratio (PAR) = width of one pixel ÷ height of one pixel — how "square" or "stretched" each individual pixel is.
  • Display Aspect Ratio (DAR) = SAR × PAR — how the image looks once it is displayed with the correct pixel shape.

Rearranging the formula lets you solve for whichever value is unknown: PAR = DAR ÷ SAR, or SAR = DAR ÷ PAR. This calculator takes a storage resolution and a PAR, computes SAR and DAR directly, and also reports the equivalent size the image would need if every pixel were made square — the storage width multiplied by PAR, with the height unchanged.

Why pixels aren't always square

Square pixels (PAR 1:1) are standard on virtually all modern digital cameras, phones, and computer monitors, so storage aspect ratio and display aspect ratio are simply the same number. Non-square pixels exist mainly for historical broadcast-video reasons: analog-derived digital video standards such as NTSC and PAL sampled a fixed number of pixels per line regardless of the target screen shape, so the resulting pixel grid ended up a different shape than the intended 4:3 or 16:9 picture. The pixel aspect ratio is the correction factor that reconciles the two.

Common reference values

FormatStorage (px)PARDisplay (DAR)
Square pixels (HD video, web, phones)e.g. 1920×10801:116:9
NTSC D-1/DV, 4:3704×48010:114:3
NTSC D-1/DV, 16:9704×48040:3316:9
PAL D-1/DV, 4:3704×57612:114:3
PAL D-1/DV, 16:9704×57616:1116:9

Note: NTSC and PAL DV/D-1 files are frequently stored at 720 pixels wide (720×480 or 720×576). 704 pixels is the conventionally "active" picture width used to derive the PAR figures above; the extra columns at 720 correspond to horizontal blanking that is not part of the visible picture. Both widths appear in practice, so check what your specific source calls "active" before assuming exact numbers.

Practical uses

  • Figuring out why footage captured or exported at one pixel size looks squeezed or stretched until the correct PAR is applied.
  • Converting anamorphic or broadcast-standard video to square pixels for editing, compositing, or web delivery.
  • Confirming that a target storage resolution and PAR combination actually produces the intended on-screen aspect ratio before rendering or exporting.

Frequently Asked Questions

What is the difference between pixel aspect ratio and display aspect ratio?
Display aspect ratio (DAR) describes the overall shape of the picture as it appears on screen, such as 16:9. Pixel aspect ratio (PAR) describes the shape of a single pixel inside the file's raw pixel grid. When pixels are square (PAR 1:1) the two are identical; otherwise DAR equals the storage aspect ratio (storage width ÷ storage height) multiplied by PAR.
How do I calculate display aspect ratio from pixel aspect ratio?
Divide storage width by storage height to get the storage aspect ratio (SAR), divide the PAR width part by the PAR height part to get PAR as a decimal, then multiply: DAR = SAR × PAR. For example, 704×480 pixels (SAR ≈ 1.4667) with a 10:11 PAR (≈0.9091) gives a DAR of about 1.3333, which is 4:3.
Why does video or an image look stretched or squeezed?
This usually happens when software assumes the wrong pixel aspect ratio for a file — most often treating non-square footage such as NTSC or PAL DV as if it had square pixels, or the reverse. Applying the correct PAR, or resizing the frame to the equivalent square-pixel dimensions, restores the intended proportions.
Are pixel aspect ratio and screen aspect ratio the same thing?
No. Pixel aspect ratio is the shape of one pixel inside the pixel grid. Screen (or display) aspect ratio is the overall shape of the entire displayed picture. They are connected by DAR = SAR × PAR, but a device's physical screen ratio is a separate, fixed property of the display hardware.