# What is Video Chunk?

Video chunk is an overloaded term for a bounded portion of encoded media. It may mean a processing unit, an ordinary streaming segment, or a smaller low-latency fragment or partial segment; those units do not have identical switching or random-access properties.

Video master

Adaptive streaming

Adaptive playback

Adaptive streaming packages one source into aligned renditions that a player selects segment by segment. This diagram shows streaming broadly, not specifically Video Chunk.

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

## How Video Chunk works

The word chunk has no single boundary across media systems. A processing service may chunk work internally; ordinary streaming exposes segments; low-latency protocols progressively expose smaller fragments or partial segments inside them. A packager partitions each rendition along a shared media timeline and publishes the units a client can request. The unit may be a separate object or a byte range within a larger object, while its internal samples remain part of a codec sequence. Players queue these units into a decode buffer and can select a different bitrate at a suitable boundary. Chunking therefore sits between encoding and CDN delivery, shaping latency, cache behavior, and recovery from loss.

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

## Key facts

1. 1A chunk is not necessarily independently decodable: if its first samples depend on pictures from an earlier unit, random startup at that boundary can fail or show corruption.
2. 2All bitrate renditions need compatible boundary timing so a player can switch without jumping backward, skipping content, or losing synchronization with audio and subtitles.
3. 3Storing units as separate objects simplifies CDN caching and invalidation; byte-range delivery reduces object counts but depends on correct range-request support.

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

## When Video Chunk matters

Identify which layer uses the word chunk before tuning it. Segment duration affects adaptation and caching, while low-latency fragment size primarily affects how early bytes become available inside a segment.

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

## Common use cases for streaming

These examples cover streaming broadly, not specifically Video Chunk.

* Delivering long-form, episodic, educational, live, or user-generated video over variable networks.
* Providing low-bandwidth through high-resolution renditions from one master.
* Combining captions, alternate audio, encryption, thumbnails, and ad markers with playback media.

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

## Working with streaming

This guidance covers streaming broadly, not just Video Chunk.

An encoder creates several quality levels, and a packager divides them into aligned segments referenced by a manifest. During playback, the client estimates throughput and buffer health, then requests an appropriate segment from one rendition at a time.

Streaming quality depends on the relationship between renditions, segments, manifests, players, and the network. A valid encode can still perform poorly if keyframes are misaligned, the ladder is inefficient, or the player cannot switch cleanly.

### What you gain

* Segmented delivery lets playback begin without downloading the entire program.
* Multiple renditions let a player adapt quality as network and device conditions change.
* HTTP-based protocols can reuse ordinary web caching and delivery infrastructure.

### What it costs

* Short segments can reduce switching and live latency but increase request and packaging overhead.
* A dense rendition ladder offers finer adaptation while increasing encoding, storage, and cache cost.
* More aggressive quality selection can improve sharpness but raises rebuffering risk on unstable networks.

### Before production

1. 1Test the rendition ladder on slow, changing, and high-latency connections.
2. 2Align segments and keyframes, then validate manifests in the target players.
3. 3Measure startup, rebuffering, quality switches, CDN efficiency, and playback failures.

[← Video Chapters](/glossary/video-chapters.md)[Video Clipping →](/glossary/video-clipping.md)

More in streaming

* [TVOD](/glossary/tvod.md)
* [Ultra Low Latency Video Streaming](/glossary/ultra-low-latency-video-streaming.md)
* [Video Broadcasting](/glossary/video-broadcasting.md)
* [Video Manifest](/glossary/video-manifest.md)
* [Video on Demand](/glossary/video-on-demand.md)
* [Video Packaging](/glossary/video-packaging.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/)
