The XDA piece this week on NotebookLM and YouTube research landed on the same problem most researchers hit by mid-week. A dozen tabs of tutorials, three open lectures, a saved playlist of conference talks, and no way to recall which one mentioned that one specific framework. NotebookLM is one answer. It is not the only one, and the right pick depends on whether the bottleneck is summarisation, recall, or weaving the video sources into a wider personal knowledge base.

We tested 7 desktop apps that turn video research into searchable notes. They split into three camps: live summarisers that consume a YouTube URL and spit back a structured outline, second-brain apps that ingest the summary plus your annotations and let you query across them, and full open-source pipelines for people who want the audio, the transcript, and the embeddings to stay on local disks. We mixed and matched across all three.

What to look for in a video-to-notes app

Quick comparison

AppBest forFree planStarting priceStandout
NotebookLMSource-grounded Q&A on a curated setGenerous free tierFree, paid AI Pro from around 20 USD per monthAudio overviews, podcast-style summaries
RecallCross-source semantic searchFree with limitsAbout 7 USD per monthKnowledge-graph style linking
ReflectPersonal knowledge base with AI14-day trialAround 10 USD per monthDaily-notes-first workflow with embeddings
GlaspHighlight-based capture from YouTubeFreeOne-time pro upgradeSocial highlight feed, community insights
EightifyFastest YouTube summariserFree with a query capAround 5 USD per monthInline summaries inside YouTube tabs
MemAuto-organising AI notesFree tierAround 10 USD per monthAuto-tagging across notes and clips
Obsidian + Smart ConnectionsLocal-first, fully ownedFreeOne-time community pluginsMarkdown vault, on-device or BYO LLM

1. NotebookLM, best overall

Google’s NotebookLM is the easy default for a reason. Drop in YouTube URLs, PDF reading lists, Drive folders, and the assistant builds a per-notebook RAG index that answers questions and cites the exact source. The Audio Overview feature is the new XDA workflow: pipe a handful of research videos in, ask for an explainer, and listen back on a walk.

Where it falls short: notebooks are isolated. There is no global search across them, which makes a 30-notebook research library awkward. The two-video daily limit on Cinematic Audio Overviews is still tight.

Pricing:

Platforms: Web app on Windows, macOS, Linux. iOS and Android companions.

Download: NotebookLM

Bottom line: the best starting point. Pair it with one of the local-first picks below once the research library outgrows the notebook model.

Recall indexes anything you save with one keyboard shortcut. YouTube videos get transcribed, articles get parsed, podcasts get embedded, and a knowledge graph stitches the related concepts together. Asking “what did Andrej Karpathy say about training data quality across the last five videos” gets a sourced answer with the right timestamp inside Recall’s player.

Where it falls short: the desktop app is electron-heavy and the iOS capture flow is slower than the browser extension.

Pricing:

Platforms: Web app on Windows, macOS, Linux. Browser extension, plus iOS and Android.

Download: Recall

Bottom line: the strongest pick when the bottleneck is finding which video said what, six months after watching it.

3. Reflect, best knowledge base with AI

Reflect is a daily-notes-first app that grew embeddings and YouTube import as bolt-ons. Paste a video link, Reflect transcribes and ingests it, then surfaces relevant passages while you write. The mental model is closer to Roam Research with an LLM than to a video summariser, which suits long-running research projects.

Where it falls short: the free tier is a 14-day trial, then it is paid only. Multi-device sync is fast but the editor sometimes lags on a 5,000-note vault.

Pricing:

Platforms: Windows, macOS, web, plus iOS and Android.

Download: Reflect

Bottom line: pick this when the research is feeding a writing pipeline, not just a recall problem.

4. Glasp, best highlight-first capture

Glasp turns YouTube into the same kind of source you would highlight in a book. Mark passages of the transcript while watching, attach a note, and the highlights pile up in a personal feed. The social side, where the same passage gets highlighted by other researchers, is the surprise. The desktop browser extension is the main surface.

Where it falls short: there is no real desktop app, just the extension and web. Power-user search and tag management lag behind Recall.

Pricing:

Platforms: Browser extension on Windows, macOS, Linux. Web library.

Download: Glasp

Bottom line: the best fit when the goal is curated, hand-picked passages rather than a “summarise this for me” answer.

5. Eightify, fastest YouTube summariser

Eightify is the quickest path from URL to outline. It sits as a Chrome and Edge extension, opens a panel beside the YouTube player, and emits the key timestamps with summaries in seconds. For day-to-day research clearing, it removes the temptation to watch every 40-minute lecture in full.

Where it falls short: it does not index across sources. The summary is per video, then it is up to you to file it.

Pricing:

Platforms: Browser extension on Windows, macOS, Linux.

Download: Eightify

Bottom line: the right utility to keep open in the browser while triaging a research backlog. Pair it with NotebookLM or Recall for cross-source recall.

6. Mem, best for auto-organising AI notes

Mem is what you get when an AI sits in front of a notes app. Save a video clip and Mem auto-tags it, auto-suggests related notes, and surfaces a follow-up question that is usually annoyingly relevant. The pitch is “stop foldering your notes”, and on a research workflow with hundreds of clips it lands.

Where it falls short: the YouTube import flow is a clipper, not a native ingester, so you save a transcript chunk rather than the full source. Export is improving but not yet plain-Markdown clean.

Pricing:

Platforms: Windows, macOS, web, iOS, Android.

Download: Mem

Bottom line: pick this if you keep building elaborate folder structures and then never finding anything.

7. Obsidian + Smart Connections, best local-first

For the researcher who wants every byte on local disk, Obsidian plus the Smart Connections community plugin is the most flexible setup. Use a YouTube-to-Markdown plugin or a yt-dlp plus Whisper pipeline to land transcripts in the vault, then let Smart Connections build embeddings against a local model. The full pipeline runs offline.

Where it falls short: it is a setup project. The vendor-managed apps above are working in minutes. This one takes a weekend, but the data stays yours forever after.

Pricing:

Platforms: Windows, macOS, Linux.

Download: Obsidian

Bottom line: the best long-term home for research notes, especially when the research will outlive any one vendor’s pricing model.

How to pick the right one

Most workflows end up with two layers. A summariser like Eightify or NotebookLM in the browser, plus a long-term home like Obsidian or Recall behind it.

FAQ

Is NotebookLM free for personal research? Yes, the free tier covers most personal research workflows, with daily limits on heavy features like Cinematic Audio Overviews.

Can NotebookLM ingest a whole YouTube playlist? Not directly. Pass individual video URLs into a notebook. A workaround is to feed transcripts in bulk via a yt-dlp pipeline.

What is the best free alternative to NotebookLM for video summarisation? Glasp for highlight-based capture and Eightify for fast summaries are both usable on free tiers. Recall has a generous free plan for cross-source search.

How accurate are AI transcripts on technical lectures? Modern Whisper-class models handle most technical content well. Accuracy drops on heavy accents, code reads, and uncommon proper nouns. Always verify a claim against the timestamp before quoting.

Can I keep my research offline? Yes, with Obsidian plus local Whisper transcription and a local LLM through Ollama or LM Studio. Nothing leaves the machine.