/video

Video processing for ITI video accounts

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Video

Video processing for ITI video accounts

Prerequisite

Get Started

Install dependencies

npm i

Create config.js at the root level:

export default {
  openai: {
    apiKey: 'Your OpenAI apiKey',
    baseURL: 'OpenAI endpoint' // optional
  }
}

Create temporary directory /data at the root level, and put your mp4 video file into it. Then modify the file names in index.js accordingly, as well as the prompting for speech-to-text.

Run the workflow:

node .