srt2vtt

Convert SRT formatted subtitles to WebVTT format for use with the HTML5 <track> tag.

Usage

$ srt2vtt --help
Usage: srt2vtt [OPTIONS]
Convert SubRip formatted subtitles to WebVTT format.

  -h, --help             display this help and exit
  -v, --version          display version and exit
  -i, --input=FILE-NAME  read input from FILE-NAME
  -o, --output=FILE-NAME write output to FILE-NAME

If --input or --output is ommitted, read from stdin or stdout, respectively.

Releases

Requirements

Installation

To build and install srt2vtt from source, run:

wget https://files.dthompson.us/releases/srt2vtt/srt2vtt-0.2.tar.gz
tar xf srt2vtt-0.2.tar.gz
cd srt2vtt-0.2
./configure
make
make install

License

GNU GPLv3+

Git Repository

srt2vtt is developed using the Git version control system. The official repository is hosted at https://git.dthompson.us/srt2vtt.git.

To clone the repository, run:

git clone https://git.dthompson.us/srt2vtt.git

Community

Real-time discussion for srt2vtt can be found on the #guile channel on the Libera.chat IRC network

Contributing

Send patches and bug reports to davet@gnu.org.