An open API service indexing awesome lists of open source software.

https://github.com/maxzz/srt-from-vtt


https://github.com/maxzz/srt-from-vtt

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

### About

Utility to convert .vtt files to .srt format.

### Installation

```npn -g i srt-from-vtt```

or

```yarn global add srt-from-vtt```

or build an executable file using [pkg](https://www.npmjs.com/package/pkg)

```yarn makebin```

### Usage

```srt-from-vtt ```

### Credits, References

* Convert WebVTT (The Web Video Text Tracks Format, aka html5 video subtitles) into SubRip SRT [vtt-to-srt](https://github.com/riazXrazor/vtt-to-srt).