CCExtractor / video2srt

Superfast online transcript generator with FFmpeg/wasm + whisper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video2SRT

Video2SRT is a tool that uses WebAssembly to transcribe video and audio files locally on your machine. The goal of Video2SRT is to make a universal open source private tool for transcribing all video and audio files. The current project is built with OpenAI’s whisper model

This project is built with Svelte and uses WebAssembly along with GGerganov’s Whisper’s CPP bindings and FFMPEG.WASM for behind the scenes processing to develop the transcriptions

Installation

npm install

How to Run locally?

npm run dev

About

Superfast online transcript generator with FFmpeg/wasm + whisper

License:GNU General Public License v3.0


Languages

Language:Svelte 63.5%Language:TypeScript 18.3%Language:JavaScript 7.4%Language:HTML 6.4%Language:Java 4.2%Language:CSS 0.1%