lbrayner / vtt-to-srt

Python 3 script that converts WebVTT files to SubRip.
GNU Lesser General Public License v2.1
26 stars 9 forks source link
converter python3 subrip subtitles vtt

asciicast

Python 3

Packages

pip3 install pysrt webvtt-py

Synopsis

./vtt-to-srt FILE...

Description

The command accepts one or more files as arguments. For each .vtt, a .srt will be generated in the same folder. Any other extension is ignored.