I built Voice2Sub: a local AI subtitle generator for video and audio
Voice2Sub is a desktop application designed to generate subtitles and transcripts for video and audio files. It allows users to import local media, utilize Whisper AI for recognition, and export in various formats. The app aims to provide more control over the transcription process, especially for private or lengthy content.
- ▪Voice2Sub focuses on a desktop workflow for generating subtitles and transcripts from local media files.
- ▪The application supports multiple operating systems including Windows, macOS, and Linux, with hardware acceleration options.
- ▪Users can export subtitles in several formats such as SRT, VTT, TXT, LRC, and CSV.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3944410) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Thế Hùng Posted on May 21 I built Voice2Sub: a local AI subtitle generator for video and audio #ai #desktop #transcription #opensource I built Voice2Sub because many subtitle and transcription workflows still start with uploading a media file to a browser tool. That works for short public videos. But it becomes awkward when the file is long, private, local, or part of a repeat editing workflow.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).