WeSearch

I Stopped Paying for Subtitle Services After Running Whisper in a Browser Tab

·7 min read · 0 reactions · 0 comments · 0 views
I Stopped Paying for Subtitle Services After Running Whisper in a Browser Tab

Last Tuesday I needed subtitles for a 12-minute product demo. The video was in English, the audience...

Original article
DEV Community
Read full at DEV Community →
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 === 51056) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Aral Roca Posted on Apr 28 • Originally published at kitmul.com I Stopped Paying for Subtitle Services After Running Whisper in a Browser Tab #webassembly #javascript #ai #webdev Last Tuesday I needed subtitles for a 12-minute product demo. The video was in English, the audience was international, and the deadline was two hours away. My first instinct was the usual cloud suspects. Rev quoted me $1.50 per minute with a 24-hour turnaround. Descript wanted a subscription.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.

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

Discussion

0 comments

More from DEV Community