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.

The world’s fastest VP9 decoder: ffvp9

96 pointsby uxabout 11 years ago

4 comments

waterhouseabout 11 years ago
I&#x27;ve been experimenting with x265 via ffmpeg, encoding some TV episodes in HEVC. My experience is that it takes 3.5-7 seconds of CPU time to encode 1 second of video. (These are things like 576x432 resolution at roughly 700 kbps, or 704x528 resolution at 530 kbps.)<p>As for decoding performance, VLC appears to use 30-50% CPU when playing these videos back. (Haven&#x27;t tried one at uber-high resolution yet.) As far as I&#x27;m concerned, if it&#x27;s fast enough to never stutter, then that&#x27;s the biggest goal it needs to hit, and beyond that, reducing power consumption is desirable but not too important.
评论 #7284621 未加载
ZeroGravitasabout 11 years ago
I believe YouTube&#x27;s VP9 videos are all tiled, so its a shame to not see data for that type of file.<p>I was looking the other day and was pleasantly surprised by the amount of VP9 content (does it really take them a day to encode a minute of VP9?). The article&#x27;s numbers also confirm my impression that the VP9 decodes where not much harder on the CPU than the H.264 ones.<p>I believe Chrome switched to ffvp8 for VP8 decode. I wonder if they&#x27;ll do it again for ffvp9.
评论 #7284245 未加载
longsleepabout 11 years ago
HEVC decoder libde265 works well with even 4k Videos. There is a gstreamer plugin for easy test <a href="http://www.libde265.org/blog/2014/02/22/gstreamer-4k-h265-hevc-plugin/" rel="nofollow">http:&#x2F;&#x2F;www.libde265.org&#x2F;blog&#x2F;2014&#x2F;02&#x2F;22&#x2F;gstreamer-4k-h265-he...</a>
mappuabout 11 years ago
<a href="http://x264dev.multimedia.cx/archives/360" rel="nofollow">http:&#x2F;&#x2F;x264dev.multimedia.cx&#x2F;archives&#x2F;360</a> comes to mind.