Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 964 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 964 Bytes

DriveCaption

Work flow:

Select the caption profile in mediasite: Choose Caption Profile

MP4 will show up in google drive folder: Drive with mp4

After captioning is done place SRT file back in drive with the same name Drive with uploaded srt

Captions will get uploaded to server. The MP4 and caption files are moved to another drive folder. Uploaded Captions

  • Requires linux box setup with sftp enabled.
  • Node.js needs to be installed on the machine
  • Account for the mediasite transcription profile needs to be setup on the linux box
  • Account to use Mediasite API needs to be setup
  • API for google drive needs to be setup. https://developers.google.com/drive/api/v3/about-auth
  • Run this command under the user account “node <install location>/bin/interval.js”. Node PM2 can be used to set it up as a service instead.