TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Transcribe YouTube Videos

1 pointsby llimllib8 months ago
I often want to read the contents of YouTube videos but I don’t want to watch them, and YouTube’s captioning leaves a lot to be desired.<p>So I wrote a shell script that takes a URL, downloads the video, transcribes it with whisper, and turns it into a clean HTML page for reading.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;llimllib&#x2F;yt-transcribe">https:&#x2F;&#x2F;github.com&#x2F;llimllib&#x2F;yt-transcribe</a>

1 comment

Leftium8 months ago
Perhaps skip the whisper step if the video already has decent manual (not auto-generated) captions, like this video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;i-BkN3rTK0Q" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;i-BkN3rTK0Q</a><p>---<p>Another use case is being able to quickly jump to a specific spot inside a video. Could you add timestamps with links that jump directly to that point in the video?<p>I accomplished something similar by modifying oTranscribe:<p>- <a href="https:&#x2F;&#x2F;otranscribe.netlify.app&#x2F;?vsl=definedefine" rel="nofollow">https:&#x2F;&#x2F;otranscribe.netlify.app&#x2F;?vsl=definedefine</a><p>- <a href="https:&#x2F;&#x2F;otranscribe.netlify.app&#x2F;?vsl=letter" rel="nofollow">https:&#x2F;&#x2F;otranscribe.netlify.app&#x2F;?vsl=letter</a><p>---<p>Finally, I&#x27;m a windows user so a whisper.cpp version would be nice~
评论 #41477601 未加载