subtile 0.4.1

A crate of utils to operate traitements on subtitles
Documentation
1
2
3
4
5
6
//! The `*.sub` portion of `VobSub` subtitles is packaged in MPEG-2 Program
//! Stream packets, which we have some limited support for parsing.

mod clock;
pub mod pes;
pub mod ps;