Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 451 Bytes

Subtitles generator

Testing ffmpeg and wit.ai dictation feature for speech to text convertion. this command takes in params the path to a video and generates video subtitles.

Alt Text

Usage

Get your access token from wit.ai and add it to the env file

WIT_ACCESS_TOKEN=

Install ffmpeg

brew install ffmpeg

Install dependencies

npm install

To run the app

node index.js -i input.mp4