VTT subtitle paragraph splitter


Tags
typescript
Github
https://github.com/kisaragi-hiu/vtt-to-text-paragraphs

Extract text from subtitle files for further analysis.

If current start time - previous end time is more than epsilon (default 100ms), an extra newline is added when copying lines over.

A simple script built on top of @plussub/srt-vtt-parser.