TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The world’s fastest VP9 decoder: ffvp9

96 点作者 ux超过 11 年前

4 条评论

waterhouse超过 11 年前
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 未加载
ZeroGravitas超过 11 年前
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 未加载
longsleep超过 11 年前
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>
mappu超过 11 年前
<a href="http://x264dev.multimedia.cx/archives/360" rel="nofollow">http:&#x2F;&#x2F;x264dev.multimedia.cx&#x2F;archives&#x2F;360</a> comes to mind.