<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: cortexosmain</title><link>https://news.ycombinator.com/user?id=cortexosmain</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Jul 2026 22:44:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cortexosmain" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cortexosmain in "Claude-real-video － any LLM can watch a video"]]></title><description><![CDATA[
<p>Would love that — issues are open and the codebase is small enough to read in one sitting. The areas I'd most welcome help on right now are additional transcript backends and smarter grid packing.</p>
]]></description><pubDate>Mon, 06 Jul 2026 22:04:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48811107</link><dc:creator>cortexosmain</dc:creator><comments>https://news.ycombinator.com/item?id=48811107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48811107</guid></item><item><title><![CDATA[New comment by cortexosmain in "Claude-real-video － any LLM can watch a video"]]></title><description><![CDATA[
<p>NotebookLM was transcript-only when I last checked. Gemini proper does ingest video natively (samples ~1fps server-side). This tool is for everything that can't — Claude, ChatGPT web, local models — it turns the video into frames + transcript on your machine so any of them can read it.</p>
]]></description><pubDate>Sun, 05 Jul 2026 11:08:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48793176</link><dc:creator>cortexosmain</dc:creator><comments>https://news.ycombinator.com/item?id=48793176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48793176</guid></item><item><title><![CDATA[New comment by cortexosmain in "Claude-real-video － any LLM can watch a video"]]></title><description><![CDATA[
<p>Took this — pip install llm-real-video works now, same tool. Kept the original repo name so existing links don't break.</p>
]]></description><pubDate>Fri, 03 Jul 2026 20:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48779663</link><dc:creator>cortexosmain</dc:creator><comments>https://news.ycombinator.com/item?id=48779663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48779663</guid></item><item><title><![CDATA[New comment by cortexosmain in "Claude-real-video － any LLM can watch a video"]]></title><description><![CDATA[
<p>Hi HN! I built this because I was frustrated that no LLM actually "sees" a video — Claude won't accept video files, ChatGPT reads the transcript only, and Gemini samples at a fixed 1fps (missing fast cuts, over-sampling static slides).<p>claude-real-video takes a URL or local file and:<p>1. Extracts frames at every scene change (not fixed intervals) + a density floor
2. Deduplicates with a sliding-window pixel-diff algorithm (so A-B-A interview cutaways don't re-send the same shot)
3. Transcribes audio (prefers embedded subtitles, falls back to Whisper)
4. Optionally keeps the full soundtrack for audio-capable models
5. Writes a clean MANIFEST.txt you can drop into any LLM chat<p>A 10-min presentation goes from ~600 fixed-interval frames to 5-15 meaningful keyframes. 90%+ token savings with better comprehension.<p>The dedup approach (v0.2.0) uses real pixel difference on 16x16 RGB thumbnails against a sliding window of the last N kept frames — inspired by videostil's pixelmatch, but simpler and self-contained.<p>`--report` generates a self-contained HTML showing every keep/drop decision with diff percentages, so you can tune the threshold visually.<p>pip install claude-real-video && crv "<a href="https://youtube.com/watch?v=" rel="nofollow">https://youtube.com/watch?v=</a>..." --report<p>MIT licensed, pure Python + ffmpeg. Happy to answer questions!</p>
]]></description><pubDate>Thu, 02 Jul 2026 19:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48766006</link><dc:creator>cortexosmain</dc:creator><comments>https://news.ycombinator.com/item?id=48766006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48766006</guid></item><item><title><![CDATA[Claude-real-video － any LLM can watch a video]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/HUANGCHIHHUNGLeo/claude-real-video">https://github.com/HUANGCHIHHUNGLeo/claude-real-video</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48766005">https://news.ycombinator.com/item?id=48766005</a></p>
<p>Points: 166</p>
<p># Comments: 60</p>
]]></description><pubDate>Thu, 02 Jul 2026 19:10:12 +0000</pubDate><link>https://github.com/HUANGCHIHHUNGLeo/claude-real-video</link><dc:creator>cortexosmain</dc:creator><comments>https://news.ycombinator.com/item?id=48766005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48766005</guid></item></channel></rss>