Skip to content
/ invit Public

A video transcriber with a Web UI for viewing with a synchronized transcription.

License

Notifications You must be signed in to change notification settings

Wertik/invit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InViT

Create and view transcriptions alongside the original video.

Create transcriptions

Install

pip install -r requirements.txt

Run

py transcribe.py video.mp4 ./ --json
creates transcription video.json

Available formats: json, srt

WebUI

Requirements:

  • js runtime (node / bun)

Install

bun install

Run

bun run start

Videos and transcriptions will be loaded from the /public/videos folder. Transcriptions (.json) and videos (.mp4) are expected to have the same name.

About

A video transcriber with a Web UI for viewing with a synchronized transcription.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published