convert_srt_to_vtt
v2020.10.11
Published
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.
Downloads
1
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>