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.

Ask HN: How is automatic video tagging is done based on its content?

2 pointsby rshettyalmost 13 years ago

3 comments

Donitoalmost 13 years ago
If you're referring to the way, e.g. Youtube, automatically detects the author of the video or artist upon upload, then this article will give you an overview about tagging "audio":<p><a href="http://en.wikipedia.org/wiki/Acoustic_fingerprint" rel="nofollow">http://en.wikipedia.org/wiki/Acoustic_fingerprint</a>
Rustalmost 13 years ago
One way might be to run the audio stream through a speech-to-text engine and parse the resulting transcript.<p>A video recognition system could also be used to identify faces, landmarks and common objects.
lumberjackalmost 13 years ago
Can you give an example of a website using automatic video tagging first?