go-astisub icon indicating copy to clipboard operation
go-astisub copied to clipboard

how to support vtt style

Open eager7 opened this issue 3 years ago • 1 comments

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;
}

eager7 avatar Apr 13 '21 04:04 eager7

Unfortunately, right now webvtt style is not yet supported.

Feel free to submit a PR if you feel like adding the feature.

Cheers

asticode avatar Apr 13 '21 07:04 asticode