Expand description
Minimal MPEG demux helpers.
This module is intentionally small: it only extracts video elementary stream payload bytes (and optional PTS) from common MPEG containers.
Supported:
- Raw ES (start-code byte stream)
- MPEG-TS (188-byte packets; video PID auto-sniffed from PES stream_id 0xE0..0xEF)
- MPEG-PS (pack/system headers + PES; extracts video PES payload)