Expand description
VobSub (DVD subtitle) format parsing and rendering.
This module implements the VobSub subtitle format (.idx + .sub files).
Structs§
- Deband
Config - Configuration for the debanding filter.
- Extracted
VobSub - IdxParse
Result - Parsed IDX file data.
- Subtitle
Packet - Parsed subtitle packet from the SUB file.
- VobSub
Frame - A VobSub subtitle frame.
- VobSub
Metadata - VobSub metadata.
- VobSub
Palette - VobSub palette (16 RGBA colors).
- VobSub
Parser - VobSub subtitle parser and renderer.
- VobSub
Timestamp - VobSub timestamp entry.
Enums§
Functions§
- apply_
deband - Apply debanding filter to RGBA buffer.
- decode_
vobsub_ rle - Decode VobSub RLE-encoded bitmap and render to RGBA.
- extract_
vobsub_ from_ mks - parse_
idx - Parse a VobSub IDX file.
- parse_
subtitle_ packet - Parse a subtitle packet from the SUB file at the given position.