node-webvtt icon indicating copy to clipboard operation
node-webvtt copied to clipboard

Parse WebVTT files, segments and generates HLS playlists for them

Results 17 node-webvtt issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: no-implicit-globals supports exported block comment...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.0 to 10.1.0. Release notes Sourced from mocha's releases. v10.1.0 10.1.0 / 2022-10-16 :tada: Enhancements #4896: Browser: add support for prefers-color-scheme: dark (@​greggman) :nut_and_bolt: Other #4912: Browser:...

dependencies

Bumps [commander](https://github.com/tj/commander.js) from 7.1.0 to 9.4.1. Release notes Sourced from commander's releases. v9.4.1 Fixed .setOptionValue() now also clears option source (#1795) TypeScript: add implied to OptionValueSource for option values set...

dependencies

Currently we are using video.js and exoplayer for some devices to play our content and are using node-webvtt version "^1.9.4" Our current .vtt files have a meta header that looks...

# Changes - Convert to typescript - compiler - hls - parser - added some format check and fixes - added parser options for conditional header meta parsing - segmenter...

I like this parser and as a TypeScript user am interested in a typed version of this package. Wanted to start a discussion about that process if you are interested,...

I see that a meta option has been added to the parse function to support multi line headers. The segmenter does not have that option and calls parse without passing...

Just went over the code and did my best to infer the most correct types. We're using it in our company and I would love to have types on this...

Because I didn't carry the rounding, numbers such as 1.99999996 will compile to 00:00:01.1 . This is extremely problematic.