https://github.com/maxzz/srt-from-vtt
https://github.com/maxzz/srt-from-vtt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxzz/srt-from-vtt
- Owner: maxzz
- Created: 2022-12-29T23:22:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:00:35.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:20:08.506Z (5 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).