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.

Show HN: Video++, a Real Time Video Processing Framework Using OpenMP4 and C++14

33 pointsby matt42over 10 years ago

3 comments

twomblyover 10 years ago
The thing that is amazing about imagemagick&#x2F;graphicsmagick is the fact that they can open 100+ formats. That is not something to be taken for granted.<p>Other than that... they feel kind of old. Video++ feels really new, I&#x27;m excited to try it out, but I will miss support for all those weird formats I love so much.<p>I don&#x27;t see any video examples though - or is that all handled using opencv?<p>I&#x27;ve found opencv&#x27;s png&#x2F;video decoders to be extremely picky. Opencv doesn&#x27;t open some files that other libraries will and because of that I&#x27;ve been extremely hesitant about using it as my main image IO.
评论 #8611012 未加载
eseymourover 10 years ago
I was looking for something like this for a project once. I settled with imagemagick and ffmpeg. Maybe this has what I want.
评论 #8610032 未加载
评论 #8609446 未加载
steeveover 10 years ago
C++11 and C++14 definitely looks very nice. Kind of makes me want to go back and code some C++.