Skip to main content

class  pixeltable.functions.ContainerMetadata

Metadata for a media container, as returned by audio.get_metadata() or video.get_metadata().

attr  bit_exact

Whether the container was opened in bit-exact mode.

attr  bit_rate

Overall bit rate of the container in bits per second, or None if unknown.

attr  metadata

Additional container-level metadata tags (e.g. title, encoder).

attr  size

Size of the container in bytes, or None if unknown.

attr  streams

Per-stream metadata for each stream in the container.
Last modified on June 24, 2026