https://github.com/alhadis/vtt
Classes for parsing and manipulating subtitle/CC formats.
https://github.com/alhadis/vtt
captions srt subrip subrip-text subtitles timed-text vtt webvtt
Last synced: about 1 year ago
JSON representation
Classes for parsing and manipulating subtitle/CC formats.
- Host: GitHub
- URL: https://github.com/alhadis/vtt
- Owner: Alhadis
- License: isc
- Created: 2019-06-13T18:45:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T18:56:47.000Z (about 6 years ago)
- Last Synced: 2025-01-25T06:43:17.635Z (over 1 year ago)
- Topics: captions, srt, subrip, subrip-text, subtitles, timed-text, vtt, webvtt
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VTT
:warning: **W.I.P** :warning:
Pure-JavaScript implementations of various subtitle formats.
Started life as a script to correct badly-synced `*.srt` files.
This library will (eventually) be a collection of classes for
parsing subtitle formats, with ancillary executables to perform
basic, in-place modification of subtitle files from command-line.
Check back later.