Remix.run Logo
Show HN: OpenBrief – Local-first video downloader/summarizer(github.com)
31 points by tantara 5 hours ago | 3 comments

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.

hbwang2076 2 hours ago | parent | next [-]

Clean implementation. One thing I always look for: how does this degrade when things go wrong? Good error handling is what separates weekend projects from tools people actually use.

bethekidyouwant 3 hours ago | parent | prev [-]

Don’t YouTube videos already have a transcript?

tantara 27 minutes ago | parent [-]

Yes. Most videos on Youtube have captions. OpenBrief is basically a wrapper of yt-dlp so it can support other video streaming services and transcribe them if it doesn't have captions. One of my use cases is importing audio recordings. Local transcription model can do many things actually. The title might be over simplified.