Skip to content

Releases: glut23/webvtt-py

0.3.2 (11-08-2017)

11 Aug 19:51
Compare
Choose a tag to compare

The goal of this release if to allow the WebVTT parser to be able to read caption files that contain metadata headers that extend to more than one line.

0.3.1 (08-08-2017)

08 Aug 20:25
Compare
Choose a tag to compare
  • Made hours in WebVTT parser optional as per specs.
  • Added support to parse WebVTT files that contain metadata headers.

0.3.0 (02-06-2016)

02 Jun 13:46
Compare
Choose a tag to compare

New features:

  • Added support for YouTube SBV captions.
  • Added easy iteration to WebVTT class.
  • New CLI command for segmenting captions for HLS.

Other:

  • Improved parsers to reuse functionality.
  • Added an exception for invalid timestamps in captions.
  • Added an exception when saving without a filename.

0.2.0 (23-05-2016)

23 May 11:31
Compare
Choose a tag to compare
  • Refactor of the main module and parsers.

0.1.0 (20-05-2016)

21 May 11:16
Compare
Choose a tag to compare

This module is released with the following initial features:

  • Read/Edit/Write WebVTT captions.
  • Read SRT captions and convert to WebVTT.
  • Segment WebVTT files for captioning HLS video.