Was ist Container-Format? - Konzepte erklärt

Ein Container-Format ist ein Datei-Wrapper, der Video-, Audio- und Untertitel-Streams zusammenhält. Erfahren Sie mehr über seine Definition und Konzepte.

Kostenloses Online-Dateikonvertierungstool. Funktioniert in Chrome, Firefox, Safari, Edge, Opera und anderen modernen Browsern unter Windows, macOS, Linux, Android und iOS. Keine Softwareinstallation oder Anmeldung erforderlich. Alle Konvertierungen laufen direkt in Ihrem Browser, Ihre Dateien verlassen also nie Ihr Gerät. Kostenlos und ohne Konto nutzbar.

Was ist Container-Format? - Konzepte erklärt

Ein Containerformat ist eine Datei-Hülle, die Video-, Audio- und Untertitelströme zusammenhält

Zuletzt aktualisiert:

Container Format: Simple Definition

A container format (also called a wrapper or mux) is a file format that packages together different types of data - typically video, audio, and subtitles - into a single file.

The container is like a box that holds separate items. An MP4 file (container) holds H.264 video (codec), AAC audio (codec), and maybe subtitle text - all bundled together so your media player can synchronize and play them correctly.

Containers vs Codecs

People often confuse containers and codecs. The container (MP4, MKV, MOV) determines how data is organized in the file. The codec (H.264, H.265, AAC) determines how each data stream is compressed.

The same video stream can be put in different containers. H.264 video can be in an MP4, MKV, or MOV file. The video quality is identical - only the container is different. This is why “remuxing” (changing container) does not require re-encoding and has no quality loss.

Examples of Container Format

MP4

The most compatible video container. Holds H.264/H.265 video, AAC audio, and subtitles. Used everywhere.

MKV

Flexible open-source container. Holds unlimited video, audio, and subtitle tracks. Popular for media archiving.

MOV

Apple's QuickTime container. Used in Final Cut Pro and iOS video recording.

AVI

Microsoft's older video container. Limited features but very widely supported for legacy content.

Work With Your Files

Now that you understand the concept, use our free tools to convert, compress, and optimize your files.

Try Our Free Tools

Quellen

  1. Digital container format - Wikipedia
  2. Media container formats - MDN Web Docs