简体   繁体   English

如何在 HEVC 中提取每个宏块或切片的 QP?

[英]How to extract QP per macroblock or slice in HEVC?

How can I get QP value per macroblock or slice from a encoded frame (encode by hevc hardware encoder)?如何从编码帧(由 hevc 硬件编码器编码)中获取每个宏块或切片的 QP 值? I have tried some hevc bitstream parser like hevcexbrowser https://github.com/virinext/hevcesbrowser but it doesn't have access to CTU or parse slice body.我尝试了一些 hevc 比特流解析器,例如 hevcexbrowser https://github.com/virinext/hevcesbrowser ,但它无法访问 CTU 或解析切片体。

You can decode the bitstream using an open-source decoder, then modify that decoder to dump the information you need during its parsing.您可以使用开源解码器对比特流进行解码,然后修改该解码器以在解析期间转储您需要的信息。 I'd recommend Hevc test Model (HM)我推荐Hevc 测试 Model (HM)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM