TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

TexTube: Chat with any YouTube video transcript in ChatGPT fast

125 点作者 ofou8 个月前

19 条评论

eigenvalue8 个月前
I actually just finished making a service that does something similar, but it also transforms the transcripts to make them into polished written documents with complete sentences and nice markdown formatting. It also can generate interactive multiple choice quizzes. And it supports editing of the markdown files with revision history and one click hosting.<p>I&#x27;m still doing the last testing of the site, but might as well share it here since it&#x27;s so relevant:<p><a href="https:&#x2F;&#x2F;youtubetranscriptoptimizer.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;youtubetranscriptoptimizer.com&#x2F;</a><p>There might still be a few rough edges, so keep that in mind!
评论 #41579545 未加载
评论 #41574625 未加载
评论 #41574651 未加载
评论 #41574471 未加载
owenpalmer8 个月前
This approach really doesn&#x27;t make sense to me. The model has to output the entire transcript token by token, instead of simply adding it to the context window...<p>A more interesting idea would be a browser extension that lets you open a chat window from within YouTube, letting you ask it questions about certain parts of the transcript with full context in the system prompt.
评论 #41573654 未加载
评论 #41572552 未加载
评论 #41572958 未加载
评论 #41573073 未加载
spuz8 个月前
How is it supposed to work? When I open this, I just see a prompt that says &quot;Get the full transcription of any Youtube video, fast. Studies suggest that reading leads to better retention of complex information compared to video watching. Only English videos currently.&quot;<p>I tried pasting the URL of a YouTube video and I get the message &quot;I&#x27;m unable to access the video directly, as the tool needed for that is disabled. However, if you&#x27;d like, you can summarize the video or let me know how I can assist with it!&quot;
评论 #41575632 未加载
romseb8 个月前
It does not work with long form conversations like podcasts.<p>&quot;I was unable to retrieve the transcript for this video due to its large size.&quot;
评论 #41572737 未加载
评论 #41575123 未加载
评论 #41573915 未加载
two_handfuls8 个月前
I get what this is doing, but calling it &quot;chat with a transcript&quot; is weird. Like, documents and videos don&#x27;t chat. We chat with a bot who has seen the document&#x2F;video.
评论 #41575383 未加载
评论 #41576392 未加载
Workaccount28 个月前
I don&#x27;t know if everyone has access to it (might just be yt premium), but many videos have an &quot;ask gemini about this video&quot; button, where you can directly ask questions about the video.
评论 #41572490 未加载
评论 #41572662 未加载
评论 #41575028 未加载
nomilk8 个月前
I’d love this but from the yt home page and search results page. That would let me ask chatgpt if the video really contains the info its thumbnail&#x2F;title suggest it does without having to leave the current browser tab.<p>I’ve done this by manually copy&#x2F;pasting a yt transcript into chatgpt (and later streamlining it into a bash function), and it was quite effective, allowing me to dodge a couple of click bait time wasters. (videos that <i>looked</i> important but really were just fluffing up unimportant nonsense).
andai8 个月前
Very nice. I made a thing in Python which summarizes a YouTube transcript in bullet points. Never thought about asking it questions, that&#x27;s a great idea!<p>I just run yt-dlp to fetch the transcript and shove it in the GPT prompt. (I think also have a few lines to remove the timestamps, although arguably those would be useful to keep.)<p>My prompt is &quot;{transcript} Please summarize the above in bullet points&quot;<p>The trick was splitting it up into overlapping chunks so it fits in the context size. (And then summarizing your summary because it ends up too long cause you had so many chunks!)<p>These days that&#x27;s not so important, usually you can shove an entire book in! (Unless you&#x27;re using a local model, which still have small context sizes, work pretty well for summarization.)
评论 #41575934 未加载
评论 #41575718 未加载
评论 #41572978 未加载
iorrus8 个月前
I&#x27;ve been using Voxscript [0] for a while, after comparing the two I think voxscript is better, gives longer more detailed summaries, TexTube just seems to give a very brief impersonal overview. Easy to try both and see which you prefer.<p>[0] <a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;g&#x2F;g-g24EzkDta-voxscript" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;g&#x2F;g-g24EzkDta-voxscript</a>
评论 #41572985 未加载
yawnxyz8 个月前
is this better than the Youtube-generated transcript &#x2F; captions you&#x27;d get from something like <a href="https:&#x2F;&#x2F;github.com&#x2F;Kakulukian&#x2F;youtube-transcript">https:&#x2F;&#x2F;github.com&#x2F;Kakulukian&#x2F;youtube-transcript</a>?
altdataseller8 个月前
I pasted a video link and it says “Not Found”. Absolutely not the best first impression.
评论 #41574294 未加载
jonwinstanley8 个月前
What does it mean by chat with a transcript?<p>I.e. what are the kind of things I can ask and get value from?
评论 #41572616 未加载
评论 #41572580 未加载
tsunamifury8 个月前
allofus.ai already congregates all of the thinking of any creator on YouTube into a single mental model and allows you to interact with their synthetic self.
评论 #41573138 未加载
评论 #41573962 未加载
afro888 个月前
When I try it it just says &quot;Not found&quot;
评论 #41572558 未加载
joanfihu8 个月前
Does it not break YT ToS?
jerjerjer8 个月前
The most interesting thing about this is that OpenAI apparently does not own chatgpt.com domain.
评论 #41574414 未加载
lupusreal8 个月前
Seems like fishing with hand grenades to me. I just download the subs and grep that.
评论 #41573543 未加载
评论 #41573089 未加载
righthand8 个月前
Nice, hallucinate a text document about video content. Next is hallucinating a video from a text document hallucinated from a video?
评论 #41573158 未加载
studymonkey8 个月前
Awesome work, OP! I really believe we’ll soon be able to get a full four-year education just from YouTube. The challenge right now is sifting through the infotainment that the algorithms tend to push.<p>This is actually what inspired us to create Lectura: <a href="https:&#x2F;&#x2F;lectura.xyz&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lectura.xyz&#x2F;</a><p>We’ve added features that promote curiosity and deeper learning, like ELI5 explanations, suggested queries based on transcripts, quizzes to track retention, and more.<p>If you’re interested in joining us to build out the platform, feel free to reach out at neil at lectura dot xyz
评论 #41574180 未加载