Pixel Aspect Ratio Calculator

Calculate pixel aspect ratio from stored pixel dimensions and intended display aspect ratio, with corrected square-pixel dimensions.

Identify whether video pixels are square, wide, or tall and determine the equivalent display width.

Pixel Aspect Ratio Calculator

About pixel aspect ratio

Pixel aspect ratio describes the shape of one pixel as displayed. A ratio of 1:1 means square pixels, which is standard for modern computer graphics, web images, and most high-definition video. Older television and digital-video formats often store rectangular pixels. Their encoded frame dimensions therefore do not directly equal the proportions viewers see on screen. Three ratios describe this relationship. Storage aspect ratio is the stored pixel width divided by pixel height. Display aspect ratio is the intended physical width divided by physical height, such as 4:3 or 16:9. Pixel aspect ratio links them: display aspect ratio equals storage aspect ratio multiplied by pixel aspect ratio. Rearranging gives PAR = display width × pixel height divided by display height × pixel width. For example, a 720 by 480 frame has a storage ratio of 3:2, but it may be intended for 16:9 presentation. Its pixels must be wider than square so the displayed image expands horizontally. Multiplying stored width by the calculated PAR gives an equivalent square-pixel display width. Editing software may use standardized rational values that differ slightly from a simple frame-level calculation because standards account for clean aperture and historical sampling conventions. Correct interpretation prevents circles from appearing oval and people from looking unnaturally narrow or wide. Media metadata normally tells a player how to scale the image, but metadata can be missing, incorrect, or discarded during transcoding. The calculator helps diagnose such footage and choose a square-pixel conversion size. It does not resample the image or change the source file. Keep storage, pixel, and display ratios distinct when preparing assets. For a new square-pixel image, PAR should be 1 and storage ratio should match display ratio. For archival or broadcast video, preserve the authoritative format metadata rather than guessing from resolution alone. When converting, use a high-quality scaler, select a practical integer output dimension, and verify the result against known geometry or production documentation. Small differences caused by rounding are normal, but unexplained large differences usually indicate the wrong target display ratio.

Pixel aspect ratio examples

1920 × 1080 displayed at 16:9PAR 1:1Standard square-pixel HD video.
720 × 480 displayed at 16:9PAR 1.185185:1Pixels widen the stored frame for widescreen display.
1920 × 1080 displayed at 4:3PAR 0.75:1Tall pixels compress the image horizontally.

How to calculate pixel aspect ratio

  1. Enter the stored image or video width and height in pixels.
  2. Enter the intended display aspect ratio, such as 16 and 9.
  3. Click Calculate Pixel Aspect Ratio.
  4. Use the ratio and square-pixel display size to configure or convert the media.

Pixel aspect ratio FAQ

What does a PAR of 1 mean?

A value of 1 means every displayed pixel is square. In that case, storage and display aspect ratios are identical.

Why can 720 by 480 video display as 16:9?

The stored samples are not necessarily square. Playback metadata instructs the player to stretch the frame to its intended display proportions.

Is pixel aspect ratio the same as display aspect ratio?

No, pixel aspect ratio describes one pixel, while display aspect ratio describes the complete image. Storage aspect ratio describes only the encoded pixel grid.

Why does software show a slightly different ratio?

Broadcast standards may use clean-aperture dimensions and exact standardized rational ratios. Those conventions can differ slightly from a calculation based only on the full stored frame.

Does this calculator resize my image?

No, it only calculates ratios and an equivalent square-pixel width. Use image or video software to perform actual resampling.