Show HN: OpenBrief – Local-first video downloader/summarizer (github.com)

93 points by tantara ↗ HN
OpenBrief is basically a GUI for yt-dlp with some AI on top — paste a link, it downloads locally, and transcription and voice generation run with local AI on your machine. Summaries and chat over the transcript use an LLM, which is bring-your-own-key for now. It's open source and free.

23 comments

[ 3.1 ms ] story [ 60.7 ms ] thread
Don’t YouTube videos already have a transcript?
It's way worse than what you can get locally via whisper. Not sure why, perhaps Google legally can't use whisper, or can't spare the compute.
[flagged]
(responding to dead sibling) As someone who frequently replies to people's questions with "Great question!" or "That's a good point!," I'm a little concerned people are going to start thinking I'm an LLM.
Within the past year, yt-dlp has ceased to work reliably, it seems Google is cracking down.
This feels like the 'Obsidian for video'. I your approach: local-first, ownership of files, and composable AI instead of another cloud subscription.
Curious how you handle long-context transcripts locally. Are you chunking + retrieval, or relying on large-context hosted models through BYO APIs?
STT models I used are fast enough to transcribe 1hr audio on my macbook (m1max).
Nice work. It's refreshing to see a simple and local-first Tauri app instead of another one CLI/TUI tool.
Looks interesting, starred, thanks.
[flagged]
Sorry if this is a dumb question, but could this be modified to create tab from a live performance? I improvised a solo with my band recently and it was a big hit and I'm feeling too lazy to transcribe it.
I believe so. AI could implement this feature in one shot
That's cool ... will definitely try that. I know there are many tools like that but when it gives good results in the end I'll use it.
(comment deleted)