1.1.1 • Published 6 months ago

sync-cc v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

sync-cc

Synchronise captions to an external video source and place in an HTML container.

This currently handles SubViewer files (.sbv) files, which must be hosted and provided to the script separately.

A quick converter from .srt to .sbv is provided to the global scope for testing purposes (srtToSbv()).

This is work in progress and not necessarily ready for other people to use yet. Please get in touch if you are interested.

instructions

import { SyncCC } from 'sync-cc';
window.syncCC = new SyncCC(document.querySelector('#captions_div'));
syncCC.load('captions_sample.sbv');

Charles Matthews 2023

1.1.1

6 months ago

1.1.0

6 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago