rsubs-lib-0.1.2 has been yanked.
rsubs, a rust library for converting and changing subtitles
Currently a work in progress but it should be able to produce usable .srt,.vtt and .ssa/ass files from one another.
Usage:
use srt;
use vtt;
use ssa;
More examples are provided in the examples
folder.
Current features:
- Changing colors
- Shifting timestamps
- Changing line text
- In SSA and VTT format changing line style is also possible