learningequality / pressurecooker

A library of various media and content processing utilities for use in Ricecooker
MIT License
3 stars 9 forks source link

Convert srt subtitles to vtt format #19

Closed kollivier closed 6 years ago

kollivier commented 6 years ago

Ciencia NASA has video subtitles in srt format, but Kolibri only supports vtt format. Studio and ricecooker should have a way to convert these subtitles into vtt format. An easy solution would probably be to just use this library:

https://pypi.org/project/webvtt-py/

ivanistheone commented 6 years ago

Implemented in https://github.com/learningequality/pressurecooker/pull/21