A basic implementation of a parser for the EBU-STL subtitling file format.
There is an simple program for dumping the file structure: examples/dump.rs.
A program for convert SRT files to STL files can be found under srt2stl.