TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How I OCR hundreds of hours of video (2011)

125 pointsby joe_bleaualmost 11 years ago

6 comments

samirmenonalmost 11 years ago
This is awesome. Who cares that it&#x27;s a little cumbersome - it works!<p>On a more national scale, could something like this be done for Congress? C-SPAN already does most of the hard work of filming and uploading to the web, so perhaps it won&#x27;t be too difficult. I think it would certainly attract a lot of interest... maybe I&#x27;ll give it a go.
评论 #8161409 未加载
waldojalmost 11 years ago
Here&#x27;s the code on GitHub: <a href="https://github.com/openva/video-indexer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openva&#x2F;video-indexer</a> It&#x27;s terrible (I wrote it for a very narrow use case, and only run it ~200 times each year), but it&#x27;s enough to get the idea.
评论 #8161695 未加载
PeterisPalmost 11 years ago
His OCR errors (Del. Jennifer L. McClellan -&gt; Del. Jennifer L i\1cCie1ian) look like something that would be easily fixable at the right spot - the dictionaries and language models used by Tesseract.<p>While a spellchecker might fix Jenn1fer -&gt; Jennifer, at the OCR stage there is much more information to do it properly; but it obviously doesn&#x27;t know that McClellan is valid word and thus a much more likely alternative than i\1cCie1ian, and it needs to be told that. The list of speakers on those videos is limited, and their surnames can be added to the appropriate dictionaries to improve their recognition.
robinhoodexealmost 11 years ago
<a href="http://webcache.googleusercontent.com/search?q=cache:http://waldo.jaquith.org/blog/2011/02/ocr-video/" rel="nofollow">http:&#x2F;&#x2F;webcache.googleusercontent.com&#x2F;search?q=cache:http:&#x2F;&#x2F;...</a><p>Google cache of the site if it&#x27;s unavailable (I&#x27;m getting a database error).
评论 #8160891 未加载
burntealmost 11 years ago
I would think the first few steps could be combined into one, faster step by using Handbrake to rip DVDs directly to MP4. But I also don&#x27;t see why that stage takes hours on his machine, even on my 2006 rig it took less than the playtime of the DVD.
评论 #8160907 未加载
MisterNegativealmost 11 years ago
The title is very misleading for me, I expected magic but it was kind of disappointing. They don&#x27;t even OCR actual video, instead they just take a few screenshots.
评论 #8161404 未加载