Back to blog

How to Summarize Long YouTube Videos (1-3 Hours) with AI

long videosYouTube summarypodcastslecturesAI

A 12-minute YouTube video? Any summarizer can handle that. A 3-hour Joe Rogan episode or a 2-hour university lecture? That’s where things fall apart.

I learned this the hard way. I had a 2.5-hour conference keynote I needed to review for work. Tried three different tools. One gave me a four-sentence summary that said essentially nothing. Another cut off at the 30-minute mark and summarized only the introduction. The third produced decent results but took 15 minutes to process and cost me API credits I wasn’t expecting.

Long-form video summarization is a genuinely different problem from short video summarization. Here’s why — and how to actually solve it.

Why Most Tools Fail on Long Videos

The root issue is technical: context windows and processing limits.

Context window limits. A 2-hour video generates roughly 20,000-30,000 words of transcript. Many AI models have context windows that can’t fit all of that at once. When the transcript doesn’t fit, the tool either truncates it (summarizing only part of the video) or chunks it in ways that lose the thread.

Processing timeouts. Some tools are built for speed — they expect to return results in 10-15 seconds. A 3-hour video can’t be transcribed, processed, and summarized that fast. So they time out, fail silently, or return a shallow result.

Cost. Processing a full 3-hour transcript through GPT-4 or Claude costs real money in API calls. Free tools often limit processing to shorter videos to keep costs manageable. This isn’t unreasonable — it just means the free tier of most tools won’t handle your 2-hour podcast.

Chunking problems. The common workaround is splitting the transcript into chunks, summarizing each chunk separately, then summarizing the summaries. This works but has a known flaw: information that spans multiple chunks (recurring themes, arguments that build across the video, callbacks to earlier points) gets lost. You end up with a summary that reads like five separate videos instead of one coherent piece.

How Get Summary Handles Long Videos

Full disclosure: I don’t know the exact technical implementation. But from testing, Get Summary AI handles videos in the 1-3 hour range better than most tools I’ve tried.

I tested it with a 2-hour and 15-minute Lex Fridman interview. The summary came back in about 2 minutes. It was structured — main topics discussed, key points from each section, timestamps for the major transitions. Important: it captured the arc of the conversation, not just isolated facts. The guest’s main argument was represented as a cohesive thread, not disjointed bullet points.

Was it perfect? The summary was necessarily condensed — you’re taking 2+ hours down to maybe a 5-minute read. Some nuance was lost. Specific anecdotes the guest told were reduced to one-line mentions. But for deciding “do I need to watch the full interview?” and “which segments should I watch?” — it was exactly what I needed.

How to use it for long videos:

  1. Paste the YouTube link into the Telegram bot
  2. Wait a bit longer than usual (1-3 minutes for very long videos)
  3. Get a structured summary with timestamps
  4. Use timestamps to jump to specific sections you want to watch in full

Alternative Methods for Long Videos

Method 1: ChatGPT with Chunked Transcript

This is the manual but controllable approach.

Step 1: Get the full transcript (yt-dlp + Whisper, or YouTube’s built-in transcript).

Step 2: Split the transcript into chunks of about 3,000-4,000 words each.

Step 3: Send each chunk to ChatGPT with:

Summarize this section of a longer video transcript. 
Include:
- Key points discussed
- Any conclusions or opinions expressed  
- Notable quotes or data mentioned
- Approximate timestamp range: [X:XX - X:XX]

This is section [N] of [total sections].

[paste chunk]

Step 4: After all chunks are summarized, send all the section summaries together:

Here are summaries of each section of a 2-hour video. 
Create a unified summary that:
- Captures the main thesis/argument across the entire video
- Lists 5-7 key takeaways
- Notes any themes that recur across sections
- Preserves the overall narrative arc

[paste all section summaries]

This two-pass approach — summarize chunks, then synthesize — produces much better results than a single pass for long content. But it’s manual and time-consuming.

Method 2: Claude with Large Context

Claude (the AI model, not the extension) has a large context window — 200K tokens as of 2026. That’s enough to fit most 2-3 hour video transcripts in a single pass.

How to use it:

  1. Get the full transcript
  2. Paste the entire thing into Claude.ai
  3. Ask for a summary

