convert_srt_to_vtt

A NodeJS and web combi-application which converts video caption files from SRT to VTT. On node just name the SRT file as argument to get VTT. On the webbrowser just drag-n-drop SRT and get VTT via download.

Usage no npm install needed!

<script type="module">
  import convertSrtToVtt from 'https://cdn.skypack.dev/convert_srt_to_vtt';
</script>

README

convert_srt_to_vtt

A NodeJS and web combi-application which converts video caption files from SRT to VTT. On node just name the SRT file as argument to get VTT. On the webbrowser just drag-n-drop SRT and get VTT via download.

How to use

Install NodeJS and run

node ./node_app.js your_filename

from the directory where the file is stored. See example.

Example:

node ./node_app.js <srt file>