libpgs 0.6.0

Fast PGS subtitle extraction, encoding, and round-trip transformation for MKV and M2TS containers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod display_set;
pub mod payload;
pub mod rle;
pub mod segment;

pub use display_set::{DisplaySet, DisplaySetAssembler, DisplaySetBuilder, ObjectBitmap};
pub use payload::{
    CompositionObject, CropInfo, OdsData, ParsedPayload, PcsData, PdsData, PaletteEntry,
    SequenceFlag, WdsData, WindowDefinition, ods_rle_data,
};
pub use rle::{decode_rle, encode_rle};
pub use segment::{CompositionState, PgsSegment, SegmentType};