WeSearch

I built Voice2Sub: a local AI subtitle generator for video and audio

·3 min read · 0 reactions · 0 comments · 27 views
#ai#transcription#desktop#opensource
I built Voice2Sub: a local AI subtitle generator for video and audio
TL;DR · WeSearch summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)