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

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

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)