What is 720x480?
720x480 is a standard-definition digital video frame size used by NTSC-based DVD and DV formats. Such content often relies on non-square pixels to produce its intended display aspect ratio.
How 720x480 works
A 720×480 frame has a stored raster ratio of 3:2, yet many standard-definition systems present it as either 4:3 or 16:9. That difference is resolved through pixel- or sample-aspect-ratio signaling rather than by changing the stored sample count. During migration to square-pixel web formats, software must combine raster dimensions, display metadata, aperture information, and scan structure before selecting the output geometry.
Key facts
- 1The 720×480 dimensions alone do not reveal whether footage is progressive or interlaced; field order and scan flags must be inspected separately.
- 2A missing or incorrect sample-aspect-ratio flag can make circles appear oval and people appear too narrow or wide even though no pixels are corrupted.
- 3Conversion to square pixels should use the intended display aspect and active image area, not merely resize the 3:2 storage raster to the nearest widescreen frame.
When 720x480 matters
Read the pixel aspect ratio before converting 720x480 footage for square-pixel web playback. Ignoring that metadata can make people and objects appear unnaturally narrow or wide.
Common use cases for video
These examples cover video broadly, not specifically 720x480.
- Preparing uploaded video for web, mobile, connected-TV, social, or editorial playback.
- Creating clips, thumbnails, captions, alternate aspect ratios, and adaptive renditions.
- Normalizing camera, screen-recording, and user-generated files into predictable outputs.
Working with video
This guidance covers video broadly, not just 720x480.
A demuxer separates tracks from the container, decoders turn compressed streams into frames or samples, and filters apply spatial or temporal changes. Encoders compress the transformed tracks before a muxer writes the chosen output container.
Video compatibility is the product of codec, container, profile, level, frame rate, color, audio, and subtitles. Validate the complete output on target devices because a playable file on one decoder may fail or look different on another.
What you gain
- Standardized derivatives make diverse source files playable on target devices.
- A retained master can feed many resolutions, aspect ratios, codecs, and channels.
- Automated inspection and transformation make large upload volumes consistent.
What it costs
- More efficient codecs can lower bitrate at similar quality but usually cost more compute and may have narrower support.
- Higher resolutions and frame rates preserve more detail and motion while increasing processing and delivery requirements.
- Fast encoding settings improve throughput but can produce larger files or lower quality than slower analysis.
Before production
- 1Inspect codec, container, dimensions, frame rate, color, audio, and subtitle tracks.
- 2Test visual quality and playback support across the slowest and oldest target devices.
- 3Preserve a suitable master before applying lossy, destructive, or delivery-specific changes.