Releases: gbm-dev/vtt2txt
Releases · gbm-dev/vtt2txt
v1.0.0
vtt2txt v1.0.0
A command-line tool that converts WebVTT subtitle files to clean, readable plain text.
Features
- Removes timestamps and VTT formatting
- Deduplicates repeated lines
- Supports file input or stdin
- Output to file or stdout
Installation
Download the appropriate binary for your platform and make it executable:
chmod +x vtt2txt-linux-amd64
./vtt2txt-linux-amd64 input.vtt -o output.txtUsage
vtt2txt input.vtt # Output to stdout
vtt2txt input.vtt -o output.txt # Output to file
cat input.vtt | vtt2txt # Read from stdin