https://github.com/liuderchi/atom-vtt-helper
simple Atom package to process webvtt subtitle
https://github.com/liuderchi/atom-vtt-helper
atom-plugin webvtt
Last synced: 11 months ago
JSON representation
simple Atom package to process webvtt subtitle
- Host: GitHub
- URL: https://github.com/liuderchi/atom-vtt-helper
- Owner: liuderchi
- License: mit
- Created: 2016-06-24T02:04:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T02:27:24.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T22:23:33.724Z (over 1 year ago)
- Topics: atom-plugin, webvtt
- Language: CoffeeScript
- Homepage: https://atom.io/packages/vtt-helper
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vtt-helper package
A simple vtt subtitle tools.
## Features
- Jump To Cue by Number
- Jump To Next/Previous Cue
## TODO
- Jump To cue timing
- time shift all cue timings
- insert `NOTE` to all cues / one cue
- parse from `srt`
- vtt 2 srt conversion (opt)
- format/validate webvtt
- use ui to adjust timing
- timeline ui to visualize cue
- video preview with vtt
- existed vtt parser implant
- insert HTML escape char
## Reference
- [w3c docu about webvtt std](https://w3c.github.io/webvtt/#file-structure)
- [existed vtt parser](https://github.com/mozilla/vtt.js)