Closed kollivier closed 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/
Implemented in https://github.com/learningequality/pressurecooker/pull/21
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/