Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 372 Bytes

asciicast

Python 3

Packages

  • pysrt
  • webvtt-py
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.