An open API service indexing awesome lists of open source software.

https://github.com/rodneylab/vlintt

Lint Web Video Text Tracks Format (WebVTT) files
https://github.com/rodneylab/vlintt

closed-captions lint linter rust rust-cli vtt webvtt

Last synced: 12 months ago
JSON representation

Lint Web Video Text Tracks Format (WebVTT) files

Awesome Lists containing this project

README

          



Rodney Lab logo



vlintt

Basic CLI tool to lint vtt (Web Video Text Tracks Format or WebVTT) files.

Currently only wraps lines longer than 42 characters.

Example usage:

```shell
vlintt --output text.vtt text.mp3.vtt
```