subtitles-syncdeprecated

Synchronize (modify the time of) SRT subtitles

Usage no npm install needed!

<script type="module">
  import subtitlesSync from 'https://cdn.skypack.dev/subtitles-sync';
</script>

README

subtitles-sync

Build Latest Version Downloads per Month License

This package can be used to synchronize .srt subtitles. It is very simple to use and allows you to advance or delay your subtitles.

Install

$ npm install --save subtitles-sync

Usage

var subtitles = require('subtitles-sync');

subtitles.sync(input, [hours, minutes, seconds, milliseconds]);
// => A string with the new subtitles

License

MIT © Henrique Dias