What SRT cannot carry
SRT is the older and simpler format, so this conversion loses a few things that only exist in WebVTT. That is a property of the target format rather than of this converter, and every honest VTT to SRT tool drops the same things.
- Cue settings. Positioning like align:start or position:10% has no SRT equivalent and is removed, so every line renders wherever the player puts subtitles by default.
- Styling. STYLE blocks, regions and class spans such as <c.loud> are dropped; basic italics, bold and underline are kept.
- Comments. NOTE blocks are removed rather than turned into visible subtitle text.

