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: video manipulation libraries?

4 pointsby hernan7almost 15 years ago
Anybody has any good/bad experiences with libraries that do programmatic video manipulation? Especially something that can be driven by a scripting language. Free/inexpensive if possible...<p>Thanks in advance!

3 comments

billpgalmost 15 years ago
<a href="http://stackoverflow.com/questions/651759/c-grab-frame-from-wmv-file" rel="nofollow">http://stackoverflow.com/questions/651759/c-grab-frame-from-...</a><p><a href="http://stackoverflow.com/questions/44161/real-time-wmv-video-encoding-in-c" rel="nofollow">http://stackoverflow.com/questions/44161/real-time-wmv-video...</a>
brkalmost 15 years ago
Like what exactly?<p>I've found ffmpeg and OPENrtsp both pretty easy to setup and use for basic video conversion and simple stuff. Not sure though if you're just trying to convert to a different format, add watermarks, detect scene activity, or something different.
评论 #1458925 未加载
pavlovalmost 15 years ago
For anything related to computer vision, OpenCV: <a href="http://opencv.willowgarage.com/wiki" rel="nofollow">http://opencv.willowgarage.com/wiki</a><p>It also includes a bunch of useful generic image processing routines like scaling, convolutions, etc.