高压缩视频中出现块的原因/用途/原因是什么?
请耐心等待,因为我没有太多地使用压缩算法,所以这对你们中的一些人来说可能是显而易见的。 当某些流媒体视频开始滞后时,我总是注意到这一点。 我在查看这个问题时才意识到我很好奇:
我不是在谈论像素本身,而是在谈论压缩产生的类似网格的布局。 这表明了什么样的算法或技术? 你能告诉我什么吗?
Be patient since I haven't worked with compression algorithms much so this may be obvious to some of you. Something I've always noticed when some streaming video starts to lag. I only realized I was curious when looking over this question:
Twitter image encoding challenge
I'm not talking about the pixels themselves but rather the grid like layout that results from the compression. What sort of algorithm or technique is this indicative of? What can you tell me about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

发布评论
评论(3)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
看看这篇关于 MPEG-2 的维基百科文章。 引用其中的一部分:
换句话说,您看到的网格状结构是将此 DCT 应用于 8x8 像素块的直接效果。
Take a look at this Wikipedia article on MPEG-2. To quote a part of it:
In other words, the grid-like structure you see is a direct effect of this DCT being applied to the 8x8 blocks of pixels.