rsubs-lib
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 ssa;
use vtt;
use Subtitle;
use FromStr;
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