This utility takes the JSON produced from Amazon AWS Transcribe and outputs an SRT file suitable for video playback or providing as input to Elastic Transcoder.
By default, the SRT file is saved to output.srt
.
node index.js [[path to input JSON file] [path to output SRT file]]
-- or --
npm start
node index.js
node index.js asrOutput.json
node index.js asrOutput.json myFile.srt
Contributors are more than welcome! Just fork and create pull requests.