Media concepts · Concept
What Is a Container Format?
Think of a container as a labeled box and a codec as how the contents are packed. The same H.264 video can live in MP4 or MKV. Changing boxes can be a remux; changing packing is a transcode.
Quick take: A container format wraps one or more media tracks (video, audio, subtitles, metadata) without being the codec itself — MP4, MKV, MOV, and WebM are containers.
What containers store
Timing information, track indexes, chapters, subtitles, thumbnails, and the compressed bitstreams themselves.
Popular containers
MP4 for universal delivery, MOV for Apple pipelines, MKV for flexible multi-track rips, WebM for web/VP9/AV1 culture.
Why convert containers
Devices and upload forms whitelist containers. iPhones and many sites want MP4 even when the codec inside is already fine.
Key points
- Container ≠ codec.
- Remux changes container; transcode changes codec.
- Pick containers your destination accepts.
Examples
MP4
Best default for browsers and phones.
MKV
Great for multiple audio/subtitle tracks; weaker stock-player support.
Try it in a converter
Concepts stick better with a real file — processing stays in your browser.
Related concepts
FAQ
Is ZIP a container?
In a broad sense yes — an archive container for files — but media “container” usually means MP4/MKV-style multimedia wrappers.
Browse all conversion concepts or jump to converters.