https://github.com/ccextractor/video2srt
Superfast online transcript generator with FFmpeg/wasm + whisper
https://github.com/ccextractor/video2srt
Last synced: 10 months ago
JSON representation
Superfast online transcript generator with FFmpeg/wasm + whisper
- Host: GitHub
- URL: https://github.com/ccextractor/video2srt
- Owner: CCExtractor
- License: gpl-3.0
- Created: 2023-07-02T09:25:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T21:56:28.000Z (over 1 year ago)
- Last Synced: 2025-03-29T05:34:22.415Z (10 months ago)
- Language: Svelte
- Size: 1.83 MB
- Stars: 55
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`