Skip to content

yzITI/video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Video processing for ITI video accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published