go-astisub
go-astisub copied to clipboard
how to support vtt style
when use subtitles.ReadFromWebVTT, then style message will be losted.
STYLE
::cue {
color: #fff;
text-shadow: 0 1px #000, 1px 0 #000, -1px 0 #000, 0 -1px #000;
font-size: 15vw;
}
Unfortunately, right now webvtt style is not yet supported.
Feel free to submit a PR if you feel like adding the feature.
Cheers