Because Claude can process the whole transcript at once, you don’t get the chunking problem. The summary maintains coherence across the full length. I’ve found Claude’s summaries of long content to be among the best available — it’s particularly good at capturing argumentative structure and the evolution of ideas across a long conversation.

Downside: You need a Claude Pro subscription for reliably using the full context window. And pasting a 25,000-word transcript into a chat interface is… not elegant.

Method 3: Dedicated Long-Form Tools

A few tools are specifically built for long content:

  • Recall.ai — designed for podcast and meeting summarization
  • Podwise — podcast-specific, very good for that niche
  • Snipd — AI-powered podcast player with built-in summarization

These tend to focus on podcasts rather than general YouTube content, but if podcasts are your main use case, they’re worth checking out.

Quality Comparison: Same Podcast, Three Tools

I ran a test with a specific episode: a 1 hour 47 minute interview on the Huberman Lab channel about sleep optimization. Here’s how three approaches compared:

AspectGet Summary BotChatGPT (chunked)Gemini
Processing time~2 min~15 min (manual work)~30 sec
Summary length~800 words~1,200 words (customizable)~200 words
Timestamps✅ Yes⚠️ Manual❌ No
Captured main thesis✅ Yes✅ Yes⚠️ Very surface level
Specific protocols mentionedMost of themAll of them2 out of 7
Guest’s specific recommendations✅ Listed✅ Detailed⚠️ Vague
Narrative coherenceGoodBestPoor (too short)
Effort requiredPaste link15+ min setupPaste link

The takeaway: ChatGPT with manual chunking produced the most detailed and customizable result, but it’s a lot of work. Get Summary gave the best ratio of quality to effort. Gemini was too shallow for a nearly 2-hour video — the summary read like it was based on the video title rather than the actual content.

Tips for Better Long-Video Summaries

After doing this probably a hundred times, here’s what I’ve learned:

1. Know what you want before you start

“Summarize this 3-hour video” is a vague request. “What are the key actionable recommendations from this video?” gives any AI tool a much better target to hit. The more specific your goal, the better the summary serves you.

2. Use timestamps to sample, not just skip

When you get a timestamped summary, don’t just read the text and move on. Pick 2-3 sections that seem most relevant and actually watch those segments. A summary of a complex point is often worse than hearing the original explanation — the summary tells you what was said, but not how it was explained or the nuance behind it.

3. For lecture series, summarize each video separately

Don’t try to batch-summarize a 10-part lecture series at once. Summarize each lecture individually, then (if needed) ask ChatGPT to create a series overview from the individual summaries. This preserves the detail of each lecture while still giving you the big picture.

4. Re-summarize for different purposes

One video can produce multiple useful summaries. I sometimes generate the same podcast summary three ways:

  • Quick bullet points (for deciding whether to listen)
  • Detailed notes (for reference)
  • Action items only (for implementation)

Get Summary AI gives you the structured starting point. You can then feed that into ChatGPT to reformat for your specific need.

5. Accept that some information will be lost

A 3-hour conversation compressed into a 5-minute read will lose things. That’s the trade-off. The goal isn’t to replace watching the video — it’s to extract the most value with the least time, and to know which parts deserve your full attention.

The Controversial Take

Here it is: I think most 2-3 hour YouTube videos don’t need to be 2-3 hours long.

I don’t mean the content isn’t valuable. I mean the format is padded. A 3-hour podcast often has 45-60 minutes of core content surrounded by tangents, repeated points, and extended stories. The summary often captures the essence better than the full video delivers it, because the summary strips out the padding.

This isn’t always true. Some long-form conversations genuinely benefit from the extended format — the digressions are where unexpected insights emerge. But for straightforward educational content or interviews? A good AI summary frequently gives you more signal per minute than the original video.

That said — if you enjoy the format, watch the whole thing. Summaries are tools, not mandates.

When to Just Watch the Full Video

Not every long video should be summarized. Some are worth the full commitment:

  • Narrative documentaries — the storytelling is the point
  • Step-by-step tutorials where you’re following along hands-on
  • Conversations where the dynamic between people matters (some podcasts)
  • Entertainment — don’t summarize a movie review you’re watching for fun
  • Content from creators you want to support — watch time is how they get paid

Summarization is for extraction, not for replacing every viewing experience. Use it to filter, prioritize, and review — not to avoid engagement with content you actually care about.


Related reads: