Video Resolution Upscale Calculator

Pixel Count Grows Faster Than the Scale Factor Suggests

Doubling a video's linear dimensions doesn't double its pixel count — it quadruples it, because both width and height scale together. That distinction matters directly for AI upscalers and render pipelines, where processing time and output file size track pixel count, not the scale factor itself.

The Formulas

New Width = Width × Scale Factor
New Height = Height × Scale Factor
Pixel Count Multiplier = (New Width × New Height) ÷ (Width × Height)

Because both dimensions are multiplied by the same scale factor, the pixel count multiplier always works out to the scale factor squared — a 2x upscale means 4x the pixels, a 4x upscale means 16x the pixels.

Worked Examples

Upscaling a 1920 × 1080 source at different scale factors
Scale factorNew resolutionPixel multiplier
2x3,840 × 2,160 (4K UHD)4.0x
4x7,680 × 4,320 (8K UHD)16.0x

Notice that a "2x" upscale from 1080p lands exactly on 4K UHD, since 4K's linear dimensions are precisely double 1080p's in both directions.

Where This Matters

  • Estimating AI upscaling time — since processing cost scales with total pixel count rather than the scale factor, a 4x upscale can take roughly four times longer than a 2x upscale of the same source, not twice as long.
  • Planning storage after upscaling — a 16x increase in pixel count from a 4x upscale translates into a correspondingly larger encoded file, even before accounting for bitrate changes.
  • Matching source footage to a delivery resolution — confirming the exact scale factor and resulting resolution avoids submitting an upscaled file that's slightly off from a required spec like exact 4K UHD dimensions.

How to Use This Calculator

  1. Enter the original Width in pixels.
  2. Enter the original Height in pixels.
  3. Enter the Scale Factor (for example, 2 for a 2x upscale).
  4. Select Calculate to see the new resolution and the resulting pixel count multiplier.

Related Calculations

Simplify or rescale a resolution's proportions with the Video Aspect Ratio Calculator, or work out the ideal seating distance for the resulting screen size with the Screen Viewing Distance Calculator.