# What is a Video Rendition?

A video rendition is an encoded video variant defined by properties such as resolution, bitrate, codec, and frame rate. Alternative-language audio and subtitle tracks are normally modeled separately and associated with the video variants.

Video + audio tracks

Video processing

Playable derivative

Video processing decodes timed tracks, transforms them, and encodes a deliverable for a target player. This diagram shows video broadly, not specifically Video Renditions.

<span aria-hidden="true" id="how-it-works"></span>

## How Video Renditions work

A rendition is one member of a deliberately related output set, not simply any duplicate of a video. An encoding service derives variants from a common master, packages them, and describes their properties in a manifest so a player can select a decodable option. Ladder design balances visual quality, bitrate spacing, device capability, and operational cost, while separate audio or subtitle tracks may be associated with the video variants.

<span aria-hidden="true" id="key-facts"></span>

## Key facts

1. 1For seamless adaptive switching, corresponding renditions should place random-access frames and segment boundaries at compatible timeline positions; misalignment can delay or disrupt a switch.
2. 2The codec and profile declared for a rendition must match its encoded bitstream, because players use manifest metadata to reject unsupported variants before downloading media.
3. 3Upscaling a small source creates a larger raster but cannot recover absent detail, so including a high-resolution rendition may add storage and bandwidth without a quality benefit.

<span aria-hidden="true" id="when-it-matters"></span>

## When Video Renditions matter

An adaptive player can switch among a rendition ladder as available bandwidth or playback conditions change. Every additional variant increases encoding, storage, packaging, and validation work.

<span aria-hidden="true" id="category-use-cases"></span>

## Common use cases for video

These examples cover video broadly, not specifically Video Renditions.

* 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.

<span aria-hidden="true" id="at-scale"></span>

## Working with video

This guidance covers video broadly, not just Video Renditions.

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

1. 1Inspect codec, container, dimensions, frame rate, color, audio, and subtitle tracks.
2. 2Test visual quality and playback support across the slowest and oldest target devices.
3. 3Preserve a suitable master before applying lossy, destructive, or delivery-specific changes.

[← Video Rendering](/glossary/video-rendering.md)[Video Resolutions →](/glossary/video-resolutions.md)

More in video

* [Video Proxies](/glossary/video-proxies.md)
* [Video Quality Metrics](/glossary/video-quality-metrics.md)
* [Video Rendering](/glossary/video-rendering.md)
* [Video Resolutions](/glossary/video-resolutions.md)
* [Video Scaling](/glossary/video-scaling.md)
* [Video Scrubbing](/glossary/video-scrubbing.md)

[All 505 terms](/glossary.md)

## Turn media knowledge into a working pipeline

Connect uploads, processing, AI, storage, and delivery through one declarative API — with the encoding stack, scaling, and format churn handled for you.

[Try Transloadit for free](/c/signup/)
