Skip to content

Reformat AWS Transcribe JSON to something resembling a script format.

Notifications You must be signed in to change notification settings

TriNimbus/aws-transcribe-to-vtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-transcribe-to-vtt

This utility takes the JSON from Amazon AWS Transcribe and outputs a VTT file. There is a Firefox webdriver for MacOS included to test the outputted VTT file, which will prompt for a link to the video and display the video with subtitles on a temporary local server. If you would like to test on a different operating system, follow the documentation here to replace the driver on your system PATH.

The outputted VTT file is saved to output/output.vtt. Easiest way to run is place the JSON from AWS inside the root folder, and then simply type the name of the file when you are running the utility.

Running:

To test:

npm test

To run

node index.js

Contributing:

Contributors are more than welcome! Just fork and create pull requests.

About

Reformat AWS Transcribe JSON to something resembling a script format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.6%
  • HTML 25.4%