Convert SRT formatted subtitles to WebVTT format for use with
the HTML5 <track>
tag.
$ 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.
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
GNU GPLv3+
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
Real-time discussion for srt2vtt can be found on the #guile
channel on the Libera.chat IRC network
Send patches and bug reports to davet@gnu.org.