Skip to main content

class  pixeltable.functions.CodecContextMetadata

Metadata about a stream’s codec.

attr  channels

channels: int | None
Number of audio channels. Present only for audio streams.

attr  codec_tag

codec_tag: str
Four-character codec tag, unicode-escaped.

attr  name

name: str
Codec name (e.g. 'h264', 'aac').

attr  pix_fmt

pix_fmt: str | None
Pixel format (e.g. 'yuv420p'). Present only for video streams.

attr  profile

profile: str | None
Codec profile (e.g. 'High', 'LC'), or None if unavailable.
Last modified on June 3, 2026