| Crates.io | ebustl |
| lib.rs | ebustl |
| version | 0.4.0 |
| created_at | 2017-03-13 12:21:41.468358+00 |
| updated_at | 2022-09-23 10:27:23.681655+00 |
| description | Parse subtitle files in the EBU-STL format with Rust. |
| homepage | |
| repository | https://github.com/tytouf/ebustl-rs |
| max_upload_size | |
| id | 8962 |
| size | 45,242 |
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.