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
- Host: GitHub
- URL: https://github.com/rodneylab/vlintt
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2022-10-10T08:13:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:28:41.000Z (12 months ago)
- Last Synced: 2025-02-24T17:31:53.999Z (12 months ago)
- Topics: closed-captions, lint, linter, rust, rust-cli, vtt, webvtt
- Language: Rust
- Homepage:
- Size: 805 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
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
